Hallo People,
Need some pointers here. I need to convert an incoming email. The headers are fine, but the body is in base64 MIME. I need to decode the body from MIME to plain text (I can do that with reformime), modify it with some scripting, then re-encode the body back to MIME, and re-assemble the email.
Has anybody done something similar? How do you re-encode to MIME?
Any pointers much appreciated.
Need some pointers here. I need to convert an incoming email. The headers are fine, but the body is in base64 MIME. I need to decode the body from MIME to plain text (I can do that with reformime), modify it with some scripting, then re-encode the body back to MIME, and re-assemble the email.
Has anybody done something similar? How do you re-encode to MIME?
Any pointers much appreciated.