Hello,
I’m doing a function to parse an email message and get the attachment (if any). Actually, I need to save the attached file to disk.
I found here https://golang.org/pkg/net/mail/ some directions to parse the mail message, but there’s no hints to handle MIME attachments.
Better question:
Are there any mature IMAP library available ?
Cheers, AN