나는 HigLabo을 사용하여 전자 메일 클라이언트를 만듭니다. 또한 HTTP 프록시를 사용해야합니다. 그러나 인증은 매번 실패합니다. 여기 .net pop3 over http proxy 내 코드입니다 : using System;
using System.Collections.Generic;
using System.Linq;
using System.Te
HigLabo 라이브러리를 사용하여 Gmail (imap) 또는 Hotmail (pop3)에서받은 편지함 메시지를 가져옵니다. 내 코드는 Gmail의 경우와 유사합니다. ImapClient client = new ImapClient(ServerName);
client.UserName = UserName;
client.Password = Password;