1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00
k-9/src/com/fsck/k9/mail/store
Daniel Applebaum 44da2e1fe6 After discussion with cketti, reinstate using LIST to find the path
delimeter, but only if the server does not support NAMESPACE.  Since
we've encountered non-compliant servers that freak out at the LIST
command, enclose in a try/catch structure so that failures do not
totally prevent IMAP communication.
2010-05-20 02:33:44 +00:00
..
ImapResponseParser.java Code refactoring: 2010-05-19 18:17:06 +00:00
ImapStore.java After discussion with cketti, reinstate using LIST to find the path 2010-05-20 02:33:44 +00:00
LocalStore.java Moved classes Regex and DomainNameChecker from android (package) namespace to K-9 namespace. This way we're protected from modifications to these classes in future Android versions. 2010-05-19 19:16:36 +00:00
Pop3Store.java Code refactoring: 2010-05-19 18:17:06 +00:00
TrustManagerFactory.java Moved classes Regex and DomainNameChecker from android (package) namespace to K-9 namespace. This way we're protected from modifications to these classes in future Android versions. 2010-05-19 19:16:36 +00:00
WebDavStore.java Code refactoring: 2010-05-19 18:17:06 +00:00