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
Jesse Vincent 7300aca2b8 Remove a call to deleteHeaders since headers are deleted implicitly by
an SQLite trigger.

Call our new variant of deleteAttachments() to avoid an extra lookup
2010-08-29 16:57:02 +00:00
..
activity Fixed issue 2174 2010-08-28 14:00:34 +00:00
controller Don't open a connection to the server if the protocol doesn't support flags and the flag to be changed isn't the deleted flag. This avoids unnecessary connections to POP3 servers. 2010-08-28 21:15:23 +00:00
crypto decoupled PgpData from CryptoProvider, moved the crypto provider into Account 2010-08-22 09:51:17 +00:00
helper Fixes issue 387 2010-08-19 02:49:13 +00:00
mail Remove a call to deleteHeaders since headers are deleted implicitly by 2010-08-29 16:57:02 +00:00
preferences Convert for loops to "enhanced" syntax per SDK performance guidelines 2010-07-19 01:52:18 +00:00
provider NullPointerException and TODO-Marker on a strange code-line 2010-08-18 14:27:39 +00:00
remotecontrol Fixes Issue 1482 2010-05-15 21:26:15 +00:00
service astyle 2010-08-18 02:48:55 +00:00
web astyle 2010-08-18 02:48:55 +00:00
Account.java decoupled PgpData from CryptoProvider, moved the crypto provider into Account 2010-08-22 09:51:17 +00:00
AccountStats.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
BaseAccount.java Fixes Issue 1410 2010-04-17 03:32:17 +00:00
EmailAddressAdapter.java Added helper class to access contacts. Uses the old contacts API for SDK/API 3+4 devices and the new API for SDK/API 5+ devices. 2010-08-14 13:59:33 +00:00
EmailAddressValidator.java Moved classes Regex and DomainNameChecker from android (package) namespace to K-9 namespace. This way we're protected from modifications to these classes in future Android versions. 2010-05-19 19:16:36 +00:00
EmailReceivedIntent.java Massive rename to K9, step 1. 2009-12-15 02:50:53 +00:00
FontSizes.java svn:eol-style=LF for src and XML resources 2010-07-13 21:49:28 +00:00
Identity.java svn:eol-style=LF for src and XML resources 2010-07-13 21:49:28 +00:00
K9.java Provisional initial commit of MessagingProvider code by 2010-08-18 02:49:13 +00:00
Preferences.java Use of constants for immutable empty arrays (prevent useless memory allocation) 2010-08-02 11:55:31 +00:00
SearchAccount.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
SearchSpecification.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