diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-11-15 14:04:55 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-11-15 14:05:33 +0000 |
commit | 4bdab94e9d4f0a64647e5f8534c1fea8b4ba2809 (patch) | |
tree | 6071f4273cb98cedf1bfd54b7a415ac1717fce00 /lib/mail_handler/backends/tmail_backend.rb | |
parent | 8834f67db8cd94a0285dd1bb4702db834e08e995 (diff) |
Move TMail extensions to mail handler.
Diffstat (limited to 'lib/mail_handler/backends/tmail_backend.rb')
-rw-r--r-- | lib/mail_handler/backends/tmail_backend.rb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/mail_handler/backends/tmail_backend.rb b/lib/mail_handler/backends/tmail_backend.rb index 2f59b1161..fc675c1ed 100644 --- a/lib/mail_handler/backends/tmail_backend.rb +++ b/lib/mail_handler/backends/tmail_backend.rb @@ -1,12 +1,3 @@ -# Monkeypatch! Adding some extra members to store extra info in. -module TMail - class Mail - attr_accessor :url_part_number - attr_accessor :rfc822_attachment # when a whole email message is attached as text - attr_accessor :within_rfc822_attachment # for parts within a message attached as text (for getting subject mainly) - end -end - module MailHandler module Backends module TmailBackend |