Vincent Breitmoser
3c663098b3
Use local ip statically for SMTP HELO/EHLO
2018-12-05 22:26:17 +01:00
Vincent Breitmoser
c3c7593458
add "Manage folders" item to drawer footer
...
part of #3750
2018-12-05 16:47:27 +01:00
Vincent Breitmoser
bad3f20852
add unit test for negative response in smtp pipeline
2018-12-05 15:58:23 +01:00
Vincent Breitmoser
64c6a14e77
Return first, rather than last, response for pipelined SMTP commands
2018-12-05 14:50:57 +01:00
Vincent Breitmoser
4333a3a16f
remove "hideHostnameWhenConnecting" from global settings
2018-12-05 14:39:08 +01:00
Vincent Breitmoser
c06e1a9d9b
always just send IP instead of hostname in SMTP EHLO message
...
Clients are very often behind NATs, which makes the hostname in
HELO/EHLO messages virtually useless these days. Attempting to figure
out a hostname we could use also led to issues with some strict Postfix
configurations (see https://github.com/k9mail/k-9/issues/3387 ). This
commit changes our behavior to simply send the local IP always, getting
rid of this metadata.
Fixes #3387
2018-12-05 14:36:06 +01:00
cketti
48ef5e43b7
Merge pull request #3769 from Khyojung/khyojung
...
Add padding between labels and input fields in message composition screen
Fixes #3768
2018-12-04 21:59:24 +01:00
cketti
6bb9f844e9
Add padding between labels and input fields in message composition screen
2018-12-04 21:47:14 +01:00
H. Lehmann
03907d8861
Add icons to account settings screen ( #3792 )
2018-12-04 21:37:31 +01:00
Oji Ofong
49917278de
Resolve scheduled job issues
2018-12-04 13:42:22 -05:00
Vincent Breitmoser
8b3d51686a
Merge pull request #3788 from k9mail/empty_trash
...
Add "empty trash" action to MessageList activity
2018-12-03 20:09:39 +01:00
cketti
5aa157d3c1
Merge pull request #3789 from k9mail/fix-3787
...
Fix assigning account number when Account is first saved (fixes #3787 )
2018-12-03 17:09:21 +01:00
Vincent Breitmoser
62411ace05
Fix assigning account number when Account is first saved ( fixes #3787 )
2018-12-03 14:12:25 +01:00
cketti
05d9315d79
Merge pull request #3743 from k9mail/message-reply-button
...
Message reply button
2018-12-03 05:32:59 +01:00
cketti
e18c9167fd
Hide crypto indicator in initial message header layout
2018-12-03 05:17:45 +01:00
Vincent Breitmoser
7e47519223
adjust mark as read/unread icon according to read status
2018-12-03 04:34:32 +01:00
Vincent Breitmoser
41c4f02a44
move star and crypto status next to subject
2018-12-03 04:34:32 +01:00
Vincent Breitmoser
ee44e03b43
display subject inline
2018-12-03 04:34:32 +01:00
Vincent Breitmoser
c96ced3bc3
drop specialized MessageCryptoStatusView
...
This was introduced when the crypto icon was combined from an icon and
dots. That's no longer the case, so we can simplify.
2018-12-03 04:34:32 +01:00
Vincent Breitmoser
a592b0dfba
add reply button to message header
2018-12-03 04:34:31 +01:00
cketti
b503e1eeb1
Add "empty trash" action to MessageList activity
2018-12-03 04:18:19 +01:00
Marc K
ecd3238dd1
Update drawer when re-opened via intent ( #3765 )
...
Fixes #3764
2018-12-03 04:04:16 +01:00
cketti
1552c151a5
Merge pull request #3785 from wiktor-k/fix-notifications
...
Fix NPE when accessing settings screens
2018-12-02 18:25:12 +01:00
cketti
8f699ee542
Merge pull request #3771 from wiktor-k/app-compat-fixes
...
Add ActionBars to activities extending K9PreferenceActivity
2018-12-02 18:08:22 +01:00
Wiktor Kwapisiewicz
5c2bb43844
Fix NPE when accessing settings screens
...
Previous PR did not check if preferences to be removed exist on the
current screen and failed when the current screen was not the
notification settings.
Fixes #3782 .
2018-12-02 17:50:46 +01:00
Oji Ofong
c3fcf5986d
Change mail sync to work with background execution limits
2018-12-02 08:52:46 -05:00
Vincent Breitmoser
e6e0d7c1c2
Merge pull request #3772 from k9mail/cleanup-localkeystore
...
Clean up LocalKeyStore and related
2018-12-02 05:08:03 +01:00
Meteor0id
aa8621cc58
Attempt to order menu items similar across views ( #3511 )
2018-12-02 02:24:28 +01:00
cketti
328b7a1d11
Merge pull request #3761 from wiktor-k/notification-settings
...
Notification settings
2018-12-01 21:27:10 +01:00
Wiktor Kwapisiewicz
e757e59156
Hide built-in notification settings on Android O
...
Resolves #3722 .
2018-12-01 21:05:05 +01:00
Wiktor Kwapisiewicz
d9ddba4e60
Add an item that opens system notification settings
...
This item is displayed only on Oreo or higher and is hidden in previous
versions of Android.
2018-12-01 21:04:39 +01:00
cketti
c9f3d57071
Merge pull request #3776 from k9mail/externalfilesdir
...
More clearly use getExternalFilesDir in ExternalStorageProvider
2018-12-01 16:41:54 +01:00
cketti
89e462945c
Merge pull request #3777 from k9mail/pusher-cert-fail
...
Stop ImapFolderPusher on CertificateValidationException
2018-12-01 16:33:13 +01:00
Vincent Breitmoser
268ccfc0ff
Stop ImapFolderPusher on CertificateValidationException
...
This is a permanent error, but apparently not treated as one. I got
a certificate error notification every two seconds just now (because
LocalKeyStore is broken, see #3772 ). This PR simply stops the pusher on
a certificate error.
2018-12-01 14:15:42 +01:00
Vincent Breitmoser
5ead340cde
more clearly use getExternalFilesDir in ExternalStorageProvider
2018-12-01 14:10:22 +01:00
Vincent Breitmoser
8fd2b56a67
clean up some warnings in trust management classes
2018-11-30 15:50:38 +01:00
Vincent Breitmoser
df85d7b0f3
Clean up TrustManager, KeyStore and SocketFactory use
2018-11-30 15:47:57 +01:00
Wiktor Kwapisiewicz
4578863118
Convert PreferenceScreens to Categories
...
Nested PreferenceScreens do not get the AppCompat Action Bar.
Converting them to categories works-around the issue.
Resolves #3753 .
2018-11-30 13:27:36 +01:00
Wiktor Kwapisiewicz
3caa56a57e
Add Action Bars to Preference activities
2018-11-30 13:26:11 +01:00
Khyojung
5a00c3b3fd
add padding of user email in creation UI
2018-11-30 15:40:38 +09:00
cketti
bb6427cec0
Merge pull request #3744 from k9mail/dumb-account-1
...
Move logic out of Account class (1)
2018-11-30 01:45:53 +01:00
cketti
55746ea3ff
Merge pull request #3760 from sgomin/master
...
Optionally enable web cache
2018-11-29 23:30:54 +01:00
Stan Gomin
959b022ee2
Enabling Web cache unconditionally
2018-11-30 09:05:36 +11:00
Vincent Breitmoser
3e5c9a9616
slight cleanup in AccountSearchConditions
2018-11-29 18:37:26 +01:00
Vincent Breitmoser
47767b9e3f
small code cleanup
2018-11-29 18:23:30 +01:00
Vincent Breitmoser
583c5b0432
extract Account.getLocalStore into LocalStoreProvider
2018-11-29 18:22:12 +01:00
Vincent Breitmoser
a42d1111ae
move extensive setter logic out of Account into saveAccount()
2018-11-29 18:22:12 +01:00
Vincent Breitmoser
4a386b6c9b
extract setup of default values from Account
2018-11-29 18:22:12 +01:00
Vincent Breitmoser
6276450c65
move loadAccount logic into AccountPreferenceSerializer
2018-11-29 18:22:12 +01:00
Vincent Breitmoser
86bc5ed823
extract "save" method from Account (and fix unit tests)
2018-11-29 18:19:07 +01:00