aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc
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 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.
* Added ability to customize the identity of IMAP client in the time of ↵Gravatar Dmitry Isaikin2016-02-15
| | | | session initialization.
* 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 #1355 from disaykin/reduce-memory-on-send-messageGravatar Hoà V. DINH2016-02-09
|\ \ | | | | | | Add low-memory interface for building, sending and appending messages
| | * Mark non-designated initializers and new as unavailableGravatar Nikolay Morev2016-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
|/
* Add IMAP MOVE command supportGravatar Nikolay Morev2016-02-05
|
* id -> instancetypeGravatar Robert Widmann2016-02-02
|
* 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'
| * New errors detected and returned: ErrorSendMessageSpamSuspected, ↵Gravatar Sergei Epatov2016-01-26
| | | | | | | | ErrorSendMessageDailyLimitExceeded
* | Mark more initializers unavailableGravatar Robert Widmann2016-01-20
| |
* | Make -init unavailableGravatar Robert Widmann2016-01-19
|/
* Fixed warningsGravatar Hoa V. DINH2016-01-03
|
* Follow suggestions from @dinhviethoa.Gravatar Daryle Walker2015-12-29
| | | | | Follow suggestions to remove one unnecessary overload and to mark other as depreciated. (A third suggestion was covered by another commit.)
* Remove extraneous group parameter from fetch-article-by-message-ID methods.Gravatar Daryle Walker2015-12-29
|
* Fixed error handling in custom commandGravatar Hoa V. Dinh2015-11-09
|
* Adds error code to IMAPSession::customCommand. Renames sendCustomCommand to ↵Gravatar libec2015-11-07
| | | | customCommand.
* Comment with usage of custom IMAP operationGravatar libec2015-11-06
|
* Adds imap response string to custom command operationGravatar libec2015-11-06
|
* adds support to send custom IMAP commandGravatar libec2015-11-04
|
* Added EOL at the end of fileGravatar Hoa V. Dinh2015-09-10
|
* Fixed build. Fixed warning properly.Gravatar Hoa V. Dinh2015-09-08
|
* Revert "Fixed warnings"Gravatar Hoa V. Dinh2015-09-08
| | | | This reverts commit d71dd9985dbaa716f59ca5bc1b533feeb032ca38.
* Fixed warningsGravatar Hoa V. Dinh2015-09-08
|
* Implemented isEqual on IndexSetGravatar Hoa V. DINH2015-08-09
|
* Missed one file for NS_ASSUME_NONNULL_BEGINGravatar Lucas Derraugh2015-07-19
|
* Add nullability annotationsGravatar Lucas Derraugh2015-07-19
|
* Fixed MCOIMAPIdentity initialization bugGravatar Finian2015-06-22
|
* Added mNumbersGravatar Oshikawa2015-05-18
|
* Added UID Search with message number expression and SearchKindNumber for IMAPGravatar Oshikawa2015-05-16
|
* Mark methods as deprecatedGravatar Hoa V. DINH2015-04-19
|
* Improved documentationGravatar Hoa V. DINH2015-04-12
|
* Improve account validation: fail on first error, validation of services can ↵Gravatar Hoa V. DINH2015-04-02
| | | | be disabled/enabled, no need to provide a list of servers when a provider is detected
* #874: render message properly when the first part is a .txt attachmentGravatar Hoa V. DINH2015-03-09
|
* AccountValidator FixesGravatar Christopher Hockley2015-02-11
|
* AccountValidator UpdateGravatar Christopher Hockley2015-01-27
|
* AccountValidatorGravatar Christopher Hockley2015-01-26
| | | | | Added AccountValidator to used to validate an email provider and it's associated metadata and credentials.
* Work in progress on javadocGravatar Hoa V. DINH2015-01-14
|
* Implemented error message for JavaGravatar Hoa V. Dinh2015-01-05
|
* Refactoring, fixed #1013Gravatar Hoa V. DINH2015-01-03
|
* Fixed #1002: implemented operationqueue callback for smtp/nntp/popGravatar Hoa V. Dinh2014-12-18
|
* Support for short valuesGravatar Hoa V. DINH2014-12-14
|
* Fixed analyzer issues and warnings (#993 and fixed #992)Gravatar Hoa V. DINH2014-12-11
|
* Fixed mapping of errorsGravatar Hoa V. Dinh2014-12-04
|