[AIP] Finally migrate your contacts from Outlook to Thunderbird! (codeberg.org)
from somegeek@programming.dev to selfhosted@lemmy.world on 15 Jul 14:58
https://programming.dev/post/53556510

cross-posted from: programming.dev/post/53556505

Git repo

Convert Outlooks’ horrendous .pst file to standard .vcf vCard and import to any vCard compatible client (your phone, radicale, thunderbird, etc.)


Why I made this?

I decided to move my whole org to ThunderBird to be free from forced proprietary formats. And I created this Java CLI app (Because Java had the java-libpst to work with PST files) to do it. I converted ~500 contacts successfully and we are free from Outlook at last.


This has worked for us, and I tried to make it as robust as possible. If you see any issues, please open an issue or PR.

LLM disclaimer: I used OpenCode + BigPickle to create this but I wouldn’t call it vibecoded. I spent ~2 days on it so far and let the LLM help me. Hope it helps.

AI Disclosure:

  • Implementation - Generated
  • Testing - Generated
  • Review - Assisted
  • Deployment - Pair

#selfhosted

threaded - newest

curbstickle@anarchist.nexus on 15 Jul 15:02 next collapse

@somegeek@programming.dev please add [AIP] to the title, and reference the example here for how to format the disclosure

Thanks!

somegeek@programming.dev on 15 Jul 15:13 collapse

Sure. Done! I’m not sure if it’s displaying correctly since it’s a crosspost tho. It’s not showing in Voyager at least.

curbstickle@anarchist.nexus on 15 Jul 15:23 collapse

Visible here - thanks!

somegeek@programming.dev on 15 Jul 15:18 collapse

AI Disclosure:

Implementation - Generated
Testing - Generated
Review - Assisted
Deployment - Pair