cketti
80bee9725f
Merge pull request #2996 from k9mail/message_sync_refactor
...
Split synchronization code #2
2018-01-06 22:29:01 +01:00
cketti
c4c266c5ee
Merge pull request #3051 from philipwhiuk/testIframeUpdateJsoup
...
Html Sanitization: Update JSoup, test iframe removal & allow center
2018-01-06 22:25:31 +01:00
Philip Whitehouse
40081b435c
Allow center tag and test whitelisting of formatting tags
2018-01-06 15:13:04 +00:00
cketti
9e181e3180
Merge pull request #3050 from k9mail/GH-2999_fix_quiet_time
...
Fix quiet time
2018-01-06 09:00:45 +01:00
Philip Whitehouse
339b1ed825
Update JSoup to improve unknown tag handling and test iframe removal
2018-01-06 00:40:02 +00:00
cketti
bb14309dd0
Refactor QuietTimeChecker
2018-01-05 20:34:16 +01:00
cketti
e9d90b1e75
Use Calendar.HOUR_OF_DAY instead of Calendar.HOUR in QuietTimeChecker
...
Fixes #2999
2018-01-05 20:34:16 +01:00
cketti
8fd6a4c83a
Add tests for QuietTimeChecker
2018-01-05 20:34:16 +01:00
cketti
0e6108a89f
Extract 'quiet time' check to separate class
2018-01-05 19:52:56 +01:00
cketti
023caaa75b
Merge branch 'GH-2983_whitelist_font_tag_attributes'
...
Add attributes for 'font' tag to the whitelist
Fixes #2983
2018-01-04 05:13:28 +01:00
cketti
9b8617d33f
Add attributes for 'font' tag to the whitelist
2018-01-04 05:07:41 +01:00
cketti
118b465406
Merge pull request #3037 from k9mail/GH-3006_whitelist_table_background_attribute
...
Add 'background' attribute for 'table' tag to the whitelist
2018-01-04 05:03:34 +01:00
cketti
13c24c26f4
Add 'background' attribute for 'table' tag to the whitelist
2018-01-04 04:50:23 +01:00
cketti
75fba6898f
Merge pull request #3036 from k9mail/GH-3034_improve_html_sanitation
...
Fix HTML sanitation
2018-01-04 04:43:47 +01:00
cketti
f69ac0662a
Add more table elements attributes to whitelist
2018-01-04 03:39:29 +01:00
cketti
5a4a9042f1
Fix HeadCleaner to not skip everything after a disallowed tag
2018-01-04 03:35:43 +01:00
cketti
f5c9ae4018
Merge pull request #3035 from philipwhiuk/fixPluralDownloadingMessage
...
Add count to string for replacement
Fixes #3032
2018-01-04 02:26:47 +01:00
Philip Whitehouse
8014943e7d
Fix #3032 - add count to string for replacement
2018-01-04 00:41:10 +00:00
cketti
f1deeb76d7
Merge pull request #3021 from MJ10/master
...
Fix: import/export maintains account order
2018-01-02 15:29:15 +01:00
Moksh Jain
6cb1a60804
Fix: import/export maintains account order
2018-01-01 22:26:32 +05:30
cketti
a549e27875
Merge pull request #2909 from jyn514/deprecation
...
Removed deprecated members, classes, and APIs
2017-12-30 04:35:38 +01:00
Joshua Nelson
7591319e7e
Removed deprecated members
...
Removed MessageList.EXTRA_SEARCH_OLD (and its reference in a search)
2017-12-30 04:17:35 +01:00
cketti
0cf4b8aaa5
Merge pull request #2910 from jyn514/unused-vars
...
Removed unused variables
2017-12-30 03:30:14 +01:00
cketti
d50319053a
Merge pull request #2986 from philipwhiuk/testBodyStructure
...
Add test for IMAP FETCH BODYSTRUCTURE
2017-12-29 06:01:37 +01:00
cketti
47adee116c
Merge pull request #2991 from k9mail/update_translations
...
Update translations
2017-12-27 21:00:23 +01:00
cketti
2d106e2b1a
Add Albanian translation
2017-12-27 17:07:33 +01:00
cketti
285da9122a
Update translations
2017-12-27 14:54:31 +01:00
Joshua Nelson
a2ad2dd10b
Removed unthrown exceptions from method signatures ( #2913 )
...
For OAuth2TokenProvider.getToken(), changed exception thrown to
match method signature (AssertionError -> AuthenticationFailedException)
2017-12-27 12:28:27 +00:00
Philip Whitehouse
fae5017832
Add test for IMAP FETCH BODYSTRUCTURE
2017-12-24 18:52:37 +00:00
cketti
a47ab9d7fe
Copy relevant tests from MessagingControllerTest to ImapSyncTest
2017-12-22 07:16:54 +01:00
cketti
87eb9398ae
Copy message sync code to ImapMessageStore/ImapSync
...
This will allow us to modify the sync implementation for IMAP without
having to worry about supporting the other protocols with the same code.
2017-12-22 06:59:01 +01:00
cketti
fc5af3ad9d
Merge pull request #2953 from SreyasRangaraju/master
...
Add unit tests for AccountCreator and Utility
2017-12-22 03:37:22 +01:00
cketti
012c4ee566
Fix code style issues
2017-12-22 03:29:10 +01:00
cketti
6bb42191ac
Merge pull request #2978 from k9mail/GH-2931_do_not_crash_when_closing_ImapConnection_twice
...
Do nothing in ImapConnection.close() if connection is not open
2017-12-21 04:38:39 +01:00
cketti
c2eb00b4f6
Do nothing in ImapConnection.close() if connection is not open
...
Under certain circumstances ImapFolderPusher can call
ImapConnection.close() twice. When using compression this will
lead to a NullPointerException inside ZOutputStream.close(). We're
ignoring all exceptions when closing a connection. So this shouldn't be
a problem. But (early versions of?) Android 8.1 shipped with a bug in
ART that shuts down the VM when a NullPointerException is triggered from
AOT/JIT(?) compiled code that uses a certain optimization. And we're
unlucky enough to trigger this bug.
Not closing the streams more than once should work around this bug.
See issue #2931
2017-12-20 07:07:35 +01:00
cketti
a95e897803
Merge pull request #2967 from lazycodeninja/master
...
Don't crash when replacing content URIs
Fixes #1988
2017-12-17 01:44:14 +01:00
cketti
59ed36c4a9
Convert MigrationTo51Test to Kotlin
2017-12-16 22:39:17 +01:00
cketti
02b6fdfda3
Use simple string replacement instead of replacement via regexp
2017-12-16 20:55:14 +01:00
Philip Whitehouse
d64af371ad
Test Migration51 including special characters in Content-IDs
2017-12-10 22:49:24 +00:00
Jason Khallouf
79975cacd0
Issue #1988 , escape special chars in Migration51 content ID replacement
...
Without this fix, content IDs containing '$' would cause the replaceAll() to interpret the string as a capture group backreference and throw an ArrayIndexOutOfBoundsException, which would cause the migration to fail and all messages in the mailbox to be lost.
2017-12-09 14:45:22 +11:00
Sreyas Rangaraju
96082c2aef
Added Unit Tests for AccountCreator and Utility
2017-11-27 15:03:36 -05:00
cketti
1a12b18f0c
Merge pull request #2951 from philipwhiuk/translateSearchFromSender
...
Allow translation of 'more from sender' search name
2017-11-27 16:26:53 +01:00
cketti
dd9639c6c1
Merge pull request #2950 from philipwhiuk/translateCryptographyPreference
...
Use translatable string for Cryptography preference
2017-11-27 16:26:00 +01:00
Philip Whitehouse
b35d9a9222
Allow translation of 'more from sender' search name
2017-11-27 03:44:16 +00:00
Philip Whitehouse
4a48555bb7
Use translatable string for Cryptography preference
2017-11-27 03:30:22 +00:00
cketti
01d93858cb
Merge pull request #2899 from jyn514/account-names
...
Show the name of each account imported
2017-11-15 17:06:42 +01:00
cketti
c113c23f5e
Cleanup
2017-11-15 16:50:33 +01:00
Joshua Nelson
349c2aa9f3
Added localization for importing several accounts
...
Previous commit had a hardcoded string.
2017-11-14 17:18:15 -05:00
cketti
d6090c626b
Merge pull request #2725 from k9mail/improveDecoderUtil
...
Handle RFC2047 non-compliant splitting of characters
2017-11-12 18:36:02 +01:00
Harikrishnan Rajan
65be2b0357
Merge pull request #2927 from k9mail/rewrite-expunge
...
Add support for UID EXPUNGE
2017-11-12 21:56:30 +05:30