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
Daniel Applebaum 664c4d6a78 Fixes Issue 1394
Computing the account size is pretty slow for big accounts, and making
this functionality optional should be considered.

Also, displays the number of flagged messages ("stars") in each
account in the Accounts list and each folder in the FolderList.  Needs
better presentation of the flagged message counts, but this works as a
proof-of-concept and gets the data structures built.
2010-04-16 14:33:54 +00:00
..
internet Code cleanup. Fixed lots of warnings reported by Eclipse. 2010-04-16 12:20:10 +00:00
store Fixes Issue 1394 2010-04-16 14:33:54 +00:00
transport Code cleanup. Fixed lots of warnings reported by Eclipse. 2010-04-16 12:20:10 +00:00
Address.java Code cleanup. Fixed lots of warnings reported by Eclipse. 2010-04-16 12:20:10 +00:00
AuthenticationFailedException.java Massive rename to K9, step 1. 2009-12-15 02:50:53 +00:00
Body.java Massive rename to K9, step 1. 2009-12-15 02:50:53 +00:00
BodyPart.java Massive rename to K9, step 1. 2009-12-15 02:50:53 +00:00
CertificateValidationException.java Massive rename to K9, step 1. 2009-12-15 02:50:53 +00:00
FetchProfile.java Code cleanup. Fixed lots of warnings reported by Eclipse. 2010-04-16 12:20:10 +00:00
Flag.java Massive rename to K9, step 1. 2009-12-15 02:50:53 +00:00
Folder.java Fixes Issue 1394 2010-04-16 14:33:54 +00:00
Message.java Use 8bit transfer encoding for the text body if SMTP server advertises 8BITMIME. In all other cases base64 is still used (including saved copies in IMAP "Sent" folder). 2010-02-04 23:37:50 +00:00
MessageDateComparator.java Massive rename to K9, step 1. 2009-12-15 02:50:53 +00:00
MessageRemovalListener.java Massive rename to K9, step 1. 2009-12-15 02:50:53 +00:00
MessageRetrievalListener.java Massive rename to K9, step 1. 2009-12-15 02:50:53 +00:00
MessagingException.java Massive rename to K9, step 1. 2009-12-15 02:50:53 +00:00
Multipart.java Use 8bit transfer encoding for the text body if SMTP server advertises 8BITMIME. In all other cases base64 is still used (including saved copies in IMAP "Sent" folder). 2010-02-04 23:37:50 +00:00
NoSuchProviderException.java Massive rename to K9, step 1. 2009-12-15 02:50:53 +00:00
Part.java Massive rename to K9, step 1. 2009-12-15 02:50:53 +00:00
Pusher.java Massive rename to K9, step 1. 2009-12-15 02:50:53 +00:00
PushReceiver.java Massive rename to K9, step 1. 2009-12-15 02:50:53 +00:00
Store.java Addresses Issue 1348 and Issue 95 2010-04-06 02:54:48 +00:00
Transport.java Fixes Issue 1116 2010-03-04 04:00:30 +00:00