mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-11 20:15:03 -05:00
97a4f97b64
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. |
||
---|---|---|
.. | ||
activity | ||
codec/binary | ||
preferences | ||
provider | ||
service | ||
Account.java | ||
Email.java | ||
EmailAddressAdapter.java | ||
EmailAddressValidator.java | ||
FixedLengthInputStream.java | ||
Manifest.java | ||
MessagingController.java | ||
MessagingListener.java | ||
PeekableInputStream.java | ||
Preferences.java | ||
Utility.java |