Skip to content

Instantly share code, notes, and snippets.

View alexhrescale's full-sized avatar

alex huang alexhrescale

  • Rescale
View GitHub Profile
@cdunklau
cdunklau / extract_attachments.py
Last active August 27, 2021 22:14
A simple (and probably naive) script to extract attachments from .eml files for those of us who don't use software email clients.
#!/usr/bin/env python
"""
Extract all attachments from MS Outlook '.eml' file EML_FILE into
directory OUTPUT_DIR. If OUTPUT_DIR does not exist, it will be
created.
Usage: extract_attachments.py EML_FILE OUTPUT_DIR
"""
from __future__ import print_function
import sys
@dmalikov
dmalikov / README.markdown
Last active May 31, 2019 06:31
Nix / NixOS links

Various blog posts related to Nix and NixOS


General