Metadata-Version: 2.1
Name: extractimail
Version: 1.0.2
Summary: A tool to automatically recollect emails and save attachments.
Author: Federico Toscano
Author-email: federico.toscano@axpo.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pywin32
Requires-Dist: PyPDF2
Requires-Dist: pandas

# Email Recollection Tool

## Description

Email Recollection Tool is a Python-based utility designed to automatically collect emails from a specified Outlook folder, save attachments with supported extensions, and process them accordingly. It offers an easy installation method and a simple configuration interface for users to set their parameters.

## Features

- **Outlook Integration**: Connects to Outlook and accesses a specified folder.
- **Email Filtering**: Retrieves emails based on a user-defined date range.
- **Attachment Management**: Saves attachments with supported file extensions (.pdf, .xlsx, .csv).
- **File Processing**: Processes PDF, Excel, and CSV files.
- **User-Friendly Configuration**: Simple graphical interface to set and update configurations.
- **Scheduling**: Allows users to schedule the tool to run automatically at a specified day and time.
- **Easy Installation**: Installable via a single command using `pip`.

## Installation

Ensure you have Python 3.6 or higher installed on your machine.

1. **Open Command Prompt**.

2. **Install the Tool**:

   ```cmd
   pip install extractimail
