TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Bryan Irace.
Simple Objective-C parser for mailto
URIs. With tests!
BIMailToURIParser *parser = [[BIMailToURIParser alloc] initWithURL:
[NSURL URLWithString:@"mailto:[email protected]?subject=Hey"]];
NSArray *recipients = parser.toRecipients;
NSArray *ccRecipients = parser.ccRecipients;
NSArray *bccRecipients = parser.bccRecipients;
NSString *subject = parser.subject;
NSString *body = parser.body;
Available for use under the MIT license: http://bryan.mit-license.org