Skip to content

gylfirst/EmailViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

EmailViewer

EmailViewer is a Python application that provides a user-friendly interface for viewing email backups stored in local folders.

The application is little bit laggy when you are loading big folders, but everything is working in background.

Features

  • Allow the user to load a folder where emails are stored (to see backups).
  • Save the configuration to a file to reopen last used email folder.
  • Logs errors for easy debugging.

Requirements

  • Python 3.12 or higher
  • Email backup folder (you can use this tool)

Installation

Clone the repository:

git clone https://github.com/gylfirst/EmailViewer.git
cd EmailViewer

Usage

Python

Run the application:

python -m app

Configuration

  • Files:
    • config/email_viewer.json: This is the config file, where the last opened folder is stored, as the window location.
    • logs/app.log: Log file for the application.

Logging

The application uses a rotating file handler to manage logs. Logs are stored in logs/app.log with a maximum size of 5 MB per file and up to 3 backup files.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Author

Gylfirst

About

Email viewer for local backup (.eml files)

Topics

Resources

License

Stars

Watchers

Forks

Languages