Commit graph

320 commits

Author SHA1 Message Date
cketti
1690781e7a Merge WebDavTransport into WebDavStore 2022-10-10 16:45:16 +02:00
cketti
2c1ef99c7a Remove unused interface Transport 2022-10-10 16:45:16 +02:00
cketti
be4a078a4b Add logging to LocalKeyStore.isValidCertificate() 2022-10-10 15:38:47 +02:00
cketti
f386888fcd SMTP: Don't attempt to send QUIT command when connection is closed 2022-10-10 15:27:50 +02:00
cketti
bd03d070df Clear log buffer before reading EHLO response 2022-10-10 15:16:33 +02:00
cketti
2bd2f22b1f Rewrite SMTP connect code to properly handle all network errors
Previously e.g. a SocketTimeoutException would exit the loop to test all addresses early.
2022-10-07 17:45:42 +02:00
cketti
037afd0596 Add support for UTF-8 data in BODYSTRUCTURE response 2022-09-14 15:33:20 +02:00
cketti
dd3d103fd3 Add support for UTF-8 in quoted strings to ImapResponseParser 2022-09-14 15:33:20 +02:00
cketti
00259046c6 Add MimeParameterDecoder test for UTF-8 data in header value 2022-09-14 14:40:21 +02:00
PatrickMis
5cc022a9ee Bump httpClient and move it to global 'versions' array 2022-09-07 18:38:55 +02:00
PatrickMis
570208b3fb Bump dependencies 2022-09-07 18:38:55 +02:00
PatrickMis
dfec81c877 Make ktlint happy 2022-09-05 16:04:52 +02:00
cketti
d6ba51b899
Merge pull request #6266 from thundernest/convert_to_kotlin3
Convert `IdGrouper` to Kotlin
2022-09-02 19:26:39 +02:00
cketti
f4e75f0633
Merge pull request #6265 from thundernest/convert_to_kotlin2
Convert `FolderNameCodec` to Kotlin
2022-09-02 19:11:17 +02:00
cketti
5800627cb8 Convert IdGrouper to Kotlin 2022-08-31 20:46:08 +02:00
cketti
a54784fb4e Rename .java to .kt 2022-08-31 20:42:43 +02:00
cketti
5f4b24d5fe Convert FolderNameCodec to Kotlin 2022-08-31 20:11:29 +02:00
cketti
58ce09c43f Rename .java to .kt 2022-08-31 20:11:29 +02:00
cketti
2c22856781 Convert BoundaryGenerator to Kotlin 2022-08-31 19:53:32 +02:00
cketti
389f9f7175 Rename .java to .kt 2022-08-31 19:40:27 +02:00
cketti
ef91c6d3ff Convert MimeParameterDecoderTest to using Truth 2022-08-25 22:22:46 +02:00
cketti
7381cb808d Fix test in MimeParameterDecoderTest 2022-08-25 22:03:37 +02:00
cketti
ec76473a1c Remove RealImapConnection.handleConnectException() 2022-08-12 09:41:06 +02:00
cketti
89d3df091f Change ImapSettings.useCompression to a property 2022-08-12 09:34:01 +02:00
cketti
5bd3b1a7f7 Convert RealImapConnection to Kotlin 2022-08-10 19:55:03 +02:00
cketti
8334e692ad Rename .java to .kt 2022-08-10 18:33:47 +02:00
cketti
002b70fcf9 Convert RealImapStoreTest to Kotlin 2022-08-10 17:48:58 +02:00
cketti
48f13ca3dc Rename .java to .kt 2022-08-10 17:41:36 +02:00
cketti
a57f127a11 Convert RealImapStore to Kotlin 2022-08-10 16:21:52 +02:00
cketti
33fa9d2b7c Rename .java to .kt 2022-08-10 16:19:21 +02:00
cketti
b90fc50d1a Convert ImapSettings to Kotlin 2022-08-10 15:17:41 +02:00
cketti
01539af985 Rename .java to .kt 2022-08-10 15:17:41 +02:00
cketti
99f6e42b28 Convert SimpleImapSettings to Kotlin 2022-08-10 15:11:39 +02:00
cketti
a039b1ae51 Rename .java to .kt 2022-08-10 15:08:17 +02:00
cketti
dcb3321870 Fix bug in com.fsck.k9.logging.Timber 2022-08-09 17:21:48 +02:00
cketti
a5c5278c71 Add 'com.android.lint' Gradle plugin to JVM projects 2022-08-09 13:55:01 +02:00
cketti
8156a3832b Move EmailHelper from :app:core to :mail:common 2022-08-08 20:58:54 +02:00
cketti
d82b462565 IMAP: Fix creating header values from a BODYSTRUCTURE item 2022-08-02 19:55:31 +02:00
cketti
114af53c84 Convert HtmlConverterTest to Kotlin 2022-08-02 16:47:22 +02:00
Croydon
c8db3b350a Update GitHub URLs to new location 2022-07-25 20:07:23 +02:00
cketti
8c556a4af8 SMTP: Increase socket read timeout for the DATA command 2022-07-19 12:09:27 +02:00
cketti
238a5cd181 Handle authentication failure when refreshing the folder list 2022-07-05 12:40:43 +02:00
cketti
00e0d8b35a Change server settings to use OAuth after an authentication failure 2022-07-05 12:40:43 +02:00
cketti
bbd104f38a Add support for the OAUTHBEARER SASL method (SMTP) 2022-06-05 22:49:30 +02:00
cketti
d3be6e249b Add support for the OAUTHBEARER SASL method (IMAP) 2022-06-05 22:49:30 +02:00
cketti
5065afef88
Merge pull request #6082 from k9mail/oauth_setup_flow
Add support for OAuth 2.0 (Gmail)
2022-05-28 15:44:22 +02:00
cketti
7e5c6b05c4
Merge pull request #6051 from TheLastProject/feature/2943
Add support for List-Unsubscribe
2022-05-28 14:28:35 +02:00
Sylvia van Os
6081b58212 Add Unsubscribe toolbar option 2022-05-28 14:07:08 +02:00
cketti
14a7f1b0d3 Add support for OAuth 2.0 (Gmail) 2022-05-23 22:26:49 +02:00
cketti
60bf78d3f0 Ignore invalid SMTP EHLO response lines 2022-05-22 21:52:18 +02:00