Dépollution des courriel par substitution des pièces jointes par un lien temporaire;
Go to file
2022-02-11 01:01:24 +01:00
src fix links 2022-02-11 01:01:24 +01:00
LICENCE C++ src 2021-05-06 09:58:16 +02:00
Makefile typo 2021-05-15 17:49:15 +02:00
README.md update 2021-05-15 18:38:36 +02:00

Dépollueur de courriel

Contenu

depollueur/
├── LICENCE
├── README.md
└── src
    ├── bash
    │   └── filter.sh
    ├── cpp
    │   ├── Attachment.cpp
    │   ├── eMailShrinker.cpp
    │   ├── EmbeddedData.cpp
    │   ├── jirafeauAPI.cpp
    │   ├── kazDebug.cpp
    │   ├── kazMisc.cpp
    │   ├── MainAttachment.cpp
    │   └── SizeArg.cpp
    ├── include
    │   ├── Attachment.hpp
    │   ├── EmbeddedData.hpp
    │   ├── kazDebug.hpp
    │   ├── kazMisc.hpp
    │   ├── MainAttachment.hpp
    │   └── SizeArg.hpp
    └── Jirafeau
        ├── f.php
        └── t.php

Compilation

sudo apt-get install --fix-missing build-essential make g++ libboost-program-options-dev libboost-system-dev libboost-filesystem-dev libcurl4-gnutls-dev libssl-dev

git clone https://git.kaz.bzh/KAZ/depollueur.git
# or for contributors :
# git clone git+ssh://git@git.kaz.bzh:2202/KAZ/depollueur.git

make -j $(nproc)