vote up 0 vote down star

We are writing an email web client in Ruby to handle (potentially international) emails. I am looking for a high-level email library that supports retrieving emails, parsing email raw, decoding MIME, and converting input into UTF-8. Is there a library that you can recommend?

flag

2 Answers

vote up 3 vote down check

You can try any of these:

If you want to re-invent the wheel, there is the native Net::SMTP class.

link|flag
1  
+1 for ActionMailer – Matt Grande Jul 31 at 20:24
I looked into TMail, but I cannot find how to decide MIME subjects. – notnoop Jul 31 at 20:25
vote up 0 vote down

My favorite library for handling mail is MailFactory

Ruby comes with net/imap and net/pop to handle retrieving mail.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.