I need to save attachment received by email with a specific subject.
My email server sup****t IMAP and POP3...
I tried with Net::IMAP:Simple, Email::Simple, but i can't find a way to
strip the attachment from the message and save it somewhere.
Which module i should use for this kind of application?
Thank You