ProtonMail / proton-mail-export

https://proton.me/support/proton-mail-export-tool
GNU General Public License v3.0
2 stars 2 forks source link

Proton Mail Export

Proton Mail Export allows you to export your emails as eml files.

Building

Requirements

Fetch submodules

git submodule update --init --recursive

Linux/Mac

cmake -S. -B $BUILD_DIR -G <Insert favorite Generator>
cmake --build $BUILD_DIR

Windows

cmake -S. -B $BUILD_DIR -G "Visual Studio 17 2022" -DVCPKG_TARGET_TRIPLET=x64-windows-static
cmake --build $BUILD_DIR --config Release

Note: An active internet connection is required in otder to dowload a standalone MingW compiler in order to compile the CGO module.

Layout