Hi, Suppose I wanted to get mails from my mailserver (different machine) into my Rails App to process it there, what is faster:
* Connecting via net/Pop or net/imap to download the mails * Storing the Mails on the Mailserver in a MySQL Database (using something like DBMail) and then connecting directly to the MySQL Database * Or is there a third option I'm not seeing yet? Maybe letting the mailserver itself post the Mail to the Rails App? Thanks for your advice! -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

