| Wow, either the author has a serious grudge against them, or isn't willing to at least fact-check their response. - The app checks your email on your behalf. - You need the actual password to log into an IMAP server
(android also stores your email passwords in clear text if you aren't using gmail http://code.google.com/p/android/issues/detail?id=10809). - They clearly state this in their response, which the article completely ignores. They try to use OAuth where possible. - They store the passwords encrypted via S3. Personally, I'd prefer that to MySQL on a VPS somewhere. - See also: https://developer.pidgin.im/wiki/PlainTextPasswords |
1) The app downloads your emails into their server.
2) Yes, they store that actual password. Which is ridiculous.
3) Yes, good for them for that, but still there are others where they store passwords. And that is not acceptable.
4) But that also means that they outsource the security part of things. Which doesn't lend faith to the idea that they know about security. And if someone realises how to control their application, all the passwords will be hacked.
5) Pidgin is stored locally. There's a difference. Not that I support it, but it's still better than someone storing my passwords.