summaryrefslogtreecommitdiff
path: root/src/com/android/exchange/EasOutboxService.java
AgeCommit message (Expand)Author
2013-08-13Decouple operation management from EasServerConnection.Yu Ping Hu
2013-07-29Delete most of IEmailServiceCallback.Yu Ping Hu
2013-06-25Clean up a bunch of warningsScott Kennedy
2013-05-09Cleave sync adapter from ExchangeService.Yu Ping Hu
2013-05-08Switch constants to existing standard values.Yu Ping Hu
2012-09-16Make sure we send attachments when not smart-forwardMarc Blank
2012-09-15Properly handle smart-forwarded attachmentsMarc Blank
2012-09-08Update to new Attachment getContentUri methodMarc Blank
2012-08-20When using smartSend, pass in list of attachments to sendMarc Blank
2012-06-27DO NOT MERGE: Move exchange2 files up a levelMarc Blank
2012-04-26Create exchange2; restore ICS sources to exchangeMarc Blank
2012-01-06am e0188c2f: am 701e2ab3: Reopen message filestream before retrying w/o Smart...Marc Blank
2012-01-06Reopen message filestream before retrying w/o SmartReply/ForwardMarc Blank
2012-01-04am 00ded5ec: am 35519117: Merge "Don\'t rely on "chunked" mode for sending EA...Marc Blank
2012-01-02Don't rely on "chunked" mode for sending EAS 14 emailMarc Blank
2011-11-03Split EasAccountService out of EasSyncServiceMarc Blank
2011-08-05Fix problem with SmartReply/Forward and deleted messagesMarc Blank
2011-07-19Respect the "not include quoted text" flag for Smart reply/fwdMarc Blank
2011-07-12Add traffic flags to EAS syncMarc Blank
2011-07-11Make client certificate requests optional.Ben Komalo
2011-06-24Handle reply/foward of EAS search resultMarc Blank
2011-06-13Support move of Account to its own top-level classMarc Blank
2011-05-31Implement mail sending in EAS 14Marc Blank
2011-05-13Move Mailbox to top level class.Ben Komalo
2011-04-18Add GZIP compression to EAS syncMarc Blank
2011-03-01Change "appendQuotedText" to "useSmartReply" in Rfc822OutputTodd Kennedy
2011-02-25Prepare for separate Exchange applicationMarc Blank
2011-02-17Separate Exchange applicationMarc Blank
2011-02-10Email split, part one: EmailServiceMarc Blank
2010-08-27Rename SyncManager to ExchangeServiceMarc Blank
2010-08-19 New asynchronous attachment loading codeMarc Blank
2010-07-07Fix SmartReply/SmartForward in EAS 2.5Marc Blank
2010-06-28Fix problem with unencoded data in URI sent to EASMarc Blank
2010-02-23Send meeting invitations for new/updated Exchange eventsMarc Blank
2010-01-29Move non-exchange specific classes to com.android.email.service.Makoto Onuki
2009-12-11Fix delay sending stuck mail after tapping "Send outgoing mail"Marc Blank
2009-10-09Fix problem with timeouts and sending attachments (#2178288)Marc Blank
2009-09-23Fix EAS sending, which was inadvertently broken by a change in EmailProviderMarc Blank
2009-09-17Fix problem w/ SmartReply & SmartForward in Exchange 2003Marc Blank
2009-09-17Add logging to EasOutboxService to help find sending issuesMarc Blank
2009-09-15Support bcc in Exchange (Fixes #2117849)Marc Blank
2009-09-14Implement SmartReply/SmartForward for EAS; fixes #2098779Marc Blank
2009-08-20Fix bugs re: sending via EASMarc Blank
2009-08-20Implement sendMessageStatus callback in EASMarc Blank
2009-08-19Fix message sending from EAS (the service wasn't properly set up)Marc Blank
2009-08-16Implement adaptive ping timeout; release wake lock waiting for connectivityMarc Blank
2009-08-13Cleanup; delete unused files, change log statementsMarc Blank
2009-08-13Update SMTP to send from provider messages, and attachmentsAndrew Stadler
2009-08-12Stream rfc822 messages to a temporary file, and send using an InputStreamEntityMarc Blank
2009-08-11Use new Rfc822Output class for sending mail; fix bug in Rfc822OutputMarc Blank