SteAp
SteAp

Reputation: 11999

Parsing Apple.Mail's *.elmx files [MIME messages]

I'm in search of a framework, which allows to parse *.elmx email files of Apple.Mail.

Ultimately, I'd like to extract attachments from emails.

Unfortunately, I'm not aware of such a framework. Are you?

PS: For general parsing problems, ParseKit looks promising.

Upvotes: 2

Views: 608

Answers (2)

Devraj
Devraj

Reputation: 3065

Consider using AppleScript and Automator and integrate the AppleScript in your Cocoa app.

Similar example here, http://hintsforums.macworld.com/showthread.php?t=95583

Upvotes: 0

Jeremy
Jeremy

Reputation: 9030

There is an open-source solution written almost entirely in objective-c called Pantomime although probably dated. Here's the link.

Upvotes: 2

Related Questions