diff options
author | Ben Burwell <ben@benburwell.com> | 2019-07-31 13:33:50 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-08-02 09:34:08 -0400 |
commit | bb620e09004e63699562c0533645bf8cfd865097 (patch) | |
tree | 94554615e3f5baf0ee174ae71b3fd6539bec33f2 /commands/msg/delete.go | |
parent | 3424c36d5225f6b798616dc691ea10bb693a2dcc (diff) |
Include body MIME terminator in multipart messages
Before, the text/plain part of the multipart MIME message was not being
correctly terminated with its boundary. The multipart writer writes the
terminator when its Close is called, but since the call to Close() was
deferred, it was not being called until after the attachments were being
written resulting in the boundary not being included at all.
Diffstat (limited to 'commands/msg/delete.go')
0 files changed, 0 insertions, 0 deletions