Re: Reading filed mail from the Mail.app
Re: Reading filed mail from the Mail.app
- Subject: Re: Reading filed mail from the Mail.app
- From: Michael McCracken <email@hidden>
- Date: Mon, 24 Jun 2002 21:22:48 -0700
Don't forget about MIME attachments, encryption, Unicode, etc...
There's a good O'Reilly book about this topic:
(From O'Reilly:)
http://www.oreilly.com/catalog/progintemail
Programming Internet Email
By David Wood
Internet mail protocols have become not just an enabling technology for
messaging, but a programming interface on top of which core
applications are built. This book is an essential guide and reference
for programmers building applications on top of email capabilities and
for power users trying to get under the hood of their own email systems.
It points out the existence of a Java Mail API at:
http://www.java.sun.com/products/javamail which you might be able to
use, if you want.
-mike
From: Nathaniel Irons <email@hidden>
Subject: Re: Reading filed mail from the Mail.app?
The relevant RFCs, starting with 2822, are too numerous to count, and
only concern themselves with wire format, not stored format. Here's a
short course:
http://cr.yp.to/immhf.html
http://www.jwz.org/doc/content-length.html
Fortunately I believe Pantomime can read mbox:
http://www.collaboration-world.com/pantomime/
-nat
--
Michael McCracken
email@hidden
http://radio.weblogs.com/0101358
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.