Marc Blank
c75cd15c96
Use "Inbox" rather than "INBOX" for, well, "inbox"
...
Bug: 6366703
Change-Id: If9a43513990802203431ecbbcd96247b2db8e93f
2012-04-29 20:14:48 -07:00
Paul Westbrook
6a7d10e1c3
Merge 'goog/jb-dev' into 'goog/jb-ub-mail'
...
Change-Id: I29ca31c2ec3b773a484e8c3b3880057852479125
2012-04-27 15:01:08 -07:00
Marc Blank
f05dba090c
Merge "Add quoted text start pos to Body table" into jb-dev
2012-04-27 13:54:55 -07:00
Marc Blank
c6f104f2a7
Add quoted text start pos to Body table
...
Change-Id: Ie80fbb686382a8d38ea09d05b4757a82169be3fc
2012-04-27 13:37:56 -07:00
Paul Westbrook
f402687b72
Merge "Build against the ICS SDK" into jb-ub-mail
2012-04-27 13:29:28 -07:00
Paul Westbrook
7a7508c641
Build against the ICS SDK
...
Change-Id: Ib6429d43420b1382c8dfc81d30568c62cbbf92b6
2012-04-27 12:40:13 -07:00
Eric Fischer
9fd8864433
Merge "Import translations. DO NOT MERGE" into jb-dev
2012-04-27 11:10:39 -07:00
Eric Fischer
ee56777b06
Import translations. DO NOT MERGE
...
Change-Id: I4075aac1b807ef02400b8c1d517ea14f1b7517a6
2012-04-27 11:06:24 -07:00
Eric Fischer
bd9e17a072
Import translations. DO NOT MERGE
...
Change-Id: If4b740adde8044002746e4df539200f999a47bad
2012-04-27 11:05:20 -07:00
Marc Blank
d053465149
Have "view in calendar" directly open the event if possible
...
Bug: 5011918
Change-Id: I872ca6b78af08092017aa02810a07497a82758c1
2012-04-27 10:05:52 -07:00
Marc Blank
5ac4978680
Merge "Add preliminary support for viewing events" into jb-dev
2012-04-27 09:36:11 -07:00
Marc Blank
c8ae6156da
Merge "Make sure all drafts are "read"" into jb-dev
2012-04-27 09:21:45 -07:00
Marc Blank
597cfcf7ce
Add preliminary support for viewing events
...
Bug: 5011918
Change-Id: I573ed44b09f5e695d04fd081ea8af221fb396d94
2012-04-27 09:07:40 -07:00
Marc Blank
31a5e5c58d
Make sure all drafts are "read"
...
Bug: 6408601
Change-Id: I99dc9a1f017d67474540c07a76d11ec33c0ec3d8
2012-04-26 23:24:37 -07:00
Marc Blank
b3cf559736
Merge "Confirm calendar invite response, and delete message" into jb-dev
2012-04-26 20:41:47 -07:00
Marc Blank
519196dcf9
Confirm calendar invite response, and delete message
...
* Also, make sure that deletions update totals
* And that undo does the same
Bug: 6399958
Change-Id: I0250c34ce2515327f2a5bffec0cd059af9cefac4
2012-04-26 17:45:45 -07:00
Andy Huang
b354794c21
hide text zoom pref in Email2
...
Bug: 5287963
Change-Id: I6661149a8e8a98d5cebb9ea0fcfe6b4bc7976ff7
2012-04-26 16:50:35 -07:00
Marc Blank
c6297f8272
Handle clearing notifications via respond()
...
Bug: 6348210
Change-Id: I7040361123c86915d01e5b460f8c1f1e35f2a75b
2012-04-26 13:21:01 -07:00
Marc Blank
1f6dab6685
Don't allow sending from Combined account
...
Bug: 6319124
Change-Id: I0635bd59e2f53ce885e90f79be3611cebdb67f92
2012-04-24 11:56:06 -07:00
Marc Blank
b027bdadfa
Make sure notifications run when app starts
...
Bug: 6346814
Change-Id: I1ddfe8b7fbc5225c1ada71c5211eb253a3952d77
2012-04-24 10:17:19 -07:00
Marc Blank
08ffba4788
Support calendar invite response from UIProvider
...
Change-Id: I086c956f0c05f836ce370a992606838e906b91dd
2012-04-24 09:08:58 -07:00
Marc Blank
7effcc3fdf
Use correct icon for multiple received messages
...
Bug: 6382242
Change-Id: I24c99f3f2279ab38cc8ff0f82242a9f24a110670
2012-04-23 14:45:31 -07:00
Marc Blank
cec3719547
Merge "Prevent NPE if message not found"
2012-04-23 14:13:56 -07:00
Marc Blank
ca855f547d
Prevent NPE if message not found
...
Bug: 6324875
Change-Id: Ie82ef1c33e1b9db7178a183df00cca2c80aecf35
2012-04-23 13:59:22 -07:00
Marc Blank
80e19ad650
Make sure TempDirectory is set when using EmailServiceProxy
...
Bug: 6361241
Change-Id: I8fa328ec0b61a8f1710634bc8b946076efba0dcf
2012-04-23 13:54:30 -07:00
Marc Blank
2f49645c73
Notify on correct account when mailboxes are added
...
Change-Id: I511aebf76036a2e977bb63bce2d90206c45817f5
2012-04-23 11:39:12 -07:00
Marc Blank
571547336e
Remove "Delete account" from Email settings
...
* This is compatible with how things are done in Gmail
Change-Id: I5389bd34069803d92276b690fe0c04963ca1f2b8
2012-04-23 10:36:14 -07:00
Marc Blank
ab7d500c06
Merge "Restore some sanity to IMAP sync"
2012-04-23 09:16:52 -07:00
Marc Blank
264d514075
Prevent NPE in account/folder query when they no longer exist
...
Change-Id: I65d72bae84d26142ba37b365effe1d9655de1e2c
2012-04-23 08:42:41 -07:00
Marc Blank
2af67eba86
Restore some sanity to IMAP sync
...
* Ignore the small/large message distinction
* Get rid of loadMore; let the sync always get the text parts
(this avoids parsing a potentially huge message just to get at
the text parts)
* If we have a multipart/alternative and it has html text, don't
bother loading the plain part
Bug: 6325247
Change-Id: Ib557b20c517f0dee2b5f67d0d57d5304a0cba936
2012-04-22 22:03:03 -07:00
Marc Blank
7072612991
Prevent OOM that we've seen unrepeatably w/ IMAP literals
...
Bug: 6325247
Change-Id: If00a509cebeb75a2375159ba3045fa9089b4b4b2
2012-04-20 18:40:37 -07:00
Marc Blank
045a4ca46e
Fix icon for email widget
...
Change-Id: If93a0c8f5676da66c8e07dd599f7b83ec5ab1f5d
2012-04-20 12:08:21 -07:00
Marc Blank
228b1753a4
Clear reply/forward flag when move message to sent items
...
Bug: 6364495
Change-Id: I52d3ede175ee4f1575d54543d82b7c4b32b6ec25
2012-04-19 13:45:47 -07:00
Marc Blank
10c4d8814e
Merge "Don't crash if we can't create notification intent"
2012-04-19 12:59:42 -07:00
Marc Blank
ea8841a001
Don't crash if we can't create notification intent
...
Bug: 6359505
Change-Id: I7fa25a1f57937b01859fe3ae5ce5729b06858400
2012-04-19 12:52:30 -07:00
Eric Fischer
aadbdda5a1
Import translations. DO NOT MERGE
...
Change-Id: I237bfbee1a477059ce7d6eb97399a71457d0aec9
2012-04-19 11:29:36 -07:00
Mindy Pereira
30a6b1fc77
Merge "Usse attachmentsJson."
2012-04-17 08:38:52 -07:00
Marc Blank
97d8157dc6
Fix POP3 message sending (never worked)
...
* Apparently, this hadn't been tested
* Also small tweak for deleted attachments
Change-Id: Ia07db2c77f7e6dcfa558a262280010f7375c32f0
2012-04-17 08:34:10 -07:00
Mindy Pereira
0729415a3e
Usse attachmentsJson.
...
Change-Id: If8af8c1d10359a8024bcb63ad1ba11f008d8f22f
2012-04-16 15:58:37 -07:00
Marc Blank
65381f907b
Merge "Don't use SYNCED_MESSAGE_URI for POP3/Drafts/Outbox/Search"
2012-04-16 15:37:12 -07:00
Marc Blank
e7cab0a8a4
Merge "When provider starts, initialize folder status"
2012-04-16 13:52:05 -07:00
Marc Blank
188d4996c8
Merge "Allow undo for combined account"
2012-04-16 13:51:22 -07:00
Marc Blank
37e2be2556
Don't use SYNCED_MESSAGE_URI for POP3/Drafts/Outbox/Search
...
Bug: 6330408
Change-Id: I84114d95fe4cf2a0137e2e9108ba349e58e21788
2012-04-16 13:44:38 -07:00
Marc Blank
ba30ce9343
Use right uri for combined account compose
...
Bug: 6323241
Change-Id: I9e705b94363c7a311cdb7cbd04da60aeb63f8fd2
2012-04-16 11:18:01 -07:00
Marc Blank
c1ccdc5f9b
When provider starts, initialize folder status
...
Bug: 6316761
Change-Id: I916ff7b6881971f685420972635423567cd97761
2012-04-16 10:32:22 -07:00
Marc Blank
1a69a28f62
Allow undo for combined account
...
Bug; 6323124
Change-Id: I62ff6ee34871e6d083e22ff9f2b9e3e4193c7080
2012-04-16 09:37:20 -07:00
Eric Fischer
49927a0ae4
Merge "Import translations. DO NOT MERGE"
2012-04-13 16:42:10 -07:00
Marc Blank
3dce9c07be
Clear INITIAL_SYNC_NEEDED status after first sync
...
Change-Id: I9d7a3ae4d3dbbc4af82aae8405fa7e4e38bc8f34
2012-04-13 12:21:42 -07:00
Eric Fischer
fc093a7b88
Import translations. DO NOT MERGE
...
Change-Id: I9b0c4c8816e5fff58e72c10118b2352a23e282c7
2012-04-13 11:31:43 -07:00
Marc Blank
83ecabc8b2
Add logging
...
Change-Id: Id1c929591ad0fb451c8a8ba391f80108e2febb5d
2012-04-12 18:10:41 -07:00