aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Revert "Fixed build"Gravatar Hoa V. DINH2014-01-16
| | | | This reverts commit a14de1c4ef5906f68e890635ae56aa4db2c0cde1.
* Revert "Use ICU of the system (fixed #533)"Gravatar Hoa V. DINH2014-01-16
| | | | This reverts commit 46d412f1f057cfc0d138f3c16b5033310fe694af.
* Fixed documentation of copyMessagesGravatar Hoa V. DINH2014-01-15
|
* Fixed buildGravatar Hoa V. DINH2014-01-08
|
* Use ICU of the system (fixed #533)Gravatar Hoa V. DINH2014-01-08
|
* Merge pull request #546 from mronge/masterGravatar Hoà V. DINH2014-01-08
|\ | | | | iOS 7ify the example project
| * iOS 7ify the example projectGravatar Matt Ronge2014-01-08
|/
* 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
|
* Improved documentation of connectionLoggerGravatar Hoa V. DINH2014-01-06
|
* Fixed potential crashGravatar Hoa V. DINH2014-01-03
|
* Fixed build on LinuxGravatar Hoa V. DINH2014-01-02
|
* Fixed charset detection, improved collection of valid charset (fixed #532)Gravatar Hoa V. DINH2014-01-02
|
* Added commentGravatar Hoa V. DINH2014-01-02
|
* Fixed #531, #530, #529, #528, #527: fixed thread safety in case callback is ↵Gravatar Hoa V. DINH2014-01-02
| | | | dispatched in a thread different than main thread.
* Improved charset conversion. Added TODOs.Gravatar Hoa V. DINH2014-01-02
|
* Merge pull request #535 from CodaFi/W-Pedantic-WarningsGravatar Hoà V. DINH2014-01-02
|\ | | | | Cleans up warnings
* | Build fixes for LinuxGravatar Hoa V. Dinh2014-01-02
| |
| * Fix PR commentsGravatar Robert Widmann2014-01-02
| |
| * Return proper NULL delimiterGravatar Robert Widmann2014-01-01
| | | | | | | | | | | | NULL will get cast to (char)0 properly, but casting ‘\0’ (technically an int) better expresses the intent that we mean to return the terminating char.
* | Merge pull request #520 from CodaFi/X-GM-RAWGravatar Hoà V. DINH2013-12-29
|\ \ | | | | | | Implement X-GM-RAW
| | * Add required virtual destructors.Gravatar Robert Widmann2013-12-29
| | |
| | * Remove unused or undefined functionsGravatar Robert Widmann2013-12-29
| | |
| | * Remove mentions of registerGravatar Robert Widmann2013-12-29
| | | | | | | | | | | | | | | | | | | | | C++ 11 Standard (Annex D.2): The use of the register keyword as a storage-class-specifier (7.1.1) is deprecated.
| | * Remove unused variableGravatar Robert Widmann2013-12-29
| |/
| * Improve documentationGravatar Robert Widmann2013-12-29
| |
| * RAW -> RawGravatar Robert Widmann2013-12-29
| |
| * Implement X-GM-RAW interfacesGravatar Robert Widmann2013-12-29
|/
* Updated to latest libetpan b9de519082830cfc92bceb587e8060a28735b121Gravatar Hoa V. DINH2013-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 ye...
| * Fixed month and year calculation by adding +1 for month and +1900 for year.Gravatar pfennema2013-12-10
| | | | | | | | | | the tm structure has months starting with 0, while libetpan expects that January starts at 1 Furthermore, the year component is an integer starting from 1900 while libetpan expects a 4 digit year number
* | Merge pull request #492 from CodaFi/Style-FixGravatar Hoà V. DINH2013-12-08
|\ \ | | | | | | Style fix
| * | Unify Project StyleGravatar CodaFi2013-12-08
| | |
| * | Merge remote-tracking branch 'upstream/master'Gravatar CodaFi2013-12-08
| |\ \ | |/ / |/| |
* | | Merge pull request #487 from pfennema/masterGravatar Hoà V. DINH2013-12-08
|\ \ \ | | |/ | |/| Separate searches for to, cc and bcc fields and uids
| * | Changed SearchKindCC and SearchKindBCC to SearchKindCc and SearchKindBcc and ↵Gravatar pfennema2013-12-08
| | | | | | | | | | | | related code as well
| * | Removed mDate from searchExpression, now using mLongNumber onlyGravatar pfennema2013-12-07
| | |
| * | Minor changes on bracket usageGravatar pfennema2013-12-07
| | |
| * | mDate in searchExpression is not copiedGravatar pfennema2013-12-07
| | |
| * | Incorporated comments from CodaFiGravatar pfennema2013-12-06
| | |
| | * Merge remote-tracking branch 'upstream/master'Gravatar CodaFi2013-12-05
| | |\ | |_|/ |/| |
| * | Changed IMAPSearchKindUids to IMAPSearchKindUIDs to comply to naming conventionsGravatar pfennema2013-12-05
| | |
| * | Separate searches for to, cc and bcc fields.Gravatar pfennema2013-12-04
|/ / | | | | | | Furthermore, search with uids now supported.
* | Merge pull request #481 from pfennema/masterGravatar Hoà V. DINH2013-12-03
|\ \ | | | | | | Added size request to get message size of complete message, added size search features.
| * | integrated changes from codaFi into my branch so we can merge this into the ↵Gravatar pfennema2013-12-03
| | | | | | | | | | | | main mailcore branch
| * | Merge latest changes including search-size from CodaFi and continue from ↵Gravatar pfennema2013-12-03
| |\ \ | |/ / |/| | | | | | | | | | | there with size changes Merge https://github.com/MailCore/mailcore2
* | | Merge pull request #484 from yellowandy/patch-1Gravatar Hoà V. DINH2013-12-02
|\ \ \ | | | | | | | | Removing unnecessary return.
| * | | Removing unnecessary return.Gravatar Andreas Sandberg2013-12-02
|/ / /
| * | Changed MCOIMAPMessagesRequestKindSize to camelCase.Gravatar pfennema2013-12-01
| | |
| * | Added constant IMAPMessagesRequestKindSize to IMAPMessagesRequestKind, ↵Gravatar pfennema2013-12-01
| | | | | | | | | | | | somehow file was not updated after testing with searchExpression changes of CodaFi