Hello (and thanks in advance!)
I'm working in Python and I got IMAP and SMTP to work with my Gmail account. I now need to forward select messages to another account (after reading their body).
How do I do this without downloading the attachments and recreating the entire message?
Thanks!
Tal.