|
|
3 years ago | |
|---|---|---|
| .vscode | 3 years ago | |
| MailFromWho | 3 years ago | |
| .gitignore | 3 years ago | |
| MailTool.sln | 3 years ago | |
| README.md | 3 years ago |
Tool to retrieve all e-mail addresses from a configured user. The e-mail addresses will be written in a CSV-file, ordered by the domains of the senders.
In the project you'll find the file appsetttings.json, in which you have to configure
The tool will prompt for the password. For security reasons, the password can't be stored in the configuration.
This project use .NET core 6. It can be build easily on Windows with Visual Studio 2022 Community edition https://visualstudio.microsoft.com/vs/community/
For other systems consult https://dotnet.microsoft.com/en-us/download/dotnet/6.0 to download the SDK.
Building from the command line can be done from within the project folder.
dotnet build