aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mail_handler/backends/tmail_extensions.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-01-15 15:19:05 +0000
committerLouise Crow <louise.crow@gmail.com>2013-01-15 15:19:05 +0000
commit5f3418307d6087f848eb1fdbf4531d67416121df (patch)
treecb7dad95b6b21db3b237efabc9d0fa37879adc10 /lib/mail_handler/backends/tmail_extensions.rb
parent07121bf22b0929e03215f02b8740c3979ae6c872 (diff)
parent7cc8cae3a669fc5de91d6bc23812c265e8af4c93 (diff)
Merge branch 'release/0.6.9' into wdtk
Diffstat (limited to 'lib/mail_handler/backends/tmail_extensions.rb')
-rw-r--r--lib/mail_handler/backends/tmail_extensions.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/mail_handler/backends/tmail_extensions.rb b/lib/mail_handler/backends/tmail_extensions.rb
index 9359dfeea..3576a8eca 100644
--- a/lib/mail_handler/backends/tmail_extensions.rb
+++ b/lib/mail_handler/backends/tmail_extensions.rb
@@ -20,6 +20,8 @@ module TMail
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)
+ attr_accessor :count_parts_count
+ attr_accessor :count_first_uudecode_count
# Monkeypatch! (check to see if this becomes a standard function in
# TMail::Mail, then use that, whatever it is called)