aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/imap/MCIMAPSession.cc
Commit message (Expand)AuthorAge
* optimized custom flagsGravatar Hoa V. DINH2014-01-27
* Fixes in storing custom flags; possible to append new messages with custom flagsGravatar Michal Kalis2014-01-26
* Method storeFlags supports custom flagsGravatar Michal Kalis2014-01-23
* Method returning array of custom flagsGravatar Michal Kalis2014-01-23
* Retrieve Gmail user display nameGravatar Hoa V. DINH2014-01-21
* Simplified and fixed implementation of copyMessages (fixes #541)Gravatar Hoa V. Dinh2014-01-07
* Fixed #541: returns uid mapping properlyGravatar Hoa V. DINH2014-01-06
* Fix PR commentsGravatar Robert Widmann2014-01-02
* Remove unused or undefined functionsGravatar Robert Widmann2013-12-29
* RAW -> RawGravatar Robert Widmann2013-12-29
* Implement X-GM-RAW interfacesGravatar Robert Widmann2013-12-29
* Merge pull request #494 from pfennema/masterGravatar Hoà V. DINH2013-12-10
|\
| * Fixed month and year calculation by adding +1 for month and +1900 for year.Gravatar pfennema2013-12-10
* | Unify Project StyleGravatar CodaFi2013-12-08
|/
* Changed SearchKindCC and SearchKindBCC to SearchKindCc and SearchKindBcc and ...Gravatar pfennema2013-12-08
* Minor changes on bracket usageGravatar pfennema2013-12-07
* Incorporated comments from CodaFiGravatar pfennema2013-12-06
* Changed IMAPSearchKindUids to IMAPSearchKindUIDs to comply to naming conventionsGravatar pfennema2013-12-05
* Separate searches for to, cc and bcc fields.Gravatar pfennema2013-12-04
* integrated changes from codaFi into my branch so we can merge this into the m...Gravatar pfennema2013-12-03
* Merge branch 'Search-Size' of https://github.com/CodaFi/mailcore2Gravatar pfennema2013-12-01
|\
* | Added size request to get message size of complete message (MCOIMAPMessagesRe...Gravatar pfennema2013-12-01
| * Implement size searchGravatar CodaFi2013-11-30
|/
* Merge pull request #466 from CodaFi/Search-all-the-thingsGravatar Hoà V. DINH2013-11-25
|\
* | Fixed #465: returns correct value for modseqGravatar Hoa V. DINH2013-11-25
| * TyposGravatar CodaFi2013-11-24
| * Silence -Wshorten-64-to-32 warningsGravatar CodaFi2013-11-24
| * Search flagged, answered, draft, spam, deletedGravatar CodaFi2013-11-24
| * retabGravatar CodaFi2013-11-21
|/
* mailimap_search_key_xgmthrid_new to mailimap_search_key_new_xgmthridGravatar Bob Van Osten2013-11-15
* threadId -> threadIDGravatar Bob Van Osten2013-11-14
* Support searching by a gmail thread idGravatar Bob Van Osten2013-11-14
* Fixed #260: added ability to render a message without stripping spacesGravatar Hoa V. DINH2013-11-13
* 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 si...Gravatar Hoa V. DINH2013-10-21
* Allow to perform IDLE even when capability has not been performed yet (Fixed ...Gravatar Hoa V. DINH2013-10-19
* Merge pull request #403 from CodaFi/NoopGravatar Hoà V. DINH2013-09-28
|\
* | 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 variablesGravatar Yuk Lai Suen2013-09-09
* | Add MCOIMAPConnectOperation, include STARTTLS and auth methods in autoconfigu...Gravatar Ryan Walklin2013-09-06
|/
* 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 spe...Gravatar Hoa V. DINH2013-08-24
* Fixed warningGravatar Hoa V. DINH2013-08-23
* Reconnect automatically the IMAP session after a connection error (Fixed #313)Gravatar Hoa V. DINH2013-08-21