No description
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-04-26 16:07:59 +02:00
README.md second commit 2026-04-26 16:07:59 +02:00
unpack-pst-and-create-mbox-with-sbd.py first commit 2026-04-26 12:07:40 +02:00

PST → Thunderbird Local Folders (macOS)

End-to-end oplossing om een Microsoft Outlook .pst bestand om te zetten naar een volledig werkende Thunderbird Local Folders structuur, inclusief submappen (.sbd).

Overzicht

Dit script:

  1. Extract PST met readpst
  2. Zet om naar Thunderbird structuur (mbox + .sbd)
  3. Kopieert naar Local Folders

Requirements

  • macOS
  • Python 3.9+
  • Thunderbird (1x gestart)
  • readpst (brew install libpst)

Gebruik

python3 pst_to_thunderbird_local_macos.py "/Users/jij/Desktop/mail.pst"

Demo

brew install libpst python3 pst_to_thunderbird_local_macos.py ~/Desktop/mail.pst

Belangrijk

  • Thunderbird moet gesloten zijn
  • 23x diskruimte nodig
  • Bestaande files worden niet overschreven

Fouten & Oplossingen

ERROR: readpst ontbreekt
→ brew install libpst

ERROR: PST bestaat niet
→ controleer pad

ERROR: Thunderbird profile niet gevonden
→ start Thunderbird 1x

SKIP bestaat al
→ file bestaat al, wordt niet overschreven

Permission denied
→ chmod -R u+rw ~/Library/Thunderbird

Platte structuur
→ script opnieuw draaien

Lege mappen
→ Repair Folder in Thunderbird

Auteur

Oscar Koeroo okoeroo@gmail.com