No description
- Python 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| README.md | ||
| unpack-pst-and-create-mbox-with-sbd.py | ||
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:
- Extract PST met readpst
- Zet om naar Thunderbird structuur (mbox + .sbd)
- 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
- 2–3x 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