This website requires JavaScript.
Explore
Help
Sign In
moparisthebest
/
k-9
Watch
1
Star
0
Fork
0
You've already forked k-9
mirror of
https://github.com/moparisthebest/k-9
synced
2025-02-20 04:31:47 -05:00
Code
Issues
Releases
Wiki
Activity
k-9
/
src
/
com
/
fsck
/
k9
/
mail
/
internet
History
Jesse Vincent
d123aa2a39
Add a hook for hinting charset conversions to Java, since Android's java
...
doesn't know about all conversions.
2010-08-12 02:22:25 +00:00
..
BinaryTempFileBody.java
Code refactoring:
2010-05-19 18:17:06 +00:00
MimeBodyPart.java
astyle
2010-07-13 21:16:56 +00:00
MimeHeader.java
Memory management optimisation: help garbage collection by avoiding repeated instantiations of immutable arrays (empty arrays of String, Message, Flag, Address)
2010-08-07 15:10:07 +00:00
MimeMessage.java
Fixes issue 305
2010-07-11 13:44:16 +00:00
MimeMultipart.java
Code cleanup. Fixed lots of warnings reported by Eclipse.
2010-04-16 12:20:10 +00:00
MimeUtility.java
Add a hook for hinting charset conversions to Java, since Android's java
2010-08-12 02:22:25 +00:00
TextBody.java
Use of constants for immutable empty arrays (prevent useless memory allocation)
2010-08-02 11:55:31 +00:00