1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00
k-9/src/com/fsck/k9/mail
Jesse Vincent c359b2c6bf Comment out redundant logging of IMAP commands
Each IMAP command was logged 3 times in normal operation. It seriously
clouds the logs and makes it much harder to read and debug ongoing
connections
2010-07-11 12:31:47 +00:00
..
filter Code refactoring: 2010-05-19 18:17:06 +00:00
internet Display an error message (instead of "null") if a message couldn't be decoded because of a missing charset. 2010-07-11 01:28:08 +00:00
store Comment out redundant logging of IMAP commands 2010-07-11 12:31:47 +00:00
transport find src/com/fsck/ -name \*.java|xargs astyle --style=ansi 2010-07-06 10:29:26 +00:00
Address.java Code refactoring: 2010-05-19 18:17:06 +00:00
AuthenticationFailedException.java Massive rename to K9, step 1. 2009-12-15 02:50:53 +00:00
Body.java Massive rename to K9, step 1. 2009-12-15 02:50:53 +00:00
BodyPart.java Massive rename to K9, step 1. 2009-12-15 02:50:53 +00:00
CertificateValidationException.java Massive rename to K9, step 1. 2009-12-15 02:50:53 +00:00
FetchProfile.java Merge imap-parser branch. 2010-05-19 13:31:48 +00:00
Flag.java - Add menu item to show additional headers in the message view 2010-05-21 15:34:29 +00:00
Folder.java Folder.fetchPart() is called when it shouldn't be. Disabled the exception for now. See issue 1733 2010-06-09 19:44:35 +00:00
Message.java When deciding whether a message is older than a certain date, we should 2010-07-10 16:40:13 +00:00
MessagingException.java Massive rename to K9, step 1. 2009-12-15 02:50:53 +00:00
Multipart.java find src/com/fsck/ -name \*.java|xargs astyle --style=ansi --mode=java --indent-switches --indent=spaces=4 --convert-tabs --unpad=paren 2010-04-29 04:59:14 +00:00
Part.java Massive rename to K9, step 1. 2009-12-15 02:50:53 +00:00
Pusher.java Fixes Issue 300 2010-05-09 15:27:41 +00:00
PushReceiver.java Provide for tracking all WakeLock usage. 2010-05-17 00:30:32 +00:00
Store.java Add a per-account setting to choose how much of each message to download automatically. 2010-07-11 11:59:14 +00:00
Transport.java Fixes Issue 1116 2010-03-04 04:00:30 +00:00