Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.04 KB

README.md

File metadata and controls

20 lines (16 loc) · 1.04 KB

DeleteEmailMessages

DeleteEmailMessages - A C# WPF windows application to bulk delete email messages through IMAP protocol using https://github.com/jstedfast/MailKit lib.

How to Build

Open the project with Visual Studio 2015+ and build the solution.

Usage

  • Open 'Configuration' tab and set Host, Port, Username and Password options; Configuration
  • Select a date to filter messages in all email folders that are older than it;
  • Click 'Filter' button;
  • Select checkboxes of folders you want to delete; Folders Selection
  • Click 'Delete Selected', then click 'Yes' button into the prompt message. Confirm Deletition

Note

Open 'Logs' tab to check logs of the program. They're in-memory logs. Once you close the application they're not persisted (yet).

Logs