Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Merge pull request #1371 from disaykin/master | Hoà V. DINH | 2016-03-01 | |
|\ \ | | | | | | | Close IMAP connection in case of parse error | |||
| * | | Close IMAP connection in case of parsing error | Dmitry Isaikin | 2016-03-01 | |
|/ / | ||||
* | | Updated to libetpan 12062604101e5a7cfbd43e929c423fd25b4813b1 | Hoa V. DINH | 2016-02-29 | |
| | | ||||
* | | Fixed cocoapods | Hoa V. DINH | 2016-02-28 | |
| | | ||||
* | | Improved thread safety on connectionLogger | Hoa V. DINH | 2016-02-28 | |
| | | ||||
* | | Merge pull request #1367 from CTMacUser/NNTPSendOperation | Hoà V. DINH | 2016-02-26 | |
|\ \ | | | | | | | Add upload functionality to NNTP sessions. | |||
* \ \ | Merge pull request #1370 from disaykin/yahoo-xymhighestmodseq-support | Hoà V. DINH | 2016-02-26 | |
|\ \ \ | | | | | | | | | Add support for Yahoo XYMHIGHESTMODSEQ extension (use for HIGHESTMODS… | |||
| * | | | Add support for Yahoo XYMHIGHESTMODSEQ extension (use for HIGHESTMODSEQ ↵ | Dmitry Isaikin | 2016-02-26 | |
|/ / / | | | | | | | | | | feature on mailbox STATUS) | |||
| * | | Replace NNTP "send" with "post". | Daryle Walker | 2016-02-25 | |
| | | | ||||
| * | | Move a common type to a common header. | Daryle Walker | 2016-02-25 | |
| | | | ||||
| * | | Add new source files to CMake files. | Daryle Walker | 2016-02-24 | |
| | | | ||||
| * | | Add new source files to Windows build files. | Daryle Walker | 2016-02-23 | |
| | | | ||||
* | | | Memory usage tweaks | Hoa V. DINH | 2016-02-22 | |
| | | | ||||
* | | | Fixed memory leak | Hoa V. DINH | 2016-02-22 | |
| | | | ||||
| * | | Add upload functionality to NNTP sessions. | Daryle Walker | 2016-02-22 | |
|/ / | | | | | | | | | | | Add new methods to core, async, and objc NNTP sessions to upload message data. For the async and objc sessions, add classes to wrap upload operations. | |||
* | | Merge pull request #1363 from disaykin/setup-imap-identity | Hoà V. DINH | 2016-02-15 | |
|\ \ | | | | | | | Added ability to customize the identity of IMAP client in the time of… | |||
| * | | Added ability to customize the identity of IMAP client in the time of ↵ | Dmitry Isaikin | 2016-02-15 | |
|/ / | | | | | | | session initialization. | |||
* | | Fixed thread safety | Hoa V. DINH | 2016-02-14 | |
| | | ||||
* | | Added method to increase capacity | Hoa V. DINH | 2016-02-14 | |
| | | ||||
* | | Merge pull request #1359 from kolyuchiy/mark-unavailable-initializers | Hoà V. DINH | 2016-02-12 | |
|\| | | | | | Mark non-designated initializers and new as unavailable | |||
| * | Don't mark MCOAbstractMessage init as unavailable | Nikolay Morev | 2016-02-09 | |
| | | | | | | | | | | It's used in subclass and there's no way to reenable previously disabled method in subclass. | |||
* | | Merge pull request #1360 from kolyuchiy/silence-missing-launch-image-warning | Hoà V. DINH | 2016-02-09 | |
|\ \ | | | | | | | Silence warning about missing launch image | |||
* | | | Fixed build on Linux | Hoa V. DINH | 2016-02-09 | |
| | | | ||||
* | | | Merge pull request #1355 from disaykin/reduce-memory-on-send-message | Hoà V. DINH | 2016-02-09 | |
|\ \ \ | | | | | | | | | Add low-memory interface for building, sending and appending messages | |||
| | * | | Silence warning about missing launch image | Nikolay Morev | 2016-02-09 | |
| |/ / |/| | | ||||
| | * | Mark non-designated initializers and new as unavailable | Nikolay Morev | 2016-02-09 | |
| |/ |/| | ||||
| * | Add some tests for sending message from file via SMTP | Dmitry Isaikin | 2016-02-09 | |
| | | ||||
| * | Some tests for MessageBuilder::writeToFile | Dmitry Isaikin | 2016-02-09 | |
| | | ||||
| * | Add file-based interface for sending messages via SMTP (reduce memory usage) | Dmitry Isaikin | 2016-02-09 | |
| | | ||||
| * | Add method for building message rfc822 body directly to file. | Dmitry Isaikin | 2016-02-09 | |
| | | ||||
* | | Merge pull request #1354 from kolyuchiy/expose-imap-move-capability | Hoà V. DINH | 2016-02-08 | |
|\ \ | |/ |/| | Add constant for IMAP MOVE capability | |||
| * | Add constant for IMAP MOVE capability | Nikolay Morev | 2016-02-08 | |
|/ | ||||
* | Optimization | Hoa V. DINH | 2016-02-08 | |
| | ||||
* | Merge pull request #1351 from kolyuchiy/imap-move | Hoà V. DINH | 2016-02-06 | |
|\ | | | | | Imap move | |||
* | | Updated libetpan to fae701a7cf7e1d3f58b99c0ab143c26cbf7f16d0 | Hoa V. DINH | 2016-02-05 | |
| | | ||||
| * | Test | Nikolay Morev | 2016-02-05 | |
| | | ||||
| * | Add IMAP MOVE command support | Nikolay Morev | 2016-02-05 | |
| | | ||||
| * | Recent SDK requires setting rootViewController | Nikolay Morev | 2016-02-05 | |
|/ | ||||
* | Merge pull request #1350 from AlexKar/master | Hoà V. DINH | 2016-02-04 | |
|\ | | | | | MCIMAPCapabilityOperation takes into account cached capabilities values | |||
| * | Move storedCapabilities to public //private section | Alexander Karimov | 2016-02-05 | |
| | | ||||
| * | MCIMAPCapabilityOperation takes into account cached capabilities values | Alexander Karimov | 2016-02-04 | |
|/ | ||||
* | Merge pull request #1346 from disaykin/master | Hoà V. DINH | 2016-02-03 | |
|\ | | | | | Reduce memory usage when fetch message body by IMAP | |||
| * | Remove extra memory copying on uuencode decoding | Dmitry Isaikin | 2016-02-03 | |
| | | ||||
| * | Implement Data::dataWithContentsOfFile via mmap | Dmitry Isaikin | 2016-02-03 | |
| | | ||||
| * | Remove extra memory copying while fetching attachment | Dmitry Isaikin | 2016-02-03 | |
| | | ||||
* | | Merge pull request #1347 from CodaFi/back-to-the-future | Hoà V. DINH | 2016-02-02 | |
|\ \ | | | | | | | Prefer instancetype over id in initializers | |||
| * | | id -> instancetype | Robert Widmann | 2016-02-02 | |
|/ / | ||||
* | | Cocoapods update | Hoa V. DINH | 2016-02-01 | |
| | | ||||
* | | Merge pull request #1343 from serjepatoff/master | Hoà V. DINH | 2016-02-01 | |
|\ \ | | | | | | | 2 new error codes | |||
| * | | Change error prefix to RSMErrorYahoo, change error msg substring to 'over ↵ | Sergei Epatov | 2016-02-01 | |
| | | | | | | | | | | | | the limit' |