aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/imap/MCIMAPSession.cc
Commit message (Collapse)AuthorAge
* Added UID Search All Expression and SearchKindGravatar Aaron2013-11-06
|
* Explicitly deallocate client identityGravatar CodaFi2013-11-05
|
* Free explicitly allocated capability dataGravatar CodaFi2013-11-05
|
* Fixed #425: fixed default namespace in case namespace is not supported for ↵Gravatar Hoa V. DINH2013-10-21
| | | | sina.com imap server.
* Allow to perform IDLE even when capability has not been performed yet (Fixed ↵Gravatar Hoa V. DINH2013-10-19
| | | | #301).
* Merge pull request #403 from CodaFi/NoopGravatar Hoà V. DINH2013-09-28
|\ | | | | Added No-Op operation for IMAP, SMTP and POP.
* | Fixed #378: Added INBOX when there's a non-empty prefixGravatar Hoa V. Dinh2013-09-26
| |
| * Brace stylingGravatar CodaFi2013-09-24
| |
| * Implement IMAP noopGravatar CodaFi2013-09-24
|/
* Merge pull request #368 from yuklai/master_unusedVariablesGravatar Hoà V. DINH2013-09-09
|\ | | | | Remove unused varilables.
| * Remove unused variablesGravatar Yuk Lai Suen2013-09-09
| |
* | Add MCOIMAPConnectOperation, include STARTTLS and auth methods in ↵Gravatar Ryan Walklin2013-09-06
|/ | | | autoconfiguration
* Enabled back IMAP ID supportGravatar Hoa V. DINH2013-08-25
|
* Disabled Identity because libetpan support is broken.Gravatar Hoa V. DINH2013-08-25
|
* Fixed #277: automatic ID. Cleaner API for identity API and also allows to ↵Gravatar Hoa V. DINH2013-08-24
| | | | specify custom fields.
* Fixed warningGravatar Hoa V. DINH2013-08-23
|
* Reconnect automatically the IMAP session after a connection error (Fixed #313)Gravatar Hoa V. DINH2013-08-21
|
* Fixed IDLE capability detectionGravatar Hoa V. DINH2013-08-21
|
* Check certificate can be disabled. Fixed #324: reconnect SMTP properly after ↵Gravatar Hoa V. DINH2013-08-21
| | | | it's been disconnected.
* Enable compressionGravatar Hoa V. DINH2013-08-21
|
* Disable compressionGravatar Hoa V. Dinh2013-08-19
|
* Clean upGravatar Hoa V. DINH2013-08-18
|
* Removed public method setDelimiterGravatar Hoa V. DINH2013-08-18
|
* Merge branch 'master' into autoconfigurationGravatar Hoa V. DINH2013-08-18
|\
* | Added support of compression. Work in progress on automatic configuration.Gravatar Hoa V. DINH2013-08-18
| |
| * Fixed #317: on yahoo servers, don't use charset when searching.Gravatar Hoa V. DINH2013-08-17
| |
* | merge with masterGravatar Hoa V. DINH2013-08-17
|\|
| * Fixed several warningsGravatar Hoa V. DINH2013-08-17
| |
| * Fixed state when select() fails on IMAPGravatar Hoa V. Dinh2013-08-14
| |
| * mailimap_has_qresync should be called to check QRESYNC instead of ↵Gravatar Pushkar Singh2013-08-10
| | | | | | | | mailimap_has_condstore
| * renamed getQuotaOperation to quotaOperation, removed debug stuffGravatar Petro Korienev2013-08-09
| |
| * added getQuota operation to get free space in mailboxGravatar Petro Korienev2013-08-08
| |
* | Automatic fetch of namespace and capabilities in IMAPSessionGravatar Hoa V. DINH2013-08-05
|/
* Serialization of IMAP data. Implemented base64.Gravatar Hoa V. DINH2013-07-31
|
* revert change in MCIMAPSession.ccGravatar Hoa V. Dinh2013-07-26
|
* Fixed #233: fixed headers import from libetpan to mailcore data structures ↵Gravatar Hoa V. Dinh2013-07-26
| | | | regression.
* Check certificate is implemented for Mac/iOS (Fixed #152)Gravatar Hoa V. DINH2013-07-26
|
* Fixed #227: SMTP OAuth2 can now be used even if the password is not setGravatar Hoa V. Dinh2013-07-22
|
* Fixed namespace constantsGravatar Hoa V. DINH2013-07-22
|
* Adds automatically fetch kind when extra headers is non-NULLGravatar Hoa V. DINH2013-07-20
|
* Merge pull request #204 from thusfresh/CustomReceiveHeadersGravatar Hoà V. DINH2013-07-20
|\ | | | | Allows for requesting optional headers when fetching messages.
* \ Merge pull request #220 from CodaFi/x-oauth2-capabilityGravatar Hoà V. DINH2013-07-20
|\ \ | | | | | | Added XOAuth2 Capability.
* | | changing #warnings to TODOGravatar Damien Glancy2013-07-20
| | |
| * | Enable OAuth2 Capability CheckGravatar CodaFi2013-07-20
| | |
* | | - Removed hardcoded #warnings as mentioned in Issue #215.Gravatar Damien Glancy2013-07-20
|/ / | | | | | | - Opened individual issues for each #warning removal
| * 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
* Merge remote-tracking branch 'upstream/master' into ↵Gravatar Paul Young2013-07-11
|\ | | | | | | | | | | | | message-rendering-with-session Conflicts: build-mac/mailcore2.xcodeproj/project.pbxproj
* | Updated error handling.Gravatar Paul Young2013-07-08
| |
| * Implemented SMTP OAuth 2.0Gravatar Hoa V. DINH2013-07-06
| |