This commit is contained in:
Digital Data - Marlon Schreiber
2019-04-11 18:06:30 +02:00
6 changed files with 194 additions and 74 deletions

View File

@@ -127,7 +127,9 @@ Public Class clsWorker
Case "POP"
pollresult = _email.POP3_COLLECT()
Case "IMAP"
pollresult = _emailIMAP.IMAP_COLLECT()
'pollresult = _emailIMAP.IMAP_COLLECT()
' 09.04.19: Use S22.Imap instead of IndependentSoft ImapClient
pollresult = _emailIMAP.FetchIMAPMessages(MAIL_SERVER, MAIL_PORT, MAIL_USER, MAIL_USER_PW, "Inbox")
End Select
End If