aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/async/imap/MCIMAPAsyncConnection.h
Commit message (Expand)AuthorAge
* 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
* Fixed win32 exportsGravatar Hoa V. DINH2014-11-22
* added exportGravatar Hoa V. DINH2014-11-22
* Add an operation to fetch a parsed message.Gravatar Michael Lenaghan2014-10-24
* Removed commented codeGravatar Hoa V. DINH2014-07-26
* Fixed build issueGravatar Hoa V. DINH2014-07-20
* connection of an imap operation is now set when it's started (#783)Gravatar Hoa V. DINH2014-07-20
* Cancel all operationsGravatar Luca2014-03-10
* Conformant header guardsGravatar CodaFi2014-02-22
* 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
* 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 MCIMAP...Gravatar Hoa V. DINH2014-01-18
* 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
* Implement IMAP noopGravatar 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
* 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
|/
* Made mailcore::IMAPMessageRenderingOperation public. It made IMAPMessageRende...Gravatar Hoa V. DINH2013-07-12
* Added MCMessageConstantsPrivate.hGravatar Paul Young2013-07-10
* Added forward declaration for IMAPMessage.Gravatar Paul Young2013-07-10
* Added simpler public rendering methods.Gravatar Paul Young2013-07-08
* WIP: Objective-C bridge of IMAP rendering methods.Gravatar Paul Young2013-07-07
* Support of OAuth2 on C++ layer. Also reindent code.Gravatar Hoa V. DINH2013-06-29
* Implement IMAP logger. Work in progress on POP and SMTP loggers.Gravatar Hoa V. DINH2013-06-26
* Retain session when IMAP and SMTP operations are running. Fixed #127, fixed #...Gravatar Hoa V. DINH2013-06-22
* Automatic disconnection of IMAP. Fixed #95.Gravatar Hoa V. DINH2013-06-22
* Renamed unread -> unseen. Fixed indentation.Gravatar Hoa V. DINH2013-06-12
* fixed indentation of comments, variables and methods names - added class for ...Gravatar silenteh2013-06-12
* added imap STATUS commandGravatar silenteh2013-06-05
* #include <mailcore/mailcore.h> -> <MailCore/MailCore.h>Gravatar Hoa V. DINH2013-04-03
* IMAP ObjC async operations implementedGravatar Hoa V. DINH2013-03-26
* now uses IndexSet for message uids and numbersGravatar DINH Viet Hoa2013-03-10
* Implemented QRESYNC. Implemented IndexSet. Implemented CAPABILITY.Gravatar DINH Viet Hoa2013-03-07
* headers show public API first. cleanup.Gravatar DINH Viet Hoa2013-01-21
* rename classesGravatar DINH Viet Hoa2013-01-19