summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug that ignored encoding/charset in mime encoded emails in exchange ac...Vitaly Polonetsky2010-05-141-28/+5
* Fix bug in table creation.Steve Kondik2010-04-281-2/+2
* Merge branch 'eclair' of git://github.com/jarrettv/android_packages_apps_Emai...Steve Kondik2010-04-221-8/+14
|\
| * Add signature support to reply and forwardsJarrettV2010-04-211-8/+14
* | Merge branch 'eclair' of git://github.com/jarrettv/android_packages_apps_Emai...Steve Kondik2010-04-206-3/+74
|\|
| * Added email signature to email accountJarrettV2010-04-136-3/+74
* | If STARTTLS is on last EHLO response line, accept space prefix.Michael Wilson2010-04-141-1/+1
|/
* Merge branch 'eclair' of git://android.git.kernel.org/platform/packages/apps/...Steve Kondik2010-03-302-2/+4
|\
| * Fix #2494676 (escalated by VZW) DO NOT MERGEMarc Blank2010-03-102-2/+4
* | Implement support for receiving HTML emails from Exchange 2003 andPerry Nguyen2010-03-282-1/+107
* | Merge branch 'master' of git://android.git.kernel.org/platform/packages/apps/...Steve Kondik2010-03-284-7/+52
|\ \
| * | am 26c95dda: Update accounts backup when externally deletedAndrew Stadler2010-02-081-1/+8
| |\|
| * | merge from open-source masterThe Android Open Source Project2010-01-211-1/+1
| |\ \
| | * | Trim the mime type portion of Content-Type.Patrick Horn2010-01-211-1/+1
| * | | am 346a0cc1: Backup/Restore accounts - bugfix - DO NOT MERGEAndrew Stadler2010-01-203-17/+20
| |\ \ \
| * \ \ \ am 85d765f4: Quick backup/restore of accounts DO NOT MERGEAndrew Stadler2010-01-2016-12/+386
| |\ \ \ \
| * \ \ \ \ am d1c56ea1: Ensure protocol version always set in sync services DO NOT MERGEMarc Blank2010-01-101-9/+20
| |\ \ \ \ \
| * \ \ \ \ \ am 27051e48: Merge change Ife6689fa into eclairMarc Blank2009-12-211-5/+11
| |\ \ \ \ \ \
| * \ \ \ \ \ \ am bfc5de35: Merge change I06d98e54 into eclairMarc Blank2009-12-212-3/+8
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ am c874824c: Merge change Iad377728 into eclairMarc Blank2009-12-212-22/+67
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge from open-source masterJean-Baptiste Queru2009-11-243-6/+51
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| | * | | | | | | | Move the org.kxml2.wap.Wbxml class into the EAS code, the only user.Elliott Hughes2009-11-173-6/+51
| | * | | | | | | | eclair snapshotJean-Baptiste Queru2009-11-1296-5020/+25743
* | | | | | | | | | Allow usage of Yahoo mail over wifi.Steve Kondik2010-03-231-0/+8
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Update accounts backup when externally deletedAndrew Stadler2010-02-081-1/+8
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Backup/Restore accounts - bugfix - DO NOT MERGEAndrew Stadler2010-01-203-17/+20
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Quick backup/restore of accounts DO NOT MERGEAndrew Stadler2010-01-2016-12/+386
| |_|_|_|_|/ |/| | | | |
* | | | | | Ensure protocol version always set in sync services DO NOT MERGEMarc Blank2010-01-081-9/+20
| |_|_|_|/ |/| | | |
* | | | | Merge change Ife6689fa into eclairAndroid (Google) Code Review2009-12-211-5/+11
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Use correct EAS version in Outbox (fixes #2319892) DO NOT MERGEMarc Blank2009-12-161-5/+11
| |/ / /
* | | | Merge change I06d98e54 into eclairAndroid (Google) Code Review2009-12-212-3/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix delay sending mail after tapping "Send outgoing mail" DO NOT MERGEMarc Blank2009-12-162-3/+8
| |/ /
* / / Don't delete referenced messages from the Exchange server DO NOT MERGEMarc Blank2009-12-162-22/+67
|/ /
* | Merge change Ic1a2e5b9 into eclairAndroid (Google) Code Review2009-11-201-1/+1
|\ \
| * | Fix improper constant to allow retry for sending Exchange mailMarc Blank2009-11-201-1/+1
* | | Handle "send outgoing messages" properly for combined OutboxMarc Blank2009-11-201-2/+16
|/ /
* | Fix #2251837; better response w/ security req'd. DO NOT MERGEMarc Blank2009-11-113-0/+16
* | Allow sync data via the chunked transfer encoding DO NOT MERGEMarc Blank2009-11-041-11/+36
* | Merge change I2eee4ddc into eclairAndroid (Google) Code Review2009-11-041-4/+9
|\ \
| * | Improved fix for #2189704 (sync loss)Marc Blank2009-11-031-4/+9
* | | Merge change Ie2804ddc into eclairAndroid (Google) Code Review2009-10-301-6/+6
|\ \ \
| * | | Fix #2225869 (Regression in attachment loading / Exchange 2003)Marc Blank2009-10-291-6/+6
* | | | Merge change I9733dc5d into eclairAndroid (Google) Code Review2009-10-301-2/+48
|\ \ \ \ | |/ / / |/| | |
| * | | Fix folder deletion; support folder rename (#2118439) DO NOT MERGEMarc Blank2009-10-291-2/+48
* | | | Merge change If12d0e7c into eclairAndroid (Google) Code Review2009-10-281-1/+2
|\ \ \ \
| * | | | Go to combined inbox on notify for 2+ accounts (#2147265) DO NOT MERGEMarc Blank2009-10-281-1/+2
| |/ / /
* | | | Merge change Ic29d3eac into eclairAndroid (Google) Code Review2009-10-281-0/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | Server validates even though server address is wrong DO NOT MERGEMarc Blank2009-10-281-0/+6
| |/ /
* / / Handle moreAvailable true w/o changes (#2189704) DO NOT MERGEMarc Blank2009-10-221-1/+4
|/ /
* | Fix attachment loading with "accept certificates" checkedMarc Blank2009-10-191-1/+1