GODT-1566: gui shows error notifications for IMAP/SMTP port errors on startup.

This commit is contained in:
Xavier Michelon
2022-09-27 08:28:33 +02:00
parent 86443252b1
commit d1cbf4f06c
3 changed files with 54 additions and 2 deletions

View File

@ -50,6 +50,8 @@ type Service struct { // nolint:structcheck
listener net.Listener
eventStreamCh chan *StreamEvent
eventStreamDoneCh chan struct{}
eventQueue []*StreamEvent
eventQueueMutex sync.Mutex
panicHandler types.PanicHandler
eventListener listener.Listener