Commit graph

7529 commits

Author SHA1 Message Date
cketti
7af9ec1e8d
Merge pull request #3136 from k9mail/GH-701_fix_special_use_folders_with_prefix
Remove namespace prefix from auto-configured special folder names
2018-01-26 15:02:51 +01:00
cketti
8843ecb201
Merge pull request #2716 from Trogel/show-pictures-button-state
Move save/restore of "show pictures" button state into MessageTopView

Fixes #2685
2018-01-26 06:30:55 +01:00
Trogel
c505083d6b Save whether "show pictures" has been clicked
Save/restore whether "show pictures" has been clicked. On restore this
allows us to correctly instruct MessageContainerView whether to load
pictures.
2018-01-25 23:58:11 +01:00
cketti
affc41c853
Merge pull request #3123 from philipwhiuk/imgMap
Add support for image-maps
2018-01-25 23:42:03 +01:00
cketti
26f6963e2a
Merge pull request #3134 from k9mail/fix_encoded_word_decoding
Split B-/Q-decoding and charset decoding into two different phases
2018-01-25 23:35:59 +01:00
cketti
ada04840ab Remove duplicated code to remove namespace prefix from a folder name 2018-01-25 23:02:02 +01:00
m5w6
9d90c53050 Remove namespace prefix from auto-configured special folder names
Fixes #701
2018-01-25 22:17:05 +01:00
cketti
4bdf64e990 Split B-/Q-decoding and charset decoding into two different phases 2018-01-25 16:46:46 +01:00
cketti
a36254dbc0
Merge pull request #3120 from philipwhiuk/mailsploitFix
Show address if personal component is email address
2018-01-25 15:32:23 +01:00
cketti
c24c3ae30b
Merge pull request #3130 from philipwhiuk/handleMissingContactsApp
Show toast when Contacts app is missing
2018-01-25 15:21:51 +01:00
Philip Whitehouse
2ec1b3fe29 Show toast when Contacts app is missing 2018-01-25 02:02:25 +00:00
Philip Whitehouse
3e64739503 Fixup tests 2018-01-22 22:42:47 +00:00
Philip Whitehouse
4376f9bc22 Add support for image-maps 2018-01-22 13:11:54 +00:00
Philip Whitehouse
64badd8646 Fix Mailsploit - show address if personal component is email address 2018-01-21 19:57:19 +00:00
cketti
7c3b90b356
Merge pull request #3095 from PiwwowPants/feature/full-address-in-compose
Added a check for showing correspondent name to RecipientSelectView
2018-01-19 01:05:28 +01:00
Vincent Breitmoser
2e5d2f9342
Merge pull request #3068 from k9mail/fix-encrypted-attached-message
Fix encrypted, attached inner message/rfc822
2018-01-18 18:23:58 +01:00
Vincent Breitmoser
257c2860fe Add unit test for attached inner messages 2018-01-18 17:34:59 +01:00
Philip
e80aa401de Add privacy option to hide hostname when connecting to SMTP servers (#3078) 2018-01-17 21:07:09 +01:00
James Downs
02498ee9a0 Added a check for showing correspondent name to RecipientSelectView 2018-01-14 12:13:22 -05:00
cketti
63010dd4de
Merge pull request #3089 from philipwhiuk/removeDashFromEmail
Tidy up the usage of 'e-mail' in non-translated source text
2018-01-14 16:45:39 +01:00
Philip Whitehouse
d581824e33 Tidy up the usage of 'e-mail' in non-translated text 2018-01-13 10:15:20 +00:00
Philip
d761721e4b
Merge pull request #3088 from philipwhiuk/httpsBitLy
Use HTTPS in bit.ly link
2018-01-13 10:10:57 +00:00
Philip Whitehouse
6b6cc76db6 Use HTTPS in bit.ly - works even though bit.ly generate HTTP links by default 2018-01-13 10:08:55 +00:00
cketti
4436c7d90c
Merge pull request #3080 from philipwhiuk/dirAutoAndWrapperTesting
Set text direction to auto and improve HtmlConverter testing
2018-01-11 23:29:55 +01:00
Philip Whitehouse
a19773adfa Tidy up K9's variable naming to match code style 2018-01-11 22:27:29 +00:00
cketti
9b7a8cd8ab Refactor some tests in HtmlConverterTest 2018-01-11 20:50:54 +01:00
cketti
b5cffe84e5
Merge pull request #3079 from philipwhiuk/reorderIdentityPriority
Test and re-order identity priority
2018-01-11 20:27:19 +01:00
cketti
38a8db27ff
Merge pull request #3081 from philipwhiuk/lessThan10Push
Add an option to have only 5 folders set to push
2018-01-11 20:13:06 +01:00
cketti
11bd02a95d Convert IdentityHelperTest to Kotlin 2018-01-11 19:48:58 +01:00
cketti
c95f7f75f4
Merge pull request #3073 from philipwhiuk/whitelistLinkProtocols
Add tel, sip, bitcoin, ethereum and rtsp URIs to the whitelist for links
2018-01-11 15:41:08 +01:00
Philip Whitehouse
d649e8e76c Add an option to have only 5 folders set to push 2018-01-11 02:39:26 +00:00
Philip Whitehouse
5cbd0be736 Set text direction to auto and improve HtmlConverter testing 2018-01-11 00:57:23 +00:00
Philip Whitehouse
ae15e0c618 Test and re-order identity priority 2018-01-11 00:33:11 +00:00
Philip Whitehouse
11f6614a3b Expand link testing to cover HTTP, HTTPS and Mailto 2018-01-11 00:08:09 +00:00
Philip Whitehouse
7ae0c34b5f Add tel, sip, bitcoin, ethereum and rtsp URIs to the whitelist for links 2018-01-10 00:24:56 +00:00
Vincent Breitmoser
e4467ef959
Merge pull request #3064 from k9mail/remove_attachment_permission
Remove custom attachment permission
2018-01-10 00:32:21 +01:00
Vincent Breitmoser
d65ccb0077
Merge pull request #3063 from k9mail/forward_as_attachment
Forward message as attachment
2018-01-10 00:32:05 +01:00
cketti
08f79b13b7 Remove unnecessary IOException from methods signatures 2018-01-09 22:09:06 +01:00
Vincent Breitmoser
20d96ae7f4
Simplify crypto info in message view (#3067)
* Simplify crypto info in message view

* incorporate feedback

* Use lowercase end-to-end

* Use signer/sender as button label, get rid of e2e string repetition
2018-01-09 19:25:42 +01:00
Vincent Breitmoser
0e75978d6e Fix encrypted, attached inner message/rfc822 2018-01-09 03:26:35 +01:00
cketti
61a47f9650 Remove custom attachment permission 2018-01-08 17:06:17 +01:00
cketti
af4fa4330a Mark forwarded messages as attachment 2018-01-08 16:41:31 +01:00
cketti
6b28c5b41b Don't allow user to supply content of type message/*
Instead we rewrite the MIME type to application/octet-stream. This is
so we don't create broken messages in case the user-supplied content is
not a valid message.
In the future we could add some validation code and allow the user to
attach well-formed messages using the proper MIME type.
2018-01-08 16:41:31 +01:00
cketti
1da373ad06 Load message for "forward as attachment" in background 2018-01-08 16:41:31 +01:00
Thomas E. Horner
4f4e1386cb Forward as Attachment 2018-01-08 16:41:31 +01:00
Philip
d0c8cc3b57 Don't load recipients with no email (fixes #2973) (#2985)
Don't load recipients with no email
2018-01-08 16:25:46 +01:00
Vincent Breitmoser
111f7fc194
Merge pull request #3059 from k9mail/clean_up_sync_code
"Simplify" sync code
2018-01-08 16:22:16 +01:00
cketti
6cecf17645 Remove IMAP-specific code from legacy sync code 2018-01-07 00:45:20 +01:00
cketti
5f44e21aa1 Remove code not relevant for IMAP from ImapSync 2018-01-07 00:45:20 +01:00
cketti
80bee9725f
Merge pull request #2996 from k9mail/message_sync_refactor
Split synchronization code #2
2018-01-06 22:29:01 +01:00