Importer for mbox format

This commit is contained in:
Robin Ward
2015-07-23 18:37:40 -04:00
parent 410ae47dd7
commit 33a5fce124
3 changed files with 170 additions and 2 deletions

View File

@@ -155,6 +155,8 @@ module Email
else
object.body.to_s
end
rescue
nil
end
REPLYING_HEADER_LABELS = ['From', 'Sent', 'To', 'Subject', 'Reply To', 'Cc', 'Bcc', 'Date']