add comment
This commit is contained in:
parent
e368d26fc1
commit
236b23470d
1 changed files with 4 additions and 0 deletions
|
|
@ -13,6 +13,10 @@ import (
|
|||
"gitlab.com/etke.cc/postmoogle/utils"
|
||||
)
|
||||
|
||||
// msasession represents an SMTP-submission session.
|
||||
// This can be used in 2 directions:
|
||||
// - receiving emails from remote servers, in which case: `incoming = true`
|
||||
// - sending emails from local users, in which case: `incoming = false`
|
||||
type msasession struct {
|
||||
log *logger.Logger
|
||||
bot Bot
|
||||
|
|
|
|||
Loading…
Reference in a new issue