RE: [PHP] Re: MIME E-mail message

2005-12-14 Thread Oli Howson
>> Oh and cheers for the info someone gave me the other day, it inspired >> me to just connect to the pop3 server using a raw socket, SO much easier!!! >share the code please, I'm interested :) Ok... It's a bit rough and ready, never expected anyone else to want to look at this (at least not

[PHP] Re: MIME E-mail message

2005-12-14 Thread M. Sokolewicz
hi, Oli Howson wrote: I'm working on a private webmail (and other) system, and am struggling a little with MIME mails. I've got a script to save all the attachments, but the thing I can't figure out is how I decide which "part" is the main email message itself (and hence which to display). Usual