diff --git a/README.md b/README.md index e065515..2b641b8 100644 --- a/README.md +++ b/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