| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
| |
The rails upgrade also forces a mail gem upgrade. To make things work again
we need to remove part of the monkeypatched backporting of encoding fixes.
|
|
|
|
| |
Decoding messages in Ruby 1.9 was screwing up but not dying like 1.8. Backporting this fixes the problem.
|
|
|
|
| |
This reverts commit b9a2d996408c1ef703aa78311f8c2a0f6e0d7afc.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
do anything as used here
|
| |
|
|
|
|
|
|
| |
Conflicts:
lib/mail_handler/backends/tmail_backend.rb
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
get_attachment_text_one_file as it is now an externally-accessed method of the mail handler module.
|
| |
|
| |
|
|
|
|
| |
input - trailing spaces can be meaningful.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
active in Ruby 1.8. Use mail handler methods in handle-mail-replies.
|
|
|
|
| |
header strings from a mail.
|
|
|
|
| |
with the mail backend.
|
|
|
|
| |
getting the auto-submitted field.
|
|
|
|
| |
the mail handler.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
use base64 decoding or not. Note that currently the Mail-based backend doesn't use it - I think that eventually we'll want to have the mail handler wrap the mail object with it's own interface.
|