cketti
|
d32d6eed0e
|
Move "magic" from Part.setBody() implementations to MimeMessageHelper.setBody()
Now adding message bodies during parsing won't set/modify headers.
|
2014-12-08 16:32:23 +01:00 |
|
cketti
|
bcb6c75c2e
|
Add support for storing raw header fields
|
2014-12-08 16:32:23 +01:00 |
|
cketti
|
a725099693
|
Merge pull request #499 from k9mail/remove_apg_interface
Remove APG legacy interface
|
2014-11-12 21:08:46 +01:00 |
|
cketti
|
9b61fe0f0e
|
Merge remote-tracking branch 'k9mail_pgp_mime/master'
Conflicts:
src/com/fsck/k9/activity/AccessibleEmailContentActivity.java
|
2014-11-12 19:22:53 +01:00 |
|
cketti
|
9e6fc7c7d1
|
Merge pull request #13 from k9mail/art/update-certificates-in-tests
Update certificates in tests
|
2014-11-12 16:30:53 +01:00 |
|
cketti
|
0f70d5db40
|
Merge pull request #12 from k9mail/art/warn-if-not-serializable
Art/warn if not serializable
|
2014-11-11 19:52:31 +01:00 |
|
cketti
|
bd4a236525
|
Merge pull request #11 from k9mail/art/fix-tests-on-jvm
fix tests on JVM
|
2014-11-11 19:46:58 +01:00 |
|
cketti
|
7211080415
|
Merge pull request #10 from k9mail/art/more-tidying-arrays
Replace many arrays with collections
|
2014-11-11 19:45:35 +01:00 |
|
Art O Cathain
|
438a350f55
|
remove unnecessary method parameters
|
2014-10-19 18:40:17 +01:00 |
|
Art O Cathain
|
a9b0907c31
|
further simplification
|
2014-10-12 09:24:08 +01:00 |
|
Art O Cathain
|
ba26cfce90
|
remove controversial methods
|
2014-10-12 08:54:44 +01:00 |
|
Art O Cathain
|
5dc1b82340
|
address review comments
|
2014-10-11 23:52:48 +01:00 |
|
Art O Cathain
|
d980e49fd1
|
chain the exception
|
2014-10-11 16:11:12 +01:00 |
|
Art O Cathain
|
c6df8f1ba1
|
warn if not serializable, also add basic unit test
|
2014-10-11 12:37:36 +01:00 |
|
Art O Cathain
|
668ee71b6c
|
fix tests on JVM
|
2014-10-11 12:10:07 +01:00 |
|
Joe Steele
|
a141457886
|
Revert "Implement SSL file-based session caching"
This reverts commit 43c38a047f .
|
2014-10-07 21:23:04 -04:00 |
|
Art O Cathain
|
40102d560d
|
Set interface makes more sense for flags
|
2014-10-05 12:40:35 +01:00 |
|
Art O Cathain
|
195f28db00
|
Revert accidental change
|
2014-10-05 12:23:43 +01:00 |
|
Art O Cathain
|
444756839c
|
EnumSet is more efficient than HashSet
|
2014-10-05 12:08:55 +01:00 |
|
Art O Cathain
|
fe7c0ebfac
|
simplify following code review
|
2014-10-05 11:57:11 +01:00 |
|
Art O Cathain
|
159017e91d
|
removed unneeded variables and clarified names
|
2014-10-05 11:50:04 +01:00 |
|
Art O Cathain
|
d38f21265d
|
use isEmpty instead of size() == 0 for clarify
|
2014-10-05 10:37:50 +01:00 |
|
Art O Cathain
|
02c0b5f2a3
|
Use collections instead of arrays to enable stronger typing and reduce cruft
|
2014-10-05 10:37:36 +01:00 |
|
Art O Cathain
|
203dcfe2c3
|
use interfaces, not implementions
|
2014-10-04 12:00:48 +01:00 |
|
tobiasbaum
|
dadf5e0865
|
Merge pull request #7 from artbristol/art/tidying
Art/tidying
|
2014-09-29 22:15:59 +02:00 |
|
Art O Cathain
|
010d8c9f7e
|
always use import for UrlEncodingHelper
|
2014-09-29 18:06:21 +01:00 |
|
Art O Cathain
|
2226ae6a8e
|
fix IDE error
|
2014-09-28 12:48:46 +01:00 |
|
Art O Cathain
|
c438bc1222
|
remove some more catches
|
2014-09-28 12:09:34 +01:00 |
|
Art O Cathain
|
afb65d5ad7
|
remove some try-catch cruft
|
2014-09-28 11:39:32 +01:00 |
|
Art O Cathain
|
46d083bcad
|
fix warnings
|
2014-09-28 11:19:33 +01:00 |
|
Tobias Baum
|
2be10febf9
|
Added (still rather shallow) missing Javadocs for classes in BinaryAttachmentBody hierarchy
|
2014-09-22 21:55:08 +02:00 |
|
Tobias Baum
|
547eb74774
|
Changed access to mParts in MimeMultipart so that it can be private too
|
2014-09-22 21:54:02 +02:00 |
|
Tobias Baum
|
b6079d6460
|
UCDetector warnings: Made things private, deleted unused methods and fields
|
2014-09-22 21:52:59 +02:00 |
|
cketti
|
352fb8fd25
|
Remove legacy APG interface
|
2014-09-18 23:20:49 +02:00 |
|
cketti
|
99991e6651
|
Remove option to select (legacy) APG as crypto provider
|
2014-09-18 19:15:53 +02:00 |
|
cketti
|
082dd953b2
|
Remove now unused AccessibleEmailContentActivity
|
2014-09-18 15:06:00 +02:00 |
|
Tobias Baum
|
1ea34d2378
|
Flagged some code with TODOs, added Javadoc for Body
|
2014-09-14 11:20:18 +02:00 |
|
Tobias Baum
|
be954d729c
|
Whitespace, Tabs to Spaces
|
2014-09-14 11:18:57 +02:00 |
|
Tobias Baum
|
7d32b3d462
|
Removed unnecessary overriding methods
|
2014-09-14 11:17:02 +02:00 |
|
Tobias Baum
|
a9aa4645af
|
Removed unused methods
|
2014-09-14 11:15:44 +02:00 |
|
Tobias Baum
|
545dd0db06
|
Added a getBodyparts method to Multipart so that foreach loops can be used. Removed unnecessary mutators from Multipart.
|
2014-09-14 11:13:34 +02:00 |
|
Tobias Baum
|
5513d5a99b
|
Pulled down getSize from Part to Message which makes ImapBodyPart superfluous
|
2014-09-14 11:11:48 +02:00 |
|
Tobias Baum
|
d467dca32c
|
Added testcases for parsing and removed unused methods for parsing
|
2014-09-14 11:05:55 +02:00 |
|
cketti
|
601e2880ac
|
Merge remote-tracking branch 'upstream/master'
Conflicts:
src/com/fsck/k9/mail/transport/SmtpTransport.java
|
2014-09-12 07:11:32 +02:00 |
|
cketti
|
a6fc06f7f9
|
Fix code style
|
2014-09-12 06:35:07 +02:00 |
|
cketti
|
3e4beae631
|
Remove unused 'check mark' color chip
|
2014-09-12 06:26:03 +02:00 |
|
Christian Frommeyer
|
9dba60c997
|
Some minor code cleanings and logging for LockableDatabase
|
2014-09-11 20:26:40 +02:00 |
|
Christian Frommeyer
|
eced036d69
|
Extracting Database Setup Schema definition form LocalStore.
|
2014-09-11 20:26:40 +02:00 |
|
Christian Frommeyer
|
91ef5fa816
|
Extracted LocalFolder and LocalMessage definition from LocalStore
|
2014-09-11 20:26:40 +02:00 |
|
Christian Frommeyer
|
89ba2c510b
|
More nested classes extracted from LocalStore.
|
2014-09-11 20:26:40 +02:00 |
|