Home
Name Modified Size InfoDownloads / Week
README.txt 2021-01-11 1.2 kB
COPYRIGHT.txt 2021-01-11 1.2 kB
Plan de tests.pdf 2021-01-11 66.0 kB
Totals: 3 Items   68.5 kB 0
### README - Mail Format Parser - Andromeda

Description : Mail parser with several functions in order to exploit mail files.

//mail =
// "Message-ID" hsep message-id-line
// "Date" hsep date-line
// "From" hsep mail-line
// "To" hsep mail-line
// "Subject" hsep line
// "Mime-Version" hsep line
// "Content-Type" hsep line
// "Content-Transfer-Encoding" hsep line
// "X-From" hsep line
// "X-To" hsep line
// "X-cc" hsep text *("," text) crlf
// "X-bcc" hsep text *("," text) crlf
// "X-Folder" hsep line
// "X-Origin" hsep line
// "X-FileName" hsep line
// *line

### Installation

$ npm install

### Utilization :

$ node caporalCli.js <command> dirToParse [-options]

<command> : check, search, contact, mails-number, buzzy, top-interlocutors, top-subject, dots-cloud

-h or --help 	:	 display the program help
-t or --showTokenize :	 display the tokenization result
-s or --showSymbols :	 display each step of the analysis

Optional parameters have to be after the mandatory file parameter.

### Contributors list
Gabriel Duciel
Nao Nicolas
Evann Bonnaventure
Clément Le Galeze
Matthieu Soliman
Maxence Barbançon
Maxime Huyghe
Ronan Gasselin
Joris Falip


Source: README.txt, updated 2021-01-11