Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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
titleKonvertierung in ein rekursives Format
readpst -r pstfilename


Code Block
titleKonvertierung in das mbox-Format
readpst -D -j 2 -o ~/mbox -q -r ~/outlook.pst