aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/imap/MCOIMAPSession.mm
Commit message (Collapse)AuthorAge
* 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
|
* Implemented dispatchQueue property on MCOIMAPSessionGravatar Hoa V. DINH2014-01-18
|
* 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
|
* Implement Objective-C InterfaceGravatar 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
|
* renamed getQuotaOperation to quotaOperation, removed debug stuffGravatar Petro Korienev2013-08-09
|
* added getQuota operation to get free space in mailboxGravatar Petro Korienev2013-08-08
|
* Fixed MCOIMAPSessionGravatar Hoa V. DINH2013-07-16
|
* Added missing include.Gravatar Paul Young2013-07-11
|
* Fixing types when instantiating operations.Gravatar Paul Young2013-07-10
| | | | | * Initializing operations as pointers to core types. * Converting messages to core types.
* Added simple rendering methods on Objective-C side.Gravatar Paul Young2013-07-08
|
* WIP: Objective-C bridge of IMAP rendering methods.Gravatar Paul Young2013-07-07
|
* Added OAuth2 token API on MCOIMAPSessionGravatar Hoa V. DINH2013-07-05
|
* Fixed loggerGravatar Hoa V. DINH2013-07-03
|
* Implemented logging API for SMTP, POP and IMAPGravatar Hoa V. DINH2013-06-26
|
* Retain session when IMAP and SMTP operations are running. Fixed #127, fixed ↵Gravatar Hoa V. DINH2013-06-22
| | | | #128.
* added imap STATUS commandGravatar silenteh2013-06-05
|
* Cleaned provider implementationGravatar Hoa V. DINH2013-05-04
|
* Work in progress on IMAP documentation.Gravatar Hoa V. DINH2013-04-06
|
* #include <mailcore/mailcore.h> -> <MailCore/MailCore.h>Gravatar Hoa V. DINH2013-04-03
|
* Progress for ObjC IMAP operationsGravatar Hoa V. DINH2013-03-26
|
* IMAP ObjC async operations implementedGravatar Hoa V. DINH2013-03-26
|
* fixed bridging of objectsGravatar DINH Viet Hoa2013-03-23
|
* Make IMAP ObjC bridge implementation consistentGravatar DINH Viet Hoa2013-03-23
|
* Simplified implementation of ObjC setter/getter by using a common ↵Gravatar DINH Viet Hoa2013-03-23
| | | | implementation. Added RFC822 ObjC API.
* Renamed IMAP operations to include IMAP in the name. Fixed tests to match ↵Gravatar DINH Viet Hoa2013-03-22
| | | | the new API.
* VoIPEnabled property has a getter isVoIPEnabled.Gravatar DINH Viet Hoa2013-02-04
|
* Simplified MCOIMAPSession.mm integration with C++.Gravatar DINH Viet Hoa2013-02-04
|
* Changed the API around to reflect when Hoa and I decided on for asyncGravatar Matt Ronge2013-02-01
|
* Implemented fetch folders in Obj-C wrapperGravatar Matt Ronge2013-02-01
|
* Start of an Obj-C async APIGravatar Matt Ronge2013-01-31