-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |