Dépollution des courriel par substitution des pièces jointes par un lien temporaire;
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
François aa5ae1824d log 2 years ago
src log 2 years ago
LICENCE C++ src 3 years ago
Makefile log 2 years ago
README.md update 3 years ago

README.md

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)