doc
This commit is contained in:
parent
eb4076a07a
commit
e517d4c198
30
README.md
30
README.md
@ -1,5 +1,35 @@
|
|||||||
# Dépollueur de courriel
|
# 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
|
## Compilation
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user