Method | Description | |
---|---|---|
Connect ( string server, string userName, string password ) : void | ||
Connect ( string server, string userName, string password, bool useSsl ) : void | ||
Connect ( string server, string userName, string password, bool useSsl, bool checkCertificate ) : void | ||
Connect ( string server, string userName, string password, int port, bool useSsl ) : void | ||
Connect ( string server, string userName, string password, int port, bool useSsl, bool checkCertificate ) : void | ||
ConnectAsync ( string server, string userName, string password ) : System.Threading.Tasks.Task | ||
ConnectAsync ( string server, string userName, string password, bool useSsl ) : System.Threading.Tasks.Task | ||
ConnectAsync ( string server, string userName, string password, int port, bool useSsl ) : System.Threading.Tasks.Task | ||
Delete ( |
||
DeleteAsync ( |
||
Disconnect ( ) : void | ||
DisconnectAsync ( ) : System.Threading.Tasks.Task | ||
Dispose ( ) : void | ||
InternalPop3Client ( ) : System | ||
List ( ) : IEnumerable |
||
ListAndRetrieve ( ) : IEnumerable |
||
ListAndRetrieveHeader ( ) : IEnumerable |
||
Pop3Client ( ) : System | ||
Retrieve ( IEnumerable |
||
Retrieve ( |
||
RetrieveAsync ( IEnumerable |
||
RetrieveAsync ( |
||
RetrieveHeader ( IEnumerable |
||
RetrieveHeader ( |
||
RetrieveHeaderAsync ( IEnumerable |
||
RetrieveHeaderAsync ( |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
ListAndRetrieveAsync ( ) : Task |
||
ListAndRetrieveHeaderAsync ( ) : Task |
||
ListAsync ( ) : Task |
||
Pop3Client ( INetworkOperations networkOperations ) : System | ||
SendCommand ( string command, |
||
SendCommand ( string command, string aditionalParameters = null, |
||
SendCommandAsync ( string command, |
||
SendCommandAsync ( string command, string aditionalParameters = null, |
public Connect ( string server, string userName, string password ) : void | ||
server | string | |
userName | string | |
password | string | |
return | void |
public Connect ( string server, string userName, string password, bool useSsl ) : void | ||
server | string | |
userName | string | |
password | string | |
useSsl | bool | |
return | void |
public Connect ( string server, string userName, string password, bool useSsl, bool checkCertificate ) : void | ||
server | string | |
userName | string | |
password | string | |
useSsl | bool | |
checkCertificate | bool | |
return | void |
public Connect ( string server, string userName, string password, int port, bool useSsl ) : void | ||
server | string | |
userName | string | |
password | string | |
port | int | |
useSsl | bool | |
return | void |
public Connect ( string server, string userName, string password, int port, bool useSsl, bool checkCertificate ) : void | ||
server | string | |
userName | string | |
password | string | |
port | int | |
useSsl | bool | |
checkCertificate | bool | |
return | void |
public ConnectAsync ( string server, string userName, string password ) : System.Threading.Tasks.Task | ||
server | string | |
userName | string | |
password | string | |
return | System.Threading.Tasks.Task |
public ConnectAsync ( string server, string userName, string password, bool useSsl ) : System.Threading.Tasks.Task | ||
server | string | |
userName | string | |
password | string | |
useSsl | bool | |
return | System.Threading.Tasks.Task |
public ConnectAsync ( string server, string userName, string password, int port, bool useSsl ) : System.Threading.Tasks.Task | ||
server | string | |
userName | string | |
password | string | |
port | int | |
useSsl | bool | |
return | System.Threading.Tasks.Task |
public DeleteAsync ( |
||
message | ||
return | System.Threading.Tasks.Task |
public DisconnectAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public ListAndRetrieveHeader ( ) : IEnumerable |
||
return | IEnumerable |
public Retrieve ( IEnumerable |
||
messages | IEnumerable |
|
return | void |
public Retrieve ( |
||
message | ||
return | void |
public RetrieveAsync ( IEnumerable |
||
messages | IEnumerable |
|
return | System.Threading.Tasks.Task |
public RetrieveAsync ( |
||
message | ||
return | System.Threading.Tasks.Task |
public RetrieveHeader ( IEnumerable |
||
messages | IEnumerable |
|
return | void |
public RetrieveHeader ( |
||
message | ||
return | void |
public RetrieveHeaderAsync ( IEnumerable |
||
messages | IEnumerable |
|
return | System.Threading.Tasks.Task |
public RetrieveHeaderAsync ( |
||
message | ||
return | System.Threading.Tasks.Task |