aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
...
* Handle case with parsing parts info with non-empty content name and empty non...Gravatar Dmitry Isaikin2016-04-26
* Fix for imap servers which use non-standard name for inbox folder (#1406)Gravatar Dmitry Isaikin2016-04-22
* Fixed crasherGravatar Hoa V. DINH2016-04-19
* Don't crash if it couldn't be detectedGravatar Hoa V. DINH2016-04-16
* Be more gently with NULL valuesGravatar Hoa V. DINH2016-04-16
* Fix overwriting `pError` with `ErrorConnection` value (#1399)Gravatar Evgeniy Yurtaev2016-04-15
* Fix for high memory usage during loggin of large request (#1396)Gravatar NIkita-Ruzanov2016-04-07
* Expose SMTP response and response code to Objective-C APIGravatar Nikolay Morev2016-04-05
* Added ability of canceling for active sending operationGravatar AlexKar2016-04-01
* Fixed Array::insertObject()Gravatar Hoa V. DINH2016-03-28
* Merge pull request #1384 from CodaFi/simple-sauceGravatar Hoà V. DINH2016-03-26
|\
* | Fixed crash #1388Gravatar Viet Hoa Dinh2016-03-25
| * Serialize reads and writes to mIdleEnabledGravatar Robert Widmann2016-03-23
* | Merge pull request #1379 from DeskConnect/fix-xcode73-errorGravatar Hoà V. DINH2016-03-22
|\ \
| | * Remove duplicate capabilities lineGravatar Robert Widmann2016-03-21
| | * Remove duplicate mCanIdleGravatar Robert Widmann2016-03-20
| |/ |/|
* | Fixed assertGravatar Hoa V. DINH2016-03-18
* | Added assertGravatar Hoa V. DINH2016-03-18
| * Move inttypes include within ifdef __cplusplus in MCIndexSet.hGravatar Conrad Kramer2016-03-14
|/
* Interpret 'uuencode' in IMAP BODYSTRUCTURE response as UUEncode encodingGravatar Dmitry Isaikin2016-03-10
* fixed conversion to plain/textGravatar Viet Hoa Dinh2016-03-08
* more whitespaceGravatar Hoa V. DINH2016-03-07
* Improved flattenHTMLGravatar Hoa V. DINH2016-03-07
* Improved error managementGravatar Hoa V. DINH2016-03-07
* Thread safety on loggerGravatar Hoa V. DINH2016-03-03
* Fixed deadlockGravatar Hoa V. DINH2016-03-02
* Close IMAP connection in case of parsing errorGravatar Dmitry Isaikin2016-03-01
* Improved thread safety on connectionLoggerGravatar Hoa V. DINH2016-02-28
* Merge pull request #1367 from CTMacUser/NNTPSendOperationGravatar Hoà V. DINH2016-02-26
|\
* | Add support for Yahoo XYMHIGHESTMODSEQ extension (use for HIGHESTMODSEQ featu...Gravatar Dmitry Isaikin2016-02-26
| * Replace NNTP "send" with "post".Gravatar Daryle Walker2016-02-25
* | Memory usage tweaksGravatar Hoa V. DINH2016-02-22
* | Fixed memory leakGravatar Hoa V. DINH2016-02-22
| * Add upload functionality to NNTP sessions.Gravatar Daryle Walker2016-02-22
|/
* Added ability to customize the identity of IMAP client in the time of session...Gravatar Dmitry Isaikin2016-02-15
* Fixed thread safetyGravatar Hoa V. DINH2016-02-14
* Added method to increase capacityGravatar Hoa V. DINH2016-02-14
* Merge pull request #1355 from disaykin/reduce-memory-on-send-messageGravatar Hoà V. DINH2016-02-09
|\
| * Add file-based interface for sending messages via SMTP (reduce memory usage)Gravatar Dmitry Isaikin2016-02-09
| * Add method for building message rfc822 body directly to file.Gravatar Dmitry Isaikin2016-02-09
* | Add constant for IMAP MOVE capabilityGravatar Nikolay Morev2016-02-08
|/
* OptimizationGravatar Hoa V. DINH2016-02-08
* Add IMAP MOVE command supportGravatar Nikolay Morev2016-02-05
* Move storedCapabilities to public //private sectionGravatar Alexander Karimov2016-02-05
* MCIMAPCapabilityOperation takes into account cached capabilities valuesGravatar Alexander Karimov2016-02-04
* Merge pull request #1346 from disaykin/masterGravatar Hoà V. DINH2016-02-03
|\
| * Remove extra memory copying on uuencode decodingGravatar Dmitry Isaikin2016-02-03
| * Implement Data::dataWithContentsOfFile via mmapGravatar Dmitry Isaikin2016-02-03
| * Remove extra memory copying while fetching attachmentGravatar Dmitry Isaikin2016-02-03
* | id -> instancetypeGravatar Robert Widmann2016-02-02