Diskussion:E-Mail

Aus Wiki StuRa HTW Dresden
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

Datei im Format msg (Mail Microsoft Outlook) zum Format eml (Mail, im Allgemeinen) konvertieren[Bearbeiten]


Debian style
sudo apt install libemail-outlook-message-perl libemail-localdelivery-perl
wget https://raw.githubusercontent.com/mvz/msgconvert/master/script/msgconvert.pl
chmod +x msgconvert.pl
./msgconvert.pl --mbox mail.eml mail.msg
Red Hat style
sudo dnf install 'perl(Email::LocalDelivery)'
No match for argument: perl(Email::LocalDelivery)
Error: Unable to find a match: perl(Email::LocalDelivery)
sudo dnf install 'perl(Email::Outlook::Message)'
No match for argument: perl(Email::Outlook::Message)
Error: Unable to find a match: perl(Email::Outlook::Message)
sudo dnf -y install cpan
sudo cpan Email::Outlook::Message
chmod +x msgconvert.pl
./msgconvert.pl --mbox mail.eml mail.msg
FreeBSD style