This commit is contained in:
François 2021-05-07 09:34:13 +02:00
parent eb4076a07a
commit e517d4c198

View File

@ -1,5 +1,35 @@
# 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
```bash