5 Dec
2016
5 Dec
'16
9:36 a.m.
On 05.12.2016 09:34, Steffen Kaiser wrote:
On Sun, 4 Dec 2016, MRob wrote:
Hello, is there a way to edit a message header using doveadm?
I guess not.
I see how I can fetch the things I need, but even if I can't edit in place; if I extract the full message, edit it, there doesn't seem to be a way to append it back again?
check out doveadm import http://wiki2.dovecot.org/Tools/Doveadm/Import
it should be easy to fake a maildir or mbox structure.
-- Steffen Kaiser
Hi!
You can edit message in a roundabout way:
- Use doveadm fetch to retrieve the message
- Edit the message
- Use doveadm delete to delete the original message
- Use doveadm save to save the message
You cannot directly edit a message
Aki