aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/abstract
Commit message (Collapse)AuthorAge
* Move unavailable initializers out of categories, so they’ll be properly ↵Gravatar Tom Harrington2017-12-29
| | | | | handled in Swift. (#1698) If NS_UNAVAILABLE is used in a category, Swift doesn’t notice, and these initializers are permitted even though they don’t work.
* Revert "Type annotations (#1530)"Gravatar Hoa V. DINH2016-11-19
| | | | This reverts commit abedd87bb02f975b0b1ee9c4cf2f0e6adde31366.
* Type annotations (#1530)Gravatar Romain Pouclet2016-10-13
| | | | | | | | * Add type annotations on MCOMessageBuilder * Add type annotations on MCOAbstractMessage * Add Type annotations on MCOAbstractPart * Add type annotations to MCOMessageHeader * Add type annotatins to MCOAddress
* Smtp error: 535 5.7.0 on Tiscali smtp server (#1520)Gravatar andreapz2016-09-29
| | | | | | * adding simple password alert message for smtp error: 535 5.7.0 authentication rejected: your password is too simple. * fixing error simple password
* fix missing search by read/unread flag (#1465)Gravatar raduraducu2016-07-06
| | | | | * fix missing search my read/unread flag * added more flag-like searches
* Use different naming for delegate methods for more compatiblity with SwiftGravatar Hoa V. DINH2016-06-03
|
* Store last server response on login command in case of parse error (#1436)Gravatar Dmitry Isaikin2016-05-19
|
* Added error codeGravatar Hoa V. DINH2016-05-11
|
* Expose SMTP response and response code to Objective-C APIGravatar Nikolay Morev2016-04-05
| | | * Expose SMTP response and response code to Objective-C API
* Move string to constantGravatar Hoa V. DINH2016-04-01
|
* 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.
* Mark non-designated initializers and new as unavailableGravatar Nikolay Morev2016-02-09
|
* Add constant for IMAP MOVE capabilityGravatar Nikolay Morev2016-02-08
|
* 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
|/
* Fixed error handling in custom commandGravatar Hoa V. Dinh2015-11-09
|
* 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
|
* Improved documentationGravatar Hoa V. DINH2015-04-12
|
* #874: render message properly when the first part is a .txt attachmentGravatar Hoa V. DINH2015-03-09
|
* AccountValidator UpdateGravatar Christopher Hockley2015-01-27
|
* Work in progress on javadocGravatar Hoa V. DINH2015-01-14
|
* Fixed mapping of errorsGravatar Hoa V. Dinh2014-12-04
|
* Port to win32Gravatar Hoa V. Dinh2014-11-14
|
* Fixed #876: added application specific passwordGravatar Hoa V. DINH2014-10-07
|
* Simplified extra headers implementation and content-types parametersGravatar Hoa V. DINH2014-09-22
|
* Clarify the difference between -searchBody: and -searchContent:Gravatar Prapat2014-09-08
|
* Add IMAP search bodyGravatar Prapat2014-09-02
|
* Added commentGravatar Viktor Gedzenko2014-08-14
|
* Added clean html method to rendeder delegateGravatar Viktor Gedzenko2014-08-12
|
* Merge pull request #818 from foxinushka/feature/message_id_autogenerated_flagGravatar Hoà V. DINH2014-08-07
|\ | | | | Added 'message id auto-generated' flag
| * Added 'message id auto-generated' flagGravatar Viktor Gedzenko2014-08-02
| |
* | Merge remote-tracking branch 'upstream/master'Gravatar Maksim Bauer2014-08-01
|\| | | | | | | | | Conflicts: src/objc/abstract/MCOAbstractPart.h
| * Implemented -[MCOAddress isEqual:]Gravatar Hoa V. DINH2014-07-29
| |
| * use NS_ENUM and NS_OPTIONSGravatar Adlai Holler2014-07-25
| |
* | Recognize multipart/signed content typeGravatar Maksim Bauer2014-07-25
|/
* Merge pull request #728 from rlaferla/masterGravatar Hoà V. DINH2014-05-28
|\ | | | | Update MCOAddress.h
| * Update MCOAddress.hGravatar Robert La Ferla2014-05-28
| | | | | | Corrected example for reference docs.
* | Added help methods to MCOMessageHeaderGravatar Hoa V. Dinh2014-05-27
|/
* Moved implementation of requiredPartsForRenderingGravatar Matt Ronge2014-03-14
|
* Added XOAUTH2 for Outlook authentication type (fixed #637)Gravatar Hoa V. DINH2014-03-13
|
* Fixes MCOIMAPSearchKindGravatar Bob Van Osten2014-03-10
|
* Added IMAPSearchKindNot to MCOMessageConstants.h as wellGravatar pfennema2014-03-06
|
* Merge pull request #619 from mronge/masterGravatar Hoà V. DINH2014-03-04
|\ | | | | Add NSCoding to classes that support it
| * Add NSCoding to classes that support itGravatar Matt Ronge2014-03-04
| |
* | Fixed #586 again: removed new methods and renamed existing Obj-C methodsGravatar Hoa V. Dinh2014-02-26
| |