nim-lang / smtp

SMTP client implementation, adapted from the Nim standard library
MIT License
10 stars 5 forks source link

Implement dual-stack IPv4/IPv6 #7

Closed mildred closed 1 year ago

mildred commented 1 year ago

Use dial to create the socket, which will automatically create either an IPv4 or IPv6 socket based on the address resolution.

Implements #6