SMTP2

command module
v0.0.0-...-e6c6cbb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 14, 2022 License: GPL-3.0 Imports: 10 Imported by: 0

README

SMTP2

play_store_512

A Go implementation for SMTP2 protocol

Received messages & sent messages

Sent Messages represent messages that were created on this server (host) and later sent to a recipient (client) server.

Received messages represent all messages that were sent from different server (host) and then arrived to this (client) server.

Run it

How to run it (aka development phase):

Server 1: go run . --host 127.0.0.1 --port 8080 --debug

Server 2: go run . --host 127.0.0.1 --port 8081 --dbconfig smtp2-1.db --debug

Special thanks

Thanks to following people for direct contribution:

Thanks to following people for direct support (contributing to issues and resolving many problems I encountered during this protocol journey):

Thanks to following people/organizations for indirect contribution (libraries):

Thanks to following organizations and companies for their tools (indirect contribution):

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL