Steven Brown

Archive for November, 2008

Jaxer Mail Parser Class

by on Nov.22, 2008, under Jaxer

Here’s some more code that parses an incoming email. It’s only very basic and I am sure makes lots of mistakes, but it works enough to break up multipart emails, decode special characters in text parts and decode attachments in other parts.

Note that this requires the Base64 decoder class from http://www.webtoolkit.info/javascript-base64.html as I couldn’t be bothered making my own.

(continue reading…)

Leave a Comment more...

Jaxer POP3 Class

by on Nov.20, 2008, under Jaxer

Hi guys I thought I’d release this code to the public, it’s a POP3 class written in Jaxer. It’s only very basic for now (is missing commands like TOP, APOP and NOOP) and doesn’t do any error checking (it assumes your commands are successful).

It also isn’t in the regular Jaxer coding format, though I plan to convert it soon.

(continue reading…)

Leave a Comment more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!