[JDEV] MIME-Version

Thomas D. Charron tcharron at my-deja.com
Wed Aug 11 11:40:37 CDT 1999


On Wed, 11 Aug 1999 12:09:57   Patrick McCuller wrote:
>	Aaron is 100% right on this one.  Have you looked at MIME-enabled
>libraries? Java's javax.mail.internet package is tied closely enough to
>RFC822 style email messages that it would be a hack at best to even use it
>to parse our half-kosher style.
>	It doesn't really make MIME easier to use, just different.
>	JabberBeans will have to write its own MIMEish modules, yay.

  Unfortionatly, it's the price we pay for not using SMTP, which is what MIME is meant for.  We WILL be using MIME standard header types, just put differently..  Just like Content-Type is used a little differently for HTTP, we're using it a little differently for XML.

  I mean, should be just start adding SMTP protocol support into the jabber protocol, so we don;t need to have SMTP transports, but can send it out raw to sendmail?  ;-P


---
Thomas Charron




--== Sent via Deja.com http://www.deja.com/ ==--
Share what you know. Learn what you don't.




More information about the JDev mailing list