cketti
|
42e180d6fa
|
Make ImapStore use ServerSettings directly
Instead of using ImapStoreSettings as a ServerSettings subclass make it a helper to extract IMAP-specific settings.
|
2021-01-31 18:50:14 +01:00 |
|
cketti
|
7ae88bb61d
|
Treat FolderNotFoundException as permanent error
|
2020-12-23 01:23:24 +01:00 |
|
cketti
|
1873593dc5
|
Format Kotlin code
|
2020-10-16 16:41:19 +02:00 |
|
cketti
|
ed8009d9fa
|
Update ktlint-gradle to 9.4.1, ktlint to 0.39.0
Apply ktlint-gradle plugin to all Gradle subprojects.
|
2020-10-16 14:27:23 +02:00 |
|
cketti
|
5bc7ac3901
|
When constructing new messages check header values
|
2020-10-13 03:29:20 +02:00 |
|
cketti
|
8663bbb5b9
|
Check (unstructured) header field syntax when adding them to MimeHeader
|
2020-10-13 03:29:20 +02:00 |
|
cketti
|
fac346009a
|
Only pass encoded headers to MimeHeader
Remove code to encode header values from from MimeHeader.writeTo()
|
2020-10-11 02:28:36 +02:00 |
|
cketti
|
3b7c5ea10f
|
Display message headers in the original order
|
2020-10-08 16:16:50 +02:00 |
|
cketti
|
3c0d9b99f9
|
Remove unused Message.setCharset() mechanism
|
2020-10-04 23:33:31 +02:00 |
|
cketti
|
2a3cc1d422
|
Don't pass charset to EncoderUtil.encodeEncodedWord()
|
2020-10-04 23:30:23 +02:00 |
|
cketti
|
267c658492
|
Only consider US-ASCII and UTF-8 in EncoderUtil.determineCharset()
|
2020-10-04 23:30:23 +02:00 |
|
cketti
|
357e197256
|
Remove remaining (non-working) 'androidTest' tests
|
2020-10-04 23:11:42 +02:00 |
|
cketti
|
0c97e2a4e0
|
Update Robolectric to 4.4
Replace usage of classes from transitive dependencies that are no longer available.
|
2020-09-18 03:14:46 +02:00 |
|
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 |
|