in reply to Which mail modules to use?

What exactly are you looking for? A complete package to handle your incoming mail, fetching it from the POP3 account and decoding the MIME and Base64 encodings and the likes?
Or do you want a module for a specific subtask?

Replies are listed 'Best First'.
Re^2: Which mail modules to use?
by jdtoronto (Prior) on Apr 14, 2005 at 23:30 UTC
    I need to fetch from the POP3 server, extract from address and match with my database, where there is a match I need to parse the email and add it to the database. Attachments need to be handled sanely, maybe by putting them into a 'folder' and adding a pointer into the database record.

    I would prefer to deal only with plain text, but it seems that very few people understand what that is any more!

    jdtoronto