From 06cb346d100c3cb877335745566d0dab09afeb8e Mon Sep 17 00:00:00 2001 From: Developer01 Date: Mon, 29 Dec 2025 14:06:21 +0100 Subject: [PATCH] =?UTF-8?q?*=20=E2=80=9ELinie=2086:=20The=20return=20type?= =?UTF-8?q?=20'Imap'=20was=20missing=20its=20namespace,=20which=20is=20req?= =?UTF-8?q?uired=20for=20the=20compiler=20to=20recognize=20the=20type.=20A?= =?UTF-8?q?dded=20the=20full=20namespace=20'Limilabs.Client.IMAP.Imap'=20t?= =?UTF-8?q?o=20resolve=20the=20BC30182=20error.=E2=80=9C=20in=20Datei=20?= =?UTF-8?q?=E2=80=9EMessaging\Email2.vb=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Messaging/Email2.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Messaging/Email2.vb b/Messaging/Email2.vb index cda36098..ad0773f7 100644 --- a/Messaging/Email2.vb +++ b/Messaging/Email2.vb @@ -83,7 +83,7 @@ Public Class Email2 End Try End Function - Public Function New_IMAPConnection(pServer As String, pUsername As String, pPassword As String, pSecurity As EmailSecurity, Optional pPort As Integer = 0) As Imap + Public Function New_IMAPConnection(pServer As String, pUsername As String, pPassword As String, pSecurity As EmailSecurity, Optional pPort As Integer = 0) As Limilabs.Client.IMAP.Imap Try Logger.Info("Connecting to IMAP server [{0}:{1}] with user [{2}]", pServer, pPort, pUsername)