cketti
|
3211e3942c
|
Show image previews even when wrong MIME type is used
More precisely, show image preview when the MIME type is application/octet-stream and the file extension maps to a supported image MIME type.
|
2020-09-09 12:16:03 +02:00 |
|
cketti
|
9234b16c13
|
Convert 'ImapSync' to Kotlin
|
2020-08-27 22:35:36 +02:00 |
|
Tobias Preuss
|
f8e6e59fd6
|
Use io extension functions to make code more concise.
+ This change replaces a few usages of BufferedWriter, ByteArrayInputStream,
OutputStreamWriter with their equivalent Kotlin extension functions.
|
2020-08-24 19:22:29 +02:00 |
|
Tobias Preuss
|
9c6d08142a
|
Infer type.
|
2020-07-08 13:58:23 +02:00 |
|
cketti
|
e42e0fa8b9
|
IMAP: Support negative responses to APPEND command
|
2020-06-19 18:55:04 +02:00 |
|
cketti
|
dc119f9068
|
Convert 'ImapFolder' to Kotlin
|
2020-06-18 14:44:26 +02:00 |
|
cketti
|
be7849eb5d
|
Rename 'ImapFolder' prior to conversion to Kotlin
|
2020-06-18 14:44:22 +02:00 |
|
cketti
|
84ffe7b3cd
|
Convert 'ImapFolderTest' to Kotlin
|
2020-06-18 14:44:20 +02:00 |
|
cketti
|
3d97acde5c
|
Rename 'ImapFolderTest' prior to conversion to Kotlin
|
2020-06-18 14:44:18 +02:00 |
|
cketti
|
4b8d6bf50c
|
Replace 'blacklisted' with 'disallowed'
|
2020-06-02 17:15:51 +02:00 |
|
cketti
|
4e2ae11238
|
Don't select charset depending on the recipient address
It's 2020. We now always use UTF-8 for outgoing emails.
|
2020-05-27 03:07:29 +02:00 |
|
cketti
|
789769ef39
|
Replace Account.getOutboxFolder() with Account.getOutboxFolderId()
|
2020-05-04 16:31:00 +02:00 |
|
cketti
|
767f7e0efe
|
Remove StoreConfig
|
2020-05-01 05:42:50 +02:00 |
|
cketti
|
02049c5882
|
Create DraftsFolderProvider
|
2020-05-01 05:38:37 +02:00 |
|
cketti
|
82db38bd08
|
Create ImapStoreConfig
|
2020-05-01 05:30:34 +02:00 |
|
cketti
|
a6f75dc587
|
Remove StoreConfig.getMaximumAutoDownloadMessageSize()
|
2020-05-01 05:15:51 +02:00 |
|
cketti
|
d7d1fe0c0e
|
Remove StoreConfig.isRemoteSearchFullText()
|
2020-05-01 04:18:16 +02:00 |
|
cketti
|
1858986fc4
|
Remove StoreConfig.isAllowRemoteSearch()
|
2020-05-01 04:03:02 +02:00 |
|
cketti
|
88bcea1552
|
Remove StoreConfig.getOutboxFolder()
|
2020-05-01 03:36:42 +02:00 |
|
cketti
|
fcfc7e6a22
|
Remove unused method StoreConfig.getInboxFolder()
|
2020-05-01 03:31:11 +02:00 |
|
cketti
|
94489bf55a
|
Change List<? extends Message> to List<Message> where appropriate
|
2020-04-27 18:37:10 +02:00 |
|
cketti
|
7ac210956a
|
Change List<? extends Message> to List<WebDavMessage> where appropriate
|
2020-04-27 18:37:10 +02:00 |
|
cketti
|
db7760a9e2
|
Change List<? extends Message> to List<Pop3Message> where appropriate
|
2020-04-27 18:37:10 +02:00 |
|
cketti
|
d3bdebccf3
|
Change List<? extends Message> to List<ImapMessage> where appropriate
|
2020-04-27 18:37:10 +02:00 |
|
cketti
|
8abac750af
|
Make ImapStore.getFolders() return the proper server ID
|
2020-04-24 22:00:10 +02:00 |
|
cketti
|
37eea88f82
|
Refactor ImapStore.getPersonalNamespaces()
|
2020-04-24 20:33:22 +02:00 |
|
cketti
|
d70564e423
|
Remove unused code
|
2020-04-18 19:51:48 +02:00 |
|
cketti
|
a44732ee38
|
Remove FolderClass.NONE
Rewrite entries in the database to use FolderClass.NO_CLASS
|
2020-04-08 19:33:03 +02:00 |
|
cketti
|
61f3f06ba7
|
Merge pull request #4641 from k9mail/remove_old_push_code
Remove old push code
|
2020-04-06 19:21:53 +02:00 |
|
cketti
|
2a78418911
|
Remove old Push code
|
2020-04-05 20:08:29 +02:00 |
|
cketti
|
59630fb13b
|
Change appearance of attachment boxes in message compose screen
|
2020-04-05 03:40:24 +02:00 |
|
cketti
|
68213ac717
|
Merge pull request #4634 from k9mail/uidvalidity
IMAP: Clear local message cache when UIDVALIDITY value changes
|
2020-04-02 21:45:03 +02:00 |
|
cketti
|
0554dfcd04
|
Clear local message cache when UIDVALIDITY value changes
|
2020-03-31 22:20:46 +02:00 |
|
cketti
|
5791253122
|
Add support for UIDVALIDITY to ImapFolder
|
2020-03-31 16:42:38 +02:00 |
|
cketti
|
f1b73a11b9
|
Convert 'MessageIdGeneratorTest' to Kotlin
|
2020-03-29 22:24:11 +02:00 |
|
cketti
|
576696e87e
|
Change fallback hostname for Message-ID to "fallback.k9mail.app"
|
2020-03-29 22:14:00 +02:00 |
|
cketti
|
ab0aae46c4
|
Extract interface for UUID generation
|
2020-03-29 22:10:20 +02:00 |
|
cketti
|
9ef845fda5
|
Convert 'MessageIdGenerator' to Kotlin
|
2020-03-29 22:00:03 +02:00 |
|
cketti
|
c71b1f0699
|
WIP: Renaming file 'MessageIdGenerator' with Kotlin extension
|
2020-03-29 21:49:11 +02:00 |
|
cketti
|
cfed7b0c08
|
Don't use android.net.MailTo in ListHeaders
|
2020-03-28 21:57:04 +01:00 |
|
cketti
|
b0aa07aef9
|
Move MailTo class to :mail:common module
|
2020-03-28 21:39:04 +01:00 |
|
cketti
|
982013ded4
|
Make sure Part.getMimeType() returns a valid MIME type
|
2020-03-24 02:29:01 +01:00 |
|
cketti
|
7918ffad85
|
Add MimeType class
|
2020-03-24 01:53:06 +01:00 |
|
cketti
|
c4ab630161
|
Remove 'androidTest' tests
We don't regularly run them and most of them don't even compile anymore.
|
2020-03-11 18:01:41 +01:00 |
|
cketti
|
e4cc7b9a91
|
Merge pull request #4575 from k9mail/MimeMessage_setReplyTo
Use AddressHeaderBuilder for MimeMessage.setReplyTo()
|
2020-03-02 14:33:49 +01:00 |
|
cketti
|
4325509d43
|
Use AddressHeaderBuilder for MimeMessage.setReplyTo()
|
2020-02-29 22:50:07 +01:00 |
|
cketti
|
916015b1f0
|
Convert 'MimeHeader' to Kotlin
|
2020-02-29 21:29:46 +01:00 |
|
cketti
|
21891f1d1d
|
WIP: Renaming file 'MimeHeader' with Kotlin extension
|
2020-02-29 18:27:13 +01:00 |
|
cketti
|
eccf4738b6
|
Get rid of 'm' prefix in MimeHeader fields
|
2020-02-29 18:26:18 +01:00 |
|
cketti
|
2333899afb
|
We no longer need MimeHeader to implement Cloneable
|
2020-02-29 18:24:04 +01:00 |
|