Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurspa authored Sep 24, 2016
1 parent cb09be6 commit f69103d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 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;
- 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;
- Click 'Delete Selected', then click 'Yes' to the prompt message.

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

0 comments on commit f69103d

Please sign in to comment.