Hi,
How would I go about retrieving attachments using the IMAP class?
I see the Imap.wholeMessage contains the complete message, attachements encoded included.
This could be quite large,
any pointers on handling this?
Or am I missing a method in the class that extracts the attachments?
The goal is to retrieve this message and store it in a Postgres DB along with attachements
thanks
Johan