django-mailbox
django-mailbox copied to clipboard
Added 'message/rfc822' attachment handling
message/rfc822 parts were being parsed recursively instead of being just attached as eml. Added a check to avoid recursive inspection and added an elif branch to handle the message save to disk.
I wonder if I should simplify this a little and just store anything with a Content-Disposition of attachment as a separate file. Let me think about it a little!
Related to #102
Fixed by #230