Skip to content

Instantly share code, notes, and snippets.

@damiwack
damiwack / Readme.txt
Last active July 8, 2025 12:54
Script en phyton para extraer archivos adjuntos de archivos mbox. Mbox attachment extractor.
Idea original
https://gist.github.com/georgy7/3a80bce2cd8bf2f9985c
Descarga/Download Windows 10 . Portable.
https://mega.nz/file/40k0CJqT#xoZsG-D3fm0iDf0ZrsJBSJEGQOaYYkyVk0zRbsxR7sg
Ayuda con Grok.
El script genera una interface para seleccionar el archivo mbox y la ruta destino.
This script extract attachment of mbox archive. Easy graphical interface.
@damiwack
damiwack / extract_mbox_attachments.py
Created July 8, 2025 06:53 — forked from georgy7/extract_mbox_attachments.py
Extract attachments from mbox file.
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Modified.
# Original script source:
# http://blog.marcbelmont.com/2012/10/script-to-extract-email-attachments.html
# https://web.archive.org/web/20150312172727/http://blog.marcbelmont.com/2012/10/script-to-extract-email-attachments.html
# Usage:
# Run the script from a folder with file "all.mbox"