You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved performance by manually handling mail server communication i… …nstead of using smtp.SendMail() and thus opening a new connection for each mail
Fixed a bug where all 1000 last notices where recognized as 'new'. Th… …is was caused by ApiEndpoint.getNotices() returning time.Time{} and a nil error in some cases.