jstedfast / MailKit

A cross-platform .NET library for IMAP, POP3, and SMTP.
http://www.mimekit.net
MIT License
6.04k stars 809 forks source link

Use TimeSpan.FromMinute instead of TimeSpan constructor increasing readability #1722

Closed rklec closed 4 months ago

rklec commented 4 months ago

IMHO this is way easier to read.