aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Replace NNTP "send" with "post".Gravatar Daryle Walker2016-02-25
|
* Move a common type to a common header.Gravatar Daryle Walker2016-02-25
|
* Add new source files to CMake files.Gravatar Daryle Walker2016-02-24
|
* Add new source files to Windows build files.Gravatar Daryle Walker2016-02-23
|
* Add upload functionality to NNTP sessions.Gravatar Daryle Walker2016-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-identityGravatar Hoà V. DINH2016-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 ↵Gravatar Dmitry Isaikin2016-02-15
|/ | | | session initialization.
* Fixed thread safetyGravatar Hoa V. DINH2016-02-14
|
* Added method to increase capacityGravatar Hoa V. DINH2016-02-14
|
* Merge pull request #1359 from kolyuchiy/mark-unavailable-initializersGravatar Hoà V. DINH2016-02-12
|\ | | | | Mark non-designated initializers and new as unavailable
| * Don't mark MCOAbstractMessage init as unavailableGravatar Nikolay Morev2016-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-warningGravatar Hoà V. DINH2016-02-09
|\ \ | | | | | | Silence warning about missing launch image
* | | Fixed build on LinuxGravatar Hoa V. DINH2016-02-09
| | |
* | | Merge pull request #1355 from disaykin/reduce-memory-on-send-messageGravatar Hoà V. DINH2016-02-09
|\ \ \ | | | | | | | | Add low-memory interface for building, sending and appending messages
| | * | Silence warning about missing launch imageGravatar Nikolay Morev2016-02-09
| |/ / |/| |
| | * Mark non-designated initializers and new as unavailableGravatar Nikolay Morev2016-02-09
| |/ |/|
| * Add some tests for sending message from file via SMTPGravatar Dmitry Isaikin2016-02-09
| |
| * Some tests for MessageBuilder::writeToFileGravatar Dmitry Isaikin2016-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
| |
* | Merge pull request #1354 from kolyuchiy/expose-imap-move-capabilityGravatar Hoà V. DINH2016-02-08
|\ \ | |/ |/| Add constant for IMAP MOVE capability
| * Add constant for IMAP MOVE capabilityGravatar Nikolay Morev2016-02-08
|/
* OptimizationGravatar Hoa V. DINH2016-02-08
|
* Merge pull request #1351 from kolyuchiy/imap-moveGravatar Hoà V. DINH2016-02-06
|\ | | | | Imap move
* | Updated libetpan to fae701a7cf7e1d3f58b99c0ab143c26cbf7f16d0Gravatar Hoa V. DINH2016-02-05
| |
| * TestGravatar Nikolay Morev2016-02-05
| |
| * Add IMAP MOVE command supportGravatar Nikolay Morev2016-02-05
| |
| * Recent SDK requires setting rootViewControllerGravatar Nikolay Morev2016-02-05
|/
* Merge pull request #1350 from AlexKar/masterGravatar Hoà V. DINH2016-02-04
|\ | | | | MCIMAPCapabilityOperation takes into account cached capabilities values
| * 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
|\ | | | | Reduce memory usage when fetch message body by IMAP
| * 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
| |
* | Merge pull request #1347 from CodaFi/back-to-the-futureGravatar Hoà V. DINH2016-02-02
|\ \ | | | | | | Prefer instancetype over id in initializers
| * | id -> instancetypeGravatar Robert Widmann2016-02-02
|/ /
* | Cocoapods updateGravatar Hoa V. DINH2016-02-01
| |
* | Merge pull request #1343 from serjepatoff/masterGravatar Hoà V. DINH2016-02-01
|\ \ | | | | | | 2 new error codes
| * | Change error prefix to RSMErrorYahoo, change error msg substring to 'over ↵Gravatar Sergei Epatov2016-02-01
| | | | | | | | | | | | the limit'
* | | Fixed unit tests accordinglyGravatar Hoa V. DINH2016-01-29
| | |
* | | Sanitize display nameGravatar Hoa V. DINH2016-01-29
| | |
| * | Properly handle ErrorCustomCommand in MCErrorMessageGravatar Sergei Epatov2016-01-27
| | |
| * | Fix error handling add core–constantsGravatar Sergei Epatov2016-01-27
| | |
| * | New errors detected and returned: ErrorSendMessageSpamSuspected, ↵Gravatar Sergei Epatov2016-01-26
| |/ | | | | | | ErrorSendMessageDailyLimitExceeded
* | Merge pull request #1342 from CodaFi/unavailable-attributeGravatar Hoà V. DINH2016-01-24
|\ \ | | | | | | Mark Initializers Unavailable
| * | Mark more initializers unavailableGravatar Robert Widmann2016-01-20
| | |
| * | Make -init unavailableGravatar Robert Widmann2016-01-19
|/ /
* | Merge pull request #1340 from CodaFi/limpid-stream-errorsGravatar Hoà V. DINH2016-01-18
|\ \ | | | | | | Make a NULL OAUTH Token an STMP Stream Error
| * | Make a null OAUTH token a stream errorGravatar Robert Widmann2016-01-19
| | |