aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mail_handler/backends/mail_extensions.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2012-11-22 09:49:24 +0000
committerLouise Crow <louise.crow@gmail.com>2012-11-22 09:49:24 +0000
commit09ffe8277417a1e486ae60db3254d511b4c64d33 (patch)
tree245f90f83681210ceec19a35f29fbf0e06c10252 /lib/mail_handler/backends/mail_extensions.rb
parent766da660994dbe7c86f556d9cf863411814622fe (diff)
parent640aa149fd321658a33466df7b53947b78bccd81 (diff)
Merge branch 'develop' into wdtk
Diffstat (limited to 'lib/mail_handler/backends/mail_extensions.rb')
-rw-r--r--lib/mail_handler/backends/mail_extensions.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/mail_handler/backends/mail_extensions.rb b/lib/mail_handler/backends/mail_extensions.rb
new file mode 100644
index 000000000..cbe0491ed
--- /dev/null
+++ b/lib/mail_handler/backends/mail_extensions.rb
@@ -0,0 +1,7 @@
+module Mail
+ class Message
+ 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 \ No newline at end of file