XMail is a scripting addition for Mac OS X (10.3 and 10.4) allowing
you to send mails from applescript without using a third part
application. Here are some features of XMail :
- full Unicode support in the body, the subject and the mail addresses
- support for SSL encrypted connections
- support of
- many authentication schemes (login, plain, cram-md5, cram-sha1,
anonymous, pop3,apop)
- support for attachments
- you can keep tracks of the mail being sent
This new version of XMail brings some new features :
- a new pop3 authentication scheme
- a new apop authentication scheme
- now a universal binary for PPC and Intel is available
- a smaller memory footprint
- source code redesign to allow a better portability