Commit Graph

2429 Commits

Author SHA1 Message Date
cketti 09c93abf86 Delete the old localized outbox. Fixes the "two outboxes" problem.
Rename the "new" hardcoded outbox to "K9MAIL_INTERNAL_OUTBOX". This
is done to avoid collisions with folders named "OUTBOX" in a remote
store. See
https://groups.google.com/group/k-9-mail/browse_thread/thread/cbb1c77abba84695

Fixes issue 3411
2011-09-15 22:26:34 -04:00
Jesse Vincent d0b6d0460b Bumped manifest to 3.802 2011-06-09 20:21:12 -04:00
Jesse Vincent 492cdc7012 This change frequently broke display of PGP-signed messages (and others)
Revert "Correct encoding and decoding for the filename parameter in the Content-Disposition."

This reverts commit 79a96952f2.

Conflicts:

	src/com/fsck/k9/activity/MessageCompose.java
	src/com/fsck/k9/mail/store/LocalStore.java
2011-06-09 20:20:28 -04:00
Jesse Vincent 947b26617d Bumped manifest to 3.801 2011-05-26 23:46:25 -04:00
cketti fbdb38f4da Load AbsoluteSizeSpan(int,boolean) constructor via reflection
This will allow us to run on Android 1.5/1.6 devices.
2011-05-26 23:43:50 -04:00
Jesse Vincent bb93450f9a Fix a NPE 2011-05-26 22:57:47 -04:00
Jesse Vincent 14589214b6 Bumped manifest to 3.800 2011-05-25 15:04:09 -04:00
Jesse Vincent ed81dd2fe5 Bumped manifest to 3.793 2011-05-25 12:00:34 -04:00
sunglim 1bef645f86 Korean Language minor update 2011-05-25 11:59:37 -04:00
Jesse Vincent e9395518c9 Bumped manifest to 3.792 2011-05-24 16:21:27 -04:00
Jesse Vincent 5074bbfadc Correct typo from dutch translation update 2011-05-24 16:20:39 -04:00
Jesse Vincent 7466cb7b47 Bumped manifest to 3.791 2011-05-24 16:18:36 -04:00
Frank071 6742cfc469 As requested by Jesse - all NEW: are translated. 2011-05-24 16:18:16 -04:00
Jesse Vincent 8f3f67f7b2 Bumped manifest to 3.790 2011-05-22 14:28:39 -04:00
Koji Arai 826159a0d1 Improved Japanese translation 2011-05-22 14:28:16 -04:00
Koji Arai 650824829d Improved Japanese translation 2011-05-22 14:28:16 -04:00
Koji Arai fcec30e1da Improved Japanese translation 2011-05-22 14:28:16 -04:00
Koji Arai 8418707b7b Improved Japanese translation 2011-05-22 14:28:16 -04:00
cketti 9bc26e0dbf Modified german translation 2011-05-21 18:42:12 +02:00
Bernhard Redl 4a3e9650f7 added new translated strings (german) 2011-05-21 18:42:12 +02:00
cketti 9990df2881 Updated catalan translation (dvbotet) 2011-05-21 06:00:56 +02:00
Jesse Vincent 0704664801 Bumped manifest to 3.714 2011-05-15 12:40:25 -04:00
cketti 7f700f5a12 POP3: Check for support of the TOP command (if CAPA isn't supported)
This will allow to download partial messages if the server doesn't
support the CAPA command but supports the TOP command (e.g. Hotmail).

Fixes issue 2042
2011-05-15 12:39:28 -04:00
cketti 5269bc6563 Fix bug introduced with commit b7a6dbd973
Fixes issue 3297
2011-05-15 12:25:55 -04:00
Jesse Vincent f54ab14fce Bumped manifest to 3.713 2011-05-11 21:56:27 -07:00
sunglim 97518c8162 add some Korean providers 2011-05-11 21:55:59 -07:00
Jesse Vincent 163a7b1e54 formatting of release notes 2011-05-11 21:52:29 -07:00
Jesse Vincent 5a8ef36540 Release note updates. Now ready to push to the wiki 2011-05-11 16:18:56 -07:00
Jesse Vincent 93994d154b Remove the two of 3 issues I believe to be resolved. 2011-05-11 16:08:03 -07:00
sunglim ef01f489c8 Korean Language Option 2011-05-10 19:54:50 -04:00
sunglim 62a84d258a ko option 2011-05-10 19:54:50 -04:00
sunglim 7624780a47 strings.xml 2011-05-10 19:54:14 -04:00
Jesse Vincent d7f8559acc Bumped manifest to 3.712 2011-05-07 23:28:28 -04:00
cketti 39d9e64ad3 Get rid of constant K9.OUTBOX
Use Account.getOutboxFolderName() instead (still hardcoded, though)
2011-05-07 23:25:14 -04:00
cketti 2680e67970 Get rid of constant K9.INBOX
Use Account.getInboxFolderName() instead
2011-05-07 23:25:14 -04:00
cketti c2f96dad6d Restore hardcoded Outbox 2011-05-07 23:25:14 -04:00
cketti be6299fbf1 Avoid NullPointerException for messages with html_content = NULL in DB
Fixes issue 3302
2011-05-07 23:25:14 -04:00
Andrew Chen fb719d5b78 Issue 3105: Drop newlines in favor of preserving multiple spaces in htmlified text bodies. 2011-05-07 23:25:14 -04:00
kris kechagia aaae5ba4c5 removed empty, non-localized strings 2011-05-07 23:25:14 -04:00
Andrew Chen e1fde5a0f1 Issue 3105: Generate proper HTML-ified versions of text messages so that textification of the HTMLified text message preserves the original newlines. 2011-05-07 23:25:14 -04:00
Andrew Chen 1d0f5583e8 Preserve legacy SMTP authentication behavior for PLAIN by trying LOGIN if supported. 2011-05-07 23:25:14 -04:00
cketti fa3041c8ce Remove unnecessary null pointer check 2011-05-07 23:25:14 -04:00
cketti 6c297e060a Make the "pick directory intent" array a constant 2011-05-07 23:25:14 -04:00
cketti d05f6878d8 Changed order of pick directory intents 2011-05-07 23:25:13 -04:00
jmccabe ebcc34e323 Refactor of showFileBrowserActivity to add a couple of extra options
to the list of possible file browser intents (ES File Explorer and
Blackmoon File Browser) and simplify possible future updates.
2011-05-07 23:25:13 -04:00
cketti 2b0d3a3e42 Added placeholders for newly added string to translations 2011-05-07 23:25:13 -04:00
cketti 21bbf5976e Replaced tabs with spaces 2011-05-07 23:25:13 -04:00
Koji Arai a634dcc315 Refresh folder list when folder is cleared 2011-05-07 23:23:55 -04:00
Vitaly Polonetsky 8b8f7f3460 fixed displaying of "(null)" account description in notification at account setup wizard 2011-05-07 23:23:55 -04:00
Jesse Vincent fa18ab57bb checkpoit copyediting 2011-05-02 20:28:36 -04:00