k-9/k9mail/src/main/java/com/fsck/k9/mailstore
cketti 564e2432e1 Get size of decoded body content when saving
Before downloading we show the encoded size of attachments. After download we
strip the transport encoding to find out the size of the decoded content.
2015-01-23 03:58:06 +01:00
..
AttachmentMessageBodyUtil.java Move main application from root project to subproject 'k9mail' 2014-12-20 00:10:38 +01:00
AttachmentViewInfo.java Fix viewing attachment with alternative MIME type 2015-01-16 23:37:37 +01:00
BinaryAttachmentBody.java Move main application from root project to subproject 'k9mail' 2014-12-20 00:10:38 +01:00
BinaryMemoryBody.java Minimal version that reconstructs original message from the database 2015-01-06 03:20:38 +01:00
LocalBodyPart.java Download missing parts before viewing or saving 2015-01-19 22:37:15 +01:00
LocalFolder.java Get size of decoded body content when saving 2015-01-23 03:58:06 +01:00
LocalMessage.java Use a Loader to load the message to view from the database 2015-01-13 04:17:25 +01:00
LocalMessageExtractor.java Remove unused code 2015-01-20 16:37:30 +01:00
LocalPart.java Download missing parts before viewing or saving 2015-01-19 22:37:15 +01:00
LocalStore.java Get size of decoded body content when saving 2015-01-23 03:58:06 +01:00
LockableDatabase.java Move main application from root project to subproject 'k9mail' 2014-12-20 00:10:38 +01:00
MessageInfoExtractor.java Save attachment count 2015-01-22 06:12:26 +01:00
MessagePreviewExtractor.java Save attachment count 2015-01-22 06:12:26 +01:00
MessageRemovalListener.java Move main application from root project to subproject 'k9mail' 2014-12-20 00:10:38 +01:00
MessageViewInfo.java Move functionality from AttachmentView to AttachmentController 2015-01-15 11:37:23 +01:00
StorageManager.java Move main application from root project to subproject 'k9mail' 2014-12-20 00:10:38 +01:00
StoreSchemaDefinition.java Use Glide for thumbnail generation + image loading 2015-01-16 23:37:37 +01:00
TempFileBody.java Move main application from root project to subproject 'k9mail' 2014-12-20 00:10:38 +01:00
TempFileMessageBody.java Remove unused LocalAttachment* classes 2015-01-22 04:18:20 +01:00
ThreadInfo.java Move main application from root project to subproject 'k9mail' 2014-12-20 00:10:38 +01:00
UnavailableStorageException.java Move main application from root project to subproject 'k9mail' 2014-12-20 00:10:38 +01:00
ViewableContainer.java Extract text to display before viewing the message 2015-01-12 21:52:44 +01:00