EddyClover009

📧 outlookEmail - Manage Your Outlook Emails Easily

Download OutlookEmail

📋 Overview

outlookEmail is a complete tool for managing your Outlook emails. It provides an intuitive web interface to help you read your emails and organize your accounts efficiently.

✨ Features

Email Retrieval Methods

This tool supports three methods to access your Outlook emails:

  1. Legacy IMAP Method - Connects to the outlook.office365.com server.
  2. Modern IMAP Method - Connects to the outlook.live.com server.
  3. Graph API Method - Utilizes the Microsoft Graph API for enhanced functionality.

Web Application Features

Interface Layout

The web application uses a four-column layout:

  1. Group Panel - Displays all your email groups for quick switching.
  2. Account Panel - Shows the list of email accounts under the selected group.
  3. Email List - Lists all emails in the inbox of the selected account.
  4. Email Details - Displays the complete content of a selected email.

📋 System Requirements

🚀 Getting Started

1. Download the Application

Visit this page to download the latest version of outlookEmail: Download OutlookEmail

2. Install Dependencies

Open your command line interface and enter:

pip install -r requirements.txt

3. Run the Web Application

Use the following command to start the web application:

python web_outlook_app.py

Once running, open your web browser and go to: http://127.0.0.1:5001

The default login password is admin123. You can change this in the settings of the web interface.

4. Run the Command Line Test Tool

If you want to test email retrieval via command line, run:

python outlook_mail_reader.py

This command allows you to read emails directly through the command line interface.

🛠️ Troubleshooting

If you face issues with installation or running the application, consider these tips:

👨‍💻 Contributing

We welcome contributions from all users. If you want to help improve the application, please feel free to submit your feedback or suggestions.

📧 Contact

For support or inquiries, you can contact the maintainer through the GitHub repository or check the Issues tab for any ongoing discussions.

📥 Download & Install

Ensure to download the latest version of outlookEmail here: Download OutlookEmail

Now you are ready to manage your Outlook emails with ease. Enjoy using outlookEmail!