Skip to content

Instantly share code, notes, and snippets.

@LikeCarter
LikeCarter / config.json
Created December 14, 2022 14:49 — forked from mislav/config.json
Experiment in using GitHub CLI to authenticate fetching docker images from GitHub Package Registry
// ~/docker/config.json
{
"credsStore": "desktop",
"credHelpers": {
"docker.pkg.github.com": "gh",
"ghcr.io": "gh"
}
}
@LikeCarter
LikeCarter / README.md
Last active April 18, 2020 20:21 — forked from TimRepke/README.md
PST Archive to RFC822 (*.eml) script

PST Archive to RFC822

This script extracts all emails from an Outlook PST archive and saves them into some output folder as individual RFC822 compliant *.eml files.

Installing the external dependency pypff may not be straight forward (it wasn't for me). I forked the original repository to make it work in Python 3. If you get errors, check their wiki pages for help or try my fork. Below are the steps that worked for me:

Tested on MacOS with Python 3.6.