Nutzen
readpst wird zum Auslesen und Konvertieren von Outlook pst-Dateien genutzt. SO kann mit Hilfe von readpst ins mbox- oder maildir-Format konvertiert werden
Installation
Info |
---|
sudo apt install pst-util |
Beispiele
Code Block | ||
---|---|---|
| ||
readpst -r pstfilename |
Code Block | ||
---|---|---|
| ||
readpst -D -j 2 -o ~/mbox -q -r ~/outlook.pst |