]> Sergey Matveev's repositories - public-inbox.git/commit
PublicInbox::Import Smuggle a raw message into add
authorEric W. Biederman <ebiederm@xmission.com>
Tue, 15 Jan 2019 22:36:42 +0000 (16:36 -0600)
committerEric Wong <e@80x24.org>
Tue, 15 Oct 2019 20:22:44 +0000 (20:22 +0000)
commita0ff3e44454322dd35c76a58fba311297ee00218
tree38ba87f464504f9f9edb6f453c062af93a2fe98a
parentef821c8882d1eb7c9d31bb76b32e246586a4c3df
PublicInbox::Import Smuggle a raw message into add

I don't trust the MIME type to not munge my email messages in horrible
ways upon occasion.  Therefore  allow for passing in the raw message
value instead of trusting the mime object to preserve it.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
[ew: use "//" from Perl 5.10+ for defined check]
lib/PublicInbox/Import.pm