1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-11 20:15:03 -05:00
k-9/src/com/android/email
Daniel Applebaum 97a4f97b64 Issue 234
Fix POP3 deletes.  Verizon uses - in their POP3 UIDs, and K9 was
assuming that only Local UIDs have -.  Removed that assumption.  Also,
after issuing DELE on POP3 connection, need to also issue a QUIT.  The
delete code in MessagingController now closes the folder after
deleting a message, which will slow down IMAP deletes, but also
conserve connections, so is probably a net benefit.
2009-05-09 15:22:36 +00:00
..
activity . Added Z as keyboard shortcut to toggle read flag 2009-05-05 16:26:04 +00:00
codec/binary Even more progressive rename/unfork work 2008-12-16 23:34:01 +00:00
mail Issue 234 2009-05-09 15:22:36 +00:00
preferences Issue 395 2009-05-02 00:37:22 +00:00
provider Issue 318 2009-02-25 03:35:25 +00:00
service Issue 394 2009-05-02 14:49:29 +00:00
Account.java Fix auto-open of INBOX per danapple0 2009-05-05 00:24:18 +00:00
Email.java Issue 234 2009-05-09 15:22:36 +00:00
EmailAddressAdapter.java Even more progressive rename/unfork work 2008-12-16 23:34:01 +00:00
EmailAddressValidator.java Even more progressive rename/unfork work 2008-12-16 23:34:01 +00:00
FixedLengthInputStream.java Even more progressive rename/unfork work 2008-12-16 23:34:01 +00:00
Manifest.java Even more progressive rename/unfork work 2008-12-16 23:34:01 +00:00
MessagingController.java Issue 234 2009-05-09 15:22:36 +00:00
MessagingListener.java Issue 131 2009-02-10 03:18:42 +00:00
PeekableInputStream.java Even more progressive rename/unfork work 2008-12-16 23:34:01 +00:00
Preferences.java Issue 143 2009-04-11 14:33:54 +00:00
Utility.java Removed ability to add slashes/url type parameters onto the server. 2009-01-21 05:33:27 +00:00