Tobias Preuss
|
9c6d08142a
|
Infer type.
|
2020-07-08 13:58:23 +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
|
767f7e0efe
|
Remove StoreConfig
|
2020-05-01 05:42:50 +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
|
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
|
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 |
|
cketti
|
58f32df670
|
Remove now unused class 'Folder'
|
2020-01-28 16:22:09 +01:00 |
|
cketti
|
9335080545
|
Get rid of common base class RemoteStore
This also allows removing some unnecessary methods in former subclasses.
|
2020-01-26 05:16:01 +01:00 |
|
cketti
|
0b21a7521d
|
Add JMAP folder sync
|
2020-01-15 16:14:16 +01:00 |
|
cketti
|
2d470c73a0
|
Move FolderType and FolderClass out of Folder
|
2020-01-09 14:08:41 +01:00 |
|
cketti
|
83ad4197b8
|
Remove unused code from Folder
|
2020-01-09 14:08:41 +01:00 |
|
cketti
|
13bc16caf8
|
Remove Message.getFolder()
|
2020-01-08 23:30:03 +01:00 |
|
cketti
|
aa13a46e3e
|
Don't pass Folder instance to PushReceiver
|
2019-12-18 01:05:28 +01:00 |
|
cketti
|
079d166ce6
|
Convert 'EncoderUtilTest' to Kotlin
|
2019-12-12 00:10:00 +01:00 |
|
Bastian Wilhelm
|
7a8a67ea25
|
Make sure encoded word encoding doesn't split surrogate pairs
|
2019-12-11 23:04:54 +01:00 |
|
cketti
|
93d0e14b68
|
Fix code style issues found by ktlint
|
2019-11-29 13:44:00 +01:00 |
|
cketti
|
88d863c4c2
|
Add ktlint and Kotlin code style settings for Android Studio
|
2019-11-29 13:39:16 +01:00 |
|
cketti
|
6325e4deea
|
Remove now unused code in 'DefaultTrustedSocketFactory'
|
2019-11-19 15:06:53 +01:00 |
|
cketti
|
57ff989edd
|
Add kotlinOptions.jvmTarget to Gradle projects using Kotlin
|
2019-11-17 14:45:05 +01:00 |
|
cketti
|
e3973096d3
|
Remove Checkstyle
|
2019-11-13 16:51:52 +01:00 |
|
cketti
|
56a37d9e14
|
Remove FindBugs
It's not maintained anymore and we're not currently using it.
|
2019-11-13 16:41:51 +01:00 |
|
cketti
|
105622a999
|
Use variable for 'sourceCompatibility' and 'targetCompatibility' values
|
2019-11-13 16:26:29 +01:00 |
|
cketti
|
3ccabbf95f
|
Remove unused code
|
2019-03-09 19:31:54 +01:00 |
|
cketti
|
7c7ce6eb84
|
Remove Message.setRecipients() and manually set recipient headers
Use AddressHeaderBuilder to encode the recipient addresses and fold the
header value.
|
2019-02-14 02:28:36 +01:00 |
|
cketti
|
58d72e0df3
|
Add AddressHeaderBuilder to correctly fold recipient headers
|
2019-02-14 02:28:36 +01:00 |
|