Merge commit 'e6a8d98e9e038f17d528d45ce2779c65fe46630b' into eclair-plus-aosp
* commit 'e6a8d98e9e038f17d528d45ce2779c65fe46630b':
Make checkbox and star more easily selected
Merge commit '386153695bf3207ff160dc33a1112f7ea6dbd721' into eclair-plus-aosp
* commit '386153695bf3207ff160dc33a1112f7ea6dbd721':
Watch for null results when updating internaldate.
Fixes bug # 2148971
Note, this condition happens when we APPEND a message to the server
but then we turn around and query for it, and the server reports that
it's not there:
>>> 7 APPEND "Sent" {490}
<<< #null# [Ready, for, argument]
<<< #null# [194, EXISTS]
<<< #7# [OK, [APPENDUID, 1233339552, 1191], APPEND, completed]
>>> 8 UID SEARCH (HEADER MESSAGE-ID \
<pwyc0i5yviwvu5nwio2lwdo5.1254073239445@email.android.com>)
<<< #null# [SEARCH]
<<< #8# [OK, UID, SEARCH, completed]
>>> 9 UID SEARCH UID NULL
<<< #9# [BAD, UID, SEARCH, error;, bogus, or, incorrect, syntax, \
of, search, critera]
I don't know why the Yahoo! server did this, but now we'll at least not
crash if they do it again.
Merge commit 'e4405a714ddbdc659336edbb530bf77d3b212a7f' into eclair-plus-aosp
* commit 'e4405a714ddbdc659336edbb530bf77d3b212a7f':
Messages upsynced to "sent" should be marked as "read".
* Create logic to detect upsyncable messages in Sent
* Note: Drafts is now local only for IMAP - no sync, either way
* Rewrite MessageController.processPendingAppend for Provider world
* Write provider message -> legacy message converter
* Fixed bug in IMAP APPEND (it was not picking the right UID for the
uploaded message.)
* Better handling of server internaldate
* Add constants for new X-Android-Body-Quoted-Part header
* Add EmailContent routines to get each of the 5 parts of the body
* Remove "Load more" from unsynced message lists
* Add toString to MimeHeader for debug support
Bug # 2097471
TODO (next CL): Upload attachments records too
Change-Id: I209182f5adc6b6696919f559e3cbbdd58b3eed3a
Merge commit '10a4908369c5dfd8db22e969fc00ce0ec695a065' into eclair-plus-aosp
* commit '10a4908369c5dfd8db22e969fc00ce0ec695a065':
Remove "Refresh" from bottom of EAS message lists
Merge commit 'd32d78634c776fa12afb7478fdc7e67140f2167e' into eclair-plus-aosp
* commit 'd32d78634c776fa12afb7478fdc7e67140f2167e':
Remember the list positions in MessageListView for onResume
Merge commit 'bce49bb3f56177eb61526426336fd0100ca34687' into eclair-plus-aosp
* commit 'bce49bb3f56177eb61526426336fd0100ca34687':
Harden a few calls in Controller
Merge commit '0d6e69ce8ac7e5d2ec508ec3223e9ed7c1174c8b' into eclair-plus-aosp
* commit '0d6e69ce8ac7e5d2ec508ec3223e9ed7c1174c8b':
Don't drop local mailboxes if we created them.
Reimplement a dropped snippet from the original MessagingController
that preserved locally-created special mailboxes (drafts, sent, etc.)
instead of dropping them when they were not found on the server.
Bug # 2078209
Merge commit 'af30d6cfacf0947d98ef1c9da2c5b5e06f7fc8f6' into eclair-plus-aosp
* commit 'af30d6cfacf0947d98ef1c9da2c5b5e06f7fc8f6':
Run sync threads in background priority (helps with #2126515)
Merge commit '1033fe606cfe7fa9f75b7c7f13868ec7df2ad993' into eclair-plus-aosp
* commit '1033fe606cfe7fa9f75b7c7f13868ec7df2ad993':
MessageCompose: correctly handle saving Draft in relation to restarting the activity on configuration change.
* Seems to improve UI responsiveness while doing large syncs,
but it can still slow down quite a bit
Change-Id: I539b8a9a96a922d810fba02ff4093759489a8153
Merge commit '7a59191bf1089ec2b89128406637c2094077cbce' into eclair-plus-aosp
* commit '7a59191bf1089ec2b89128406637c2094077cbce':
Fix loading the quoted text when editing draft.
Merge commit 'e1145d173971ebe741e42e9caa209ef2f7bbefa4' into eclair-plus-aosp
* commit 'e1145d173971ebe741e42e9caa209ef2f7bbefa4':
In EAS flow mode, don't try to use auto-setup (fixes#2143583)
Merge commit 'd66b465776261b3313c4b3bb3ef7c3954ebb08e4' into eclair-plus-aosp
* commit 'd66b465776261b3313c4b3bb3ef7c3954ebb08e4':
Fix loading the quoted text when editing draft.