# mail_tools **Repository Path**: mirrors_linagora/mail_tools ## Basic Information - **Project Name**: mail_tools - **Description**: [ARCHIVED] Tools to extract mails from Outlook - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README !! This repository is archived !! Relationship between generated files ------------------------------------ * Each appointment in the calendar generates a file named: .csv.item. * For each item generated, a file with all the item recipients is linked: .csv.itemrecipients. * If the event is a recurring one, the event is linked with its recurrences through the .csv.recurrence.. file. * Each recurrence may have exceptions. In this case, a .csv.exception... file is generated. * If the exception is a move, the moved occurence is written in .csv.appointement... file. Finally, the file hierarchy is: .csv.itemrecipients. .csv.item. | |___ .csv.recurrence.. | |__ .csv.exception... | |__ .csv.appointement...