mlist
mlist copied to clipboard
A Ruby mailing list library designed to be integrated into other applications.
Results
2
mlist issues
Sort by
recently updated
recently updated
newest added
From the net/imap docs here is how a message can be moved: Move all messages from April 2003 from "Mail/sent-mail" to "Mail/sent-apr03" ``` imap = Net::IMAP.new('mail.example.com') imap.authenticate('LOGIN', 'joe_user', 'joes_password') imap.select('Mail/sent-mail')...
bug
First of all, I wonder if we shouldn't be stripping the Return-Receipt-To header from incoming mail. If we don't, we should at least understand what to do with a receipt,...