aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/async/imap
Commit message (Collapse)AuthorAge
...
* Fixed callbackDispatchQueue in MCIMAPMultiDisconnectOperationGravatar Viktor Gedzenko2014-03-05
|
* value back to 30 secGravatar Hoa V. DINH2014-02-28
|
* Fixed #615: fixed issue with cancelling "perform after delay"Gravatar Hoa V. DINH2014-02-28
|
* Conformant header guardsGravatar CodaFi2014-02-22
| | | | Fixes #606
* Fixed disconnect operation behavior when no connection is establishedGravatar Hoa V. DINH2014-01-31
|
* Default NULL value for custom flags in append and storeFlags function ↵Gravatar Michal Kalis2014-01-27
| | | | arguments for backwards compatibility
* Fixes in storing custom flags; possible to append new messages with custom flagsGravatar Michal Kalis2014-01-26
|
* Method to store cusotm flags is separate from the original oneGravatar Michal Kalis2014-01-24
|
* Method storeFlags supports custom flagsGravatar Michal Kalis2014-01-23
|
* Retrieve Gmail user display nameGravatar Hoa V. DINH2014-01-21
|
* Fixed #567: dispatch queue for POP and SMTPGravatar Hoa V. DINH2014-01-18
|
* Implemented dispatchQueue property on MCOIMAPSessionGravatar Hoa V. DINH2014-01-18
|
* Implemented Object::performMethodOnDispatchQueueAfterDelay() and fixed ↵Gravatar Hoa V. DINH2014-01-18
| | | | MCIMAPAsyncSession termination.
* Fixed #541: returns uid mapping properlyGravatar Hoa V. DINH2014-01-06
|
* Fixed #531, #530, #529, #528, #527: fixed thread safety in case callback is ↵Gravatar Hoa V. DINH2014-01-02
| | | | dispatched in a thread different than main thread.
* Remove unused variableGravatar Robert Widmann2013-12-29
|
* Unify Project StyleGravatar CodaFi2013-12-08
|
* Fixed #260: added ability to render a message without stripping spacesGravatar Hoa V. DINH2013-11-13
|
* Implemented disconnection operation: fixed #412Gravatar Hoa V. DINH2013-11-12
|
* Fixed #424: Fixed IDLE behavior when not logged in.Gravatar Hoa V. DINH2013-10-19
|
* Callback is now called on the dispatch queue where the operation has been ↵Gravatar Hoa V. DINH2013-09-29
| | | | instanciated on Apple platforms
* Filename extension fixesGravatar CodaFi2013-09-26
|
* Fixed includesGravatar CodaFi2013-09-26
|
* Implement Objective-C InterfaceGravatar CodaFi2013-09-24
|
* Implement IMAP noopGravatar CodaFi2013-09-24
|
* Add MCOIMAPConnectOperation, include STARTTLS and auth methods in ↵Gravatar Ryan Walklin2013-09-06
| | | | autoconfiguration
* Fixed #196: callback to notify when operations are running or notGravatar Hoa V. DINH2013-08-24
|
* Fixed #277: automatic ID. Cleaner API for identity API and also allows to ↵Gravatar Hoa V. DINH2013-08-24
| | | | specify custom fields.
* Clean upGravatar Hoa V. DINH2013-08-18
|
* Added support of compression. Work in progress on automatic configuration.Gravatar Hoa V. DINH2013-08-18
|
* merge with masterGravatar Hoa V. DINH2013-08-17
|\
| * renamed getQuotaOperation to quotaOperation, removed debug stuffGravatar Petro Korienev2013-08-09
| |
| * added getQuota operation to get free space in mailboxGravatar Petro Korienev2013-08-08
| |
* | work in progress on automatic configurationGravatar Hoa V. DINH2013-08-05
| |
* | Force capability operation to login()Gravatar Hoa V. DINH2013-08-05
|/
* Fixed memory leak in MCIMAPOperationGravatar Hoa V. Dinh2013-07-25
|
* Fixed indentation of MCIMAPAsyncSession.hGravatar Hoa V. DINH2013-07-21
|
* Fixes for PR feedbackGravatar Ryan Johnson2013-07-18
| | | | | | * created separated fetchWithExtraHeaders methods, restored previous API * removed log * adding comments
* Allows for request custom headers when fetching messagesGravatar Ryan Johnson2013-07-16
| | | | | | * Defines new request kind ExtraHeaders * Exposes extraHeaders property on fetch messages operations * Modifies MessageHeader::importIMFFields for handling any headers
* Made mailcore::IMAPMessageRenderingOperation public. It made ↵Gravatar Hoa V. DINH2013-07-12
| | | | IMAPMessageRenderingType public too: It's been documented as private type.
* Fixed warning.Gravatar Hoa V. DINH2013-07-11
|
* Merge remote-tracking branch 'upstream/master' into ↵Gravatar Paul Young2013-07-11
|\ | | | | | | | | | | | | message-rendering-with-session Conflicts: build-mac/mailcore2.xcodeproj/project.pbxproj
* | Cnsolidated calls to release message ivar.Gravatar Paul Young2013-07-11
| |
* | Retaining message ivar.Gravatar Paul Young2013-07-11
| |
* | Added missing call to set message on rendering operation.Gravatar Paul Young2013-07-11
| |
* | Added MCMessageConstantsPrivate.hGravatar Paul Young2013-07-10
| | | | | | | | * Moved IMAPMessageRenderingType.
* | Added public rendering methods to IMAP.AsyncSessionGravatar Paul Young2013-07-10
| | | | | | | | | | * Public methods call methods in IMAPAsyncConnection. * Removed unnecessary private method.
* | Added forward declaration for IMAPMessage.Gravatar Paul Young2013-07-10
| |
| * Improved C++ correctnessGravatar Hoa V. DINH2013-07-10
| |
* | Added simpler public rendering methods.Gravatar Paul Young2013-07-08
| |