aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Fixed buildGravatar Hoa V. DINH2014-01-08
|
* Use ICU of the system (fixed #533)Gravatar Hoa V. DINH2014-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 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.
| * 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
|
* 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
* | Unify Project StyleGravatar CodaFi2013-12-08
|/
* 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
|
* 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.
* 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
| * 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
* | Merge branch 'Search-Size' of https://github.com/CodaFi/mailcore2Gravatar pfennema2013-12-01
|\ \ | | | | | | | | | Check for if search expression for size works
* | | Added size request to get message size of complete message ↵Gravatar pfennema2013-12-01
| |/ |/| | | | | (MCOIMAPMessagesRequestKindSize)
| * Implement size searchGravatar CodaFi2013-11-30
|/
* Improved charset conversionGravatar Hoa V. DINH2013-11-29
|
* Merge pull request #466 from CodaFi/Search-all-the-thingsGravatar Hoà V. DINH2013-11-25
|\ | | | | Search all the things.
* | Fixed #465: returns correct value for modseqGravatar Hoa V. DINH2013-11-25
| |
| * DateNumber -> DateGravatar CodaFi2013-11-24
| |
| * TyposGravatar CodaFi2013-11-24
| |
| * Silence -Wshorten-64-to-32 warningsGravatar CodaFi2013-11-24
| |
| * Fix documentationGravatar CodaFi2013-11-24
| |
| * ObjC InterfaceGravatar CodaFi2013-11-24
| |
| * Search flagged, answered, draft, spam, deletedGravatar CodaFi2013-11-24
| |
| * Fixed missing constantsGravatar CodaFi2013-11-21
| |
| * retabGravatar CodaFi2013-11-21
| |