1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-12 04:25:08 -05:00
k-9/src/com/android/email/mail/store
Daniel Applebaum 75868b5aa4 Enhancements to WebDAV (Exchange) capabilities:
1) Automatically add / separators if not supplied by user.  Fixes
   Issue 290

2) Enable Move and Copy.

3) Enable setting a message to unread state.

4) Set authentication header for downloading and sending messages, so
   that those functions work with sites using Basic authentication.

5) Don't swallow log Exceptions.  Instead, allow Exceptions to
   percolate up to higher levels so that they can be logged into
   K9mail-errors.

6) Provide appendMessages function, so that Drafts get stored on the
   server.

7) Enable server-side message deletion, using user-selected Trash
   folder.
2009-10-25 02:58:26 +00:00
..
ImapResponseParser.java Issue 4: Implements Push Mail for IMAP accounts using IMAP IDLE 2009-10-22 00:41:06 +00:00
ImapStore.java Issue 4: Implements Push Mail for IMAP accounts using IMAP IDLE 2009-10-22 00:41:06 +00:00
LocalStore.java Issue 4: Implements Push Mail for IMAP accounts using IMAP IDLE 2009-10-22 00:41:06 +00:00
Pop3Store.java . Large messages are now only retrieved once for POP3 servers that don't support the TOP command 2009-05-10 05:47:26 +00:00
TrustManagerFactory.java Changed host from static to instance. Should help to prevent conflicts with multiple accounts. 2009-02-11 21:07:25 +00:00
WebDavStore.java Enhancements to WebDAV (Exchange) capabilities: 2009-10-25 02:58:26 +00:00