Browse Source

doc

develop
François 3 years ago
parent
commit
e517d4c198
  1. 30
      README.md

30
README.md

@ -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

Loading…
Cancel
Save