Commit graph

424 commits

Author SHA1 Message Date
cketti
2de1c02c83 Add missing tests to DecoderUtilTest
Some tests fail showing bugs in the current implementation.
2017-10-14 07:38:50 +02:00
cketti
37d2c3609b Modify tests for text wrongly split into encoded words
We were using test data submitted by users. But we don't really know
what the expected result should be. In the second test the expected text
ended in a replacement character. That indicates the text is not decoded
correctly. Maybe there was an additional encoded word that was missing.
2017-10-14 06:01:05 +02:00
cketti
5f6b1dffc6 Refactor DecoderUtilTest 2017-10-14 05:41:33 +02:00
Philip Whitehouse
498df5db73 Add RFC2047 tests and fix a resulting whitespace bug 2017-09-02 11:19:25 +01:00
Philip Whitehouse
0e9e4daa80 Fix decoding with mix of decoded and encoded 2017-09-02 11:19:25 +01:00
Philip Whitehouse
f88c3594fc Add support for RFC 2047 non-compliant splitting of UTF-8 encoded characters 2017-09-02 11:19:25 +01:00
Philip Whitehouse
79582f12e4 Correct test name 2017-09-02 11:19:25 +01:00
Philip Whitehouse
1471e7a063 Split DecoderUtil tests up 2017-09-02 11:19:25 +01:00
Vincent Breitmoser
42bd8683dd autocrypt operations class 2017-08-31 13:19:25 +02:00
Vincent Breitmoser
4d580d539d add tests for MessageCryptoHelper 2017-08-30 22:39:59 +01:00
Philip Whitehouse
8b1cfb0730 Some more decoder tests - see #2499 2017-08-30 22:37:13 +01:00
cketti
cfd5d8a301 Merge pull request #2695 from k9mail/cleanup-smtp-transport
Cleanup smtp transport
2017-08-23 22:56:31 +02:00
Vincent Breitmoser
9cb7712142 clean up SmtpTransport 2017-08-23 02:12:40 +02:00
Vincent Breitmoser
c4f68b873a move transport uri encoding into its own class 2017-08-23 01:08:31 +02:00
Vincent Breitmoser
2fbd6f61a8 rename LocalMessage id field to databaseId 2017-08-22 16:49:58 +02:00
Vincent Breitmoser
6423742ca3 Merge pull request #2676 from philipwhiuk/testExecuteSimpleCommandStandardBehaviour
Test basic behaviour of executeSimpleCommand
2017-08-21 16:20:08 +02:00
Philip Whitehouse
9c6dc51f72 Test basic behaviour of executeSimpleCommand 2017-08-14 22:59:11 +01:00
cketti
59fda3c4d7 Make MockSmtpServer use KeyStoreProvider 2017-08-12 02:44:19 +02:00
cketti
51839cc51f Change TrustManager to return list of "accepted issuers" 2017-08-12 02:35:52 +02:00
cketti
da3bf8d679 Merge pull request #2435
Request post AUTH capabilities when not provided with them
2017-05-25 04:06:38 +02:00
cketti
f241a0a650 Clean up ImapConnectionTest 2017-05-25 03:36:22 +02:00
cketti
c54b95b2c6 Don't try fallback authentication for non-authentication error responses 2017-05-25 00:14:42 +02:00
cketti
bb16b1da3b Change the way we're tracking attachment download progress 2017-04-14 04:55:17 +02:00
harjot-oberai
2accaae901 Add percentage progress bar for attachment downloads 2017-04-14 04:53:22 +02:00
Philip Whitehouse
c84fe2312b Add a Toast when we fail to fetch the list of folders 2017-04-09 16:06:17 +01:00
Philip
879aa72bb6 Merge pull request #2455 from philipwhiuk/issue-2271
Fixes to various lint-detected issues
2017-03-28 02:16:15 +01:00
joelowj
7e29a7eac3 Fixes to various lint-detected issues 2017-03-28 02:08:21 +01:00
yesalam
06e5f790bb Auto select identity based on X-Original-To / Delivered-To / X-Envelope-To / TO / CC 2017-03-28 01:53:15 +01:00
Philip Whitehouse
c3c5f958c2 Tidying up, post-rebase 2017-03-26 13:01:59 +01:00
Philip Whitehouse
29c013f876 Some tidy-up 2017-03-26 13:01:02 +01:00
Philip Whitehouse
a05bbbbf8d Request post auth capability when not provided 2017-03-26 13:00:39 +01:00
cketti
ba21aaf412 Merge pull request #2352 from YESALAM/2237
Support "delSp" for format=flowed 

Fixes issue #2237
2017-03-26 06:00:43 +02:00
cketti
d22533b6d3 Cleanup 2017-03-26 05:46:38 +02:00
yesalam
dbc614769a Support "delSp" for format=flowed #2237 2017-03-26 05:37:26 +02:00
Philip Whitehouse
ad1328d775 Fixing remaining Timber errors in k9mail-library 2017-03-22 16:36:41 +01:00
Philip Whitehouse
f7c4b0e7c4 Fixing string concat in Timber logging 2017-03-22 16:35:02 +01:00
Philip Whitehouse
0b9decdf42 Fixing string concat in Timber logging 2017-03-22 16:35:02 +01:00
Philip Whitehouse
d9bde84daf Fix Exception logging Timber lint errors 2017-03-22 16:35:02 +01:00
Philip Whitehouse
5e4068de45 Fix concatenation in Timber logging 2017-03-22 16:35:02 +01:00
Philip Whitehouse
62a8bae494 Fixing exception logging with Timber 2017-03-22 16:35:02 +01:00
Philip Whitehouse
31e41e7b02 Remove a few more references 2017-03-22 16:35:02 +01:00
Philip Whitehouse
a2092d6ac3 Tidy up unused imports 2017-03-22 16:35:02 +01:00
Philip Whitehouse
b3ebd4d978 Remove remaining android.util.Log statements 2017-03-22 16:33:07 +01:00
Philip Whitehouse
878fdc0a79 Timber library p1 2017-03-22 16:33:07 +01:00
cketti
cf02795d5e Merge pull request #2389 from vatsalsura/Issue#2318
Use SystremClock.elapsedRealtime() to measure durations
2017-03-22 05:41:18 +01:00
Philip
93589171d8 Merge pull request #2396 from philipwhiuk/webDavStoreCheckStyle
Tidy up checkstyle and similar code quality issues in WebDavStore
2017-03-16 15:18:16 +00:00
Philip Whitehouse
54c2e29388 Fix checkstyle issues in WebDavStore 2017-03-16 14:35:54 +00:00
Philip Whitehouse
309b6891f4 Checkstyle fixed for JisSupport 2017-03-15 15:36:22 +00:00
Philip Whitehouse
e4db6fc8b1 Code style fixes for StatusCodeDetail 2017-03-15 14:14:08 +00:00
Vatsal Sura
ede2b0fb17 Use SystemClock.elapsedRealtime() to measure durations 2017-03-15 13:05:23 +05:30