aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/abstract/MCOAbstractPart.h
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
* Mark non-designated initializers and new as unavailableGravatar Nikolay Morev2016-02-09
|
* id -> instancetypeGravatar Robert Widmann2016-02-02
|
* Mark more initializers unavailableGravatar Robert Widmann2016-01-20
|
* Fixed build. Fixed warning properly.Gravatar Hoa V. Dinh2015-09-08
|
* #874: render message properly when the first part is a .txt attachmentGravatar Hoa V. DINH2015-03-09
|
* Simplified extra headers implementation and content-types parametersGravatar Hoa V. DINH2014-09-22
|
* Merge remote-tracking branch 'upstream/master'Gravatar Maksim Bauer2014-08-01
|\ | | | | | | | | Conflicts: src/objc/abstract/MCOAbstractPart.h
| * use NS_ENUM and NS_OPTIONSGravatar Adlai Holler2014-07-25
| |
* | Recognize multipart/signed content typeGravatar Maksim Bauer2014-07-25
|/
* Conformant header guardsGravatar CodaFi2014-02-22
| | | | Fixes #606
* add Content-Description to attachmentGravatar Tae Won Ha2013-09-01
| | | | - using contentDescription->encodedMIMEHeaderValue()->bytes() for mailmime_fields_new_with_data()
* Reduce PRGravatar CodaFi2013-06-28
|
* Merge remote-tracking branch 'upstream/master' into NSCoding-NSCopyingGravatar CodaFi2013-06-22
|\
| * Removed reference to message owner from part.Gravatar Hoa V. DINH2013-06-21
| |
* | Redo commitsGravatar CodaFi2013-06-20
|/
* Updated the rest of the docsGravatar Matt Ronge2013-06-02
|
* Improved comment for message partGravatar Hoa V. DINH2013-05-04
|
* added methods to decode data as stringsGravatar Ken Grigsby2013-04-19
|
* Work in progress on IMAP documentation.Gravatar Hoa V. DINH2013-04-06
|
* Documentation for abstractGravatar Hoa V. DINH2013-04-05
|
* Make IMAP ObjC bridge implementation consistentGravatar DINH Viet Hoa2013-03-23
|
* Simplified implementation of ObjC setter/getter by using a common ↵Gravatar DINH Viet Hoa2013-03-23
| | | | implementation. Added RFC822 ObjC API.
* Implemented Objective-C wrapper for core/abstractGravatar DINH Viet Hoa2013-03-22