From raasdnil at gmail.com Sat Feb 6 22:33:58 2010 From: raasdnil at gmail.com (Mikel Lindsaar) Date: Sun, 7 Feb 2010 14:33:58 +1100 Subject: [Tmail-talk] [ANN] TMail 1.2.7 Message-ID: <57a815bf1002061933o41e41ceel797972d199161709@mail.gmail.com> Hello all, Even though I am going full speed ahead with the Mail gem, TMail still has a large installed base and I am still accepting patches / updates / fixes at http://github.com/mikel/tmail Today I just released Gem version 1.2.7. This is a minor maintenance fix that handles an insidious encoding / decoding bug that was causing non-ascii filenames in attachments to be double "dequoted" causing invalid output. This is a recommended upgrade and does not change any API from 1.2.6. Rails 2.3.x users can update their vendor'd version of TMail to version 1.2.7 by running gem update tmail, earlier versions of Rails will need to upgrade. As always, please send in bug reports or patches. Mikel -- http://lindsaar.net/ From drbrain at segment7.net Tue Feb 9 13:50:27 2010 From: drbrain at segment7.net (Eric Hodel) Date: Tue, 9 Feb 2010 10:50:27 -0800 Subject: [Tmail-talk] Why does mail vendor treetop? Message-ID: Why not have it as a dependency instead? I already have treetop installed thanks to cucumber so I don't see why I should need two copies. From raasdnil at gmail.com Tue Feb 9 18:45:48 2010 From: raasdnil at gmail.com (Mikel Lindsaar) Date: Wed, 10 Feb 2010 10:45:48 +1100 Subject: [Tmail-talk] Why does mail vendor treetop? In-Reply-To: References: Message-ID: <57a815bf1002091545v79f8076brf1e778671e1523bb@mail.gmail.com> On Wed, Feb 10, 2010 at 5:50 AM, Eric Hodel wrote: > Why not have it as a dependency instead? > I already have treetop installed thanks to cucumber so I don't see why I should need two copies. Hi Eric, This is the tmail list :) http://groups.google.com/group/mail-ruby But to answer your question, treetop in your gems pulls in Polyglot, polyglot does not play nice with Rails. And polyglot is not needed at all for mail as it allows you to load .treetop files as require statements, which means run time parser compilation. Mail doesn't need run time parser compilation, we parse at gem build time. So I asked for a treetop in the treetop mailing list where I could declare a global constant to avoid loading polyglot, this was refused. So I had to fork treetop with this change and maintain my own version. Sucks... but c'est la vie Mikel -- http://lindsaar.net/ From jo at easyjo.com Mon Feb 22 12:40:21 2010 From: jo at easyjo.com (Joel Richards) Date: Mon, 22 Feb 2010 17:40:21 +0000 Subject: [Tmail-talk] Remove attachment Message-ID: <46693db51002220940v1c6e0b0axb3b00c539686b9db@mail.gmail.com> Hi, I'm trying to forward an email with 'create_forward' and I was wondering what would the best way to remove any attachments than the original Tmail may have had? Or is it only possible by building the mail from scratch? Joel -------------- next part -------------- An HTML attachment was scrubbed... URL: