aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/imap/MCOIMAPSession.mm
Commit message (Expand)AuthorAge
* idleEnabled exposedGravatar Hoa V. DINH2016-06-06
* Add possibility of fetching message attachment by chunks and store it to file...Gravatar Dmitry Isaikin2016-06-05
* Fix permission access of source files that was executable .i.e. chmod 744 to ...Gravatar Kevin Lefèvre2016-05-17
* Fix for high memory usage during loggin of large request (#1396)Gravatar NIkita-Ruzanov2016-04-07
* Improved error managementGravatar Hoa V. DINH2016-03-07
* Added ability to customize the identity of IMAP client in the time of session...Gravatar Dmitry Isaikin2016-02-15
* Add file-based interface for sending messages via SMTP (reduce memory usage)Gravatar Dmitry Isaikin2016-02-09
* Add IMAP MOVE command supportGravatar Nikolay Morev2016-02-05
* id -> instancetypeGravatar Robert Widmann2016-02-02
* Adds error code to IMAPSession::customCommand. Renames sendCustomCommand to c...Gravatar libec2015-11-07
* adds support to send custom IMAP commandGravatar libec2015-11-04
* Refactoring, fixed #1013Gravatar Hoa V. DINH2015-01-03
* Fixed #1002: implemented operationqueue callback for smtp/nntp/popGravatar Hoa V. Dinh2014-12-18
* Add an operation to fetch a parsed message.Gravatar Michael Lenaghan2014-10-24
* IMAP sequence number methodsGravatar Hoa V. DINH2014-10-14
* Fixed Cancel All OperationsGravatar Luca2014-03-12
* Cancel all operationsGravatar Luca2014-03-10
* 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 autoconfigu...Gravatar Ryan Walklin2013-09-06
* 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 spe...Gravatar Hoa V. DINH2013-08-24
* 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
* 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
* 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 implementat...Gravatar DINH Viet Hoa2013-03-23