Commit graph

11086 commits

Author SHA1 Message Date
cketti
f14308fe2f
Merge pull request #6143 from thundernest/update_link
Update link to point to k9mail.app
2022-07-04 17:35:23 +02:00
cketti
836c467282 Fix action mode when switching from split view to message view 2022-07-04 17:20:27 +02:00
cketti
d7b928bd5d Update link to point to k9mail.app 2022-07-04 15:53:17 +02:00
cketti
9a9c781eaa Flag existing Gmail accounts for OAuth upgrade 2022-06-17 14:40:23 +02:00
cketti
c4e9ae4038
Merge pull request #6121 from thundernest/more_auth_failed_notifications
Display "authentication failed" notification when OAuth sign-in is required
2022-06-17 11:27:49 +02:00
cketti
f96154f0b0 Display "authentication failed" notification when OAuth sign-in is required 2022-06-16 14:55:34 +02:00
cketti
c9cec0ceb8 Prepare for version 6.101 2022-06-15 16:26:18 +02:00
cketti
06a537b16d Version 6.100 2022-06-15 15:39:13 +02:00
cketti
ea860484be
Merge pull request #6116 from thundernest/update_translations
Update translations
2022-06-15 15:15:02 +02:00
cketti
9f1d3d0a73 Update translations 2022-06-15 13:45:23 +02:00
cketti
a96904672a Update README 2022-06-15 13:21:09 +02:00
cketti
598a171464 Add OAuth support for Microsoft accounts 2022-06-15 13:02:50 +02:00
cketti
9f25f27066
Update FUNDING.yml 2022-06-13 18:03:18 +02:00
cketti
f60042d274
Merge pull request #6108 from k9mail/sign_in_progress
Display spinning progress indicator while the OAuth flow is running
2022-06-12 20:18:02 +02:00
cketti
509bbf89a8
Merge pull request #6109 from k9mail/fix_clear_notifications
Fix bug when clearing all new message notifications of an account
2022-06-12 20:17:05 +02:00
cketti
451a74166b Fix bug when clearing all new message notifications of an account 2022-06-10 16:42:53 +02:00
cketti
971596a485 Display spinning progress indicator while the OAuth flow is running 2022-06-10 14:44:18 +02:00
cketti
591d232e26
Merge pull request #6105 from k9mail/oauth_yahoo
Add OAuth support for Yahoo and AOL accounts
2022-06-09 12:07:02 +02:00
cketti
6290e9b2a6 Add OAuth support for AOL accounts 2022-06-08 20:28:08 +02:00
cketti
79dd0fe1b2 Add OAuth support for Yahoo accounts 2022-06-08 20:28:08 +02:00
Olivier Blin
4c937ad7a6 Move redirectUri in OAuthConfiguration
Not all providers accept the redirect URI Google requires Android apps to use.
2022-06-08 20:28:08 +02:00
cketti
da5f8a70c6
Merge pull request #6104 from k9mail/oauth_import
Add support for OAuth flow after settings import
2022-06-08 14:31:06 +02:00
cketti
9ae7d27e79 Add support for OAuth flow after settings import 2022-06-07 15:53:37 +02:00
cketti
94c61a7999
Merge pull request #6098 from k9mail/sasl_oauthbearer
Add support for the `OAUTHBEARER` SASL method
2022-06-06 22:30:29 +02:00
cketti
402259a834
Merge pull request #6097 from k9mail/oauth_config_provider
Add proper way to retrieve OAuth credentials
2022-06-06 22:17:20 +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
d08aa55853 Add proper way to retrieve OAuth credentials 2022-06-05 16:35:39 +02:00
cketti
3581a0239c
Merge pull request #6096 from k9mail/sign_in_with_google
Add "Sign in with Google" button
2022-06-05 15:57:43 +02:00
cketti
d4883d1921 Add "Sign in with Google" button
This flow is not a great user experience. But it's the fastest way I could think of to add the button that was requested by Google.
2022-06-03 23:25:58 +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
cketti
a193643591 Update AttachmentPresenterTest 2022-05-28 14:09:38 +02:00
Sylvia van Os
6081b58212 Add Unsubscribe toolbar option 2022-05-28 14:07:08 +02:00
cketti
859e7c5417
Merge pull request #6080 from k9mail/ehlo_keywords
Ignore invalid SMTP EHLO response lines
2022-05-24 16:52:00 +02:00
cketti
c462cc2bb6
Merge pull request #6081 from Lampotrias/Fix-bug-5983
Missing back button in settings
2022-05-24 16:44:07 +02:00
Mihail Mitrofanov
f0535c6217 The back button now appears in AccountSetupIncoming and AccountSetupOutgoing only in edit mode
* Condition Intent.ACTION_EDIT.equals(getIntent().getAction());
2022-05-24 15:35:57 +02:00
cketti
14a7f1b0d3 Add support for OAuth 2.0 (Gmail) 2022-05-23 22:26:49 +02:00
Mihail Mitrofanov
8fa9b7fbe6 Fix #5983. Missing back button
Add back button in below activities:

* AccountSetupComposition (item "Composition defaults")
* AccountSetupOutgoing (item "Outgoing server")
* AccountSetupIncoming (item "Incoming server")
2022-05-23 16:22:20 +02:00
cketti
e1ff582cac
Merge pull request #6078 from k9mail/convert_to_kotlin
Convert `AccountSetupCheckSettings` to Kotlin
2022-05-23 13:03:45 +02:00
cketti
60bf78d3f0 Ignore invalid SMTP EHLO response lines 2022-05-22 21:52:18 +02:00
cketti
f71615f6aa Convert AccountSetupCheckSettings to Kotlin 2022-05-21 19:59:17 +02:00
cketti
af2d031385 Rename .java to .kt 2022-05-21 19:40:54 +02:00
cketti
c78d70719b
Merge pull request #6075 from k9mail/convert_to_kotlin
Convert `AccountSetupBasics` to Kotlin
2022-05-20 23:50:14 +02:00
cketti
fa803526d2 Convert AccountSetupBasics to Kotlin 2022-05-20 23:18:08 +02:00
cketti
bf5924d288 Rename .java to .kt 2022-05-18 17:46:21 +02:00
cketti
4a03b58944
Merge pull request #6066 from k9mail/fix_imap_xoauth2_flow
Fix XOAUTH2 response parsing in IMAP code
2022-05-11 11:40:40 +02:00
cketti
553cbbb87f Only use XOAuth2ChallengeParser on continuation requests 2022-05-11 01:43:57 +02:00
cketti
35ced0f3ef Add Logger implementation for tests 2022-05-11 01:43:57 +02:00
cketti
bf6ae48658 Convert RealImapConnectionTest to Kotlin 2022-05-11 01:43:57 +02:00