Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

DanArmor/DTMail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

33 Commits

Repository files navigation

DTMail

Compiled version

DTMail (Dev&Test Mail) - Mail Server (SMTP/POP3) for developers of mail clients for local testing and developing purposes. Created with WinAPI - so you can run it only on Windows x64.

You're beginner developer, who decided to practice by creating mail POP3/SMTP client or just doing that as fun task? That little server will help you to test your client locally.

There is simple GUI: it shows logs for active and dead sessions.

1.jpg

2.jpg

4.jpg

If you don't like prefixes SERVER and CLIENT you can disable it with -NO-PREF flag:

3.jpg

Also it has TUI:

5.jpg

You can run just TUI with -NO-GUI flag:

6.jpg

If you started with no GUI - you can stop server with Ctrl-c.

SMTP supported commands:

  • EHLO
  • MAIL FROM
  • RCPT TO
  • DATA
  • QUIT
  • AUTH LOGIN (base64)

POP3 supported commands:

  • USER
  • PASS
  • STAT
  • LIST
  • QUIT
  • RETR
  • DELE

To server user list you need to run husers.exe and restart server.

7.jpg

8.jpg

To compile server you need iup(https://www.tecgraf.puc-rio.br/iup/) for GUI. Put headers in Graphics dir and lib files in lib

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /