4 lines
61 B
Nim
4 lines
61 B
Nim
|
type
|
||
|
MailServer* = ref object
|
||
|
name*, endpoint*: string
|