views:

43

answers:

1

Is there a framework that does such a thing. It's really important that it can check mail and get it's contents. For example:

If(newMessage hasSubjectEqualTo:@"woodviolins") { }

And

If(contents of new message has "hey" in it) {}

+3  A: 

There are a number of frameworks in this general area. Google "Cocoa mail framework" and you'll come up with a bunch of hits. For one example: Pantomime

Chuck
Is there an API or something for web based services? For example, verizon.net/aol.com
Elijah W.
@Elijah W.: Many email hosts offer both Web interfaces and POP3 or IMAP. Verizon and AOL both do, as does Gmail.
Chuck
Ok, and also, Pantomime seems very old and won't compile. Is there any newer versions?
Elijah W.