aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/imap/MCIMAPSession.cc
Commit message (Expand)AuthorAge
* Renamed .cc files to .cpp (fixed #983)Gravatar Hoa V. DINH2014-11-19
* Port to win32Gravatar Hoa V. Dinh2014-11-14
* Update MCIMAPSession.ccGravatar Dmitry Savenok2014-10-22
* Use LITERAL+ search in the case of GmailGravatar Hoa V. DINH2014-10-20
* Set sequenceNumber when fetching messagesGravatar Hoa V. DINH2014-10-17
* IMAP sequence number methodsGravatar Hoa V. DINH2014-10-14
* Fixed #876: added application specific passwordGravatar Hoa V. DINH2014-10-07
* Merge pull request #855 from pitiphong-p/allows-permanent-flagsGravatar Hoà V. DINH2014-09-11
|\
| * Initialize the allow new permanent flags default value.Gravatar Pitiphong Phongpattranont2014-09-12
| * Add allows new permanent flags property in folder info.Gravatar Pitiphong Phongpattranont2014-09-03
* | Add IMAP search bodyGravatar Prapat2014-09-02
|/
* Merge branch '826-headers'Gravatar Hoa V. DINH2014-08-10
|\
* | Batch every 50 emailsGravatar Hoa V. DINH2014-08-09
| * Fixed #826: group all BODY[HEADER.FIELDS] (...)Gravatar Hoa V. DINH2014-08-09
|/
* Fixed some memory leaksGravatar Hoa V. DINH2014-07-20
* Fixed #715: ability to set a date while adding messagesGravatar Hoa V. DINH2014-07-15
* Fixed MCOIMAPCapabilityChildrenGravatar Viktor Gedzenko2014-07-07
* Don't fail on login when identity failsGravatar Hoa V. DINH2014-05-06
* Fixed potential crash (fixed #658)Gravatar Hoa V. DINH2014-03-24
* Merge branch 'master' of github.com:MailCore/mailcore2Gravatar Matt Ronge2014-03-14
|\
* | Moved strip whitespace into its own methodGravatar Matt Ronge2014-03-14
| * Added XOAUTH2 for Outlook authentication type (fixed #637)Gravatar Hoa V. DINH2014-03-13
| * Implement Gmail Message ID searchGravatar Bob Van Osten2014-03-10
| * Added not search expression in order to have searchexpressions such as, 'sube...Gravatar pfennema2014-03-06
|/
* 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