Looking for freeware which retrieve attachments from email. Save attachment to the disk, and after that remove email. Any suggestions?
feedback
|
|
( http://linux.die.net/man/1/munpack ) For Linux, most distros have it in package It expects the email messages as simple text files, one file per email. If you save an email in "plain text" from most email clients, that's what you get. Also, if you have a "maildir" email folder, mails will be in the right format. Otherwise, you'd first need to somehow retrieve the mails in text format from your mail provider. But that's another question... | |||
|
feedback
|