Archive

Kategorien

Extract eml Files from mails

I was looking for a script to extract eml attachments from mails on my mailboxserver. After looking for 5min I found I might get faster if I write it myself and choose python because it already has email message parsers on board.

12345678910111213141516171819202122232425import re import email import hashlib from os import walk # dir to

Lies weiter @ Extract eml Files from mails