hjk
This commit is contained in:
parent
0dd34f939e
commit
31edfd50d0
@ -52,8 +52,7 @@ messageInfoLogic) : base(logger, messageInfoLogic) { }
|
||||
{
|
||||
try
|
||||
{
|
||||
client.Connect(_popHost, _popPort,
|
||||
SecureSocketOptions.SslOnConnect);
|
||||
client.Connect(_popHost, _popPort, SecureSocketOptions.SslOnConnect);
|
||||
client.Authenticate(_mailLogin, _mailPassword);
|
||||
for (int i = 0; i < client.Count; i++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user