aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mail_handler/backends/tmail_extensions.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2012-12-06 17:26:21 +0000
committerLouise Crow <louise.crow@gmail.com>2012-12-06 17:26:21 +0000
commit8aa8e4f23f72a70be3eb87b5b4c93e9bc70f411e (patch)
tree554308dd3fa334b288eba156f8ff3d8217d4fd59 /lib/mail_handler/backends/tmail_extensions.rb
parent9735b7c11abe4cdcef473637fb5c92b04d6539fa (diff)
parent24648c4b8f0bfbcbb3cf0d192b28906a9b7e111c (diff)
Merge branch 'feature/rework-mail-handling' into develop
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)