Skip to content

kvanderbok/MailkitMemIssue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MailkitMemIssue

Simple app to reproduce Mailkit Mem Issue

To build the docker image run the following command in the consoleapp/MailKitConsoleApp folder

docker build -t consoleapp:latest .

To run the container run

docker run -it --env-file env.list consoleapp:latest

The env.list file specifies appsettings. The file's content should be

AppSettings__Smtp__SecureSocketOptions=None AppSettings__Smtp__Host= AppSettings__Smtp__Port= AppSettings__Smtp__UserName= AppSettings__Smtp__Password=

The env.list file contains sensitive information and should not be added to the repository

Running the container like this in interactive mode gives you a bash commandline. From here you can run the application using ./MailkitconsoleApp

The container has gnu screen installed to run the app in one screen and analyze it in another.

About

Simple app to reproduce Mailkit Mem Issue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages