Method | Description | |
---|---|---|
AssertMessageCount ( string accountName, string accountPassword, string folderName, int expectedCount ) : void | ||
AssertPendingDataExists ( ) : bool |
Waits for data a total of 8 seconds.
|
|
CheckFolder ( string sFolder ) : bool | ||
Close ( ) : bool | ||
Connect ( ) : string | ||
ConnectAndLogon ( string username, string password ) : bool | ||
ConnectAndLogon ( string sUsername, string sPassword, string &errorMessage ) : bool | ||
Copy ( int messageIndex, string destinationFolder ) : bool | ||
CreateFolder ( string sFolder ) : bool | ||
DeleteACL ( string sFolder, string identifier ) : bool | ||
DeleteFolder ( string sFolder ) : bool | ||
Disconnect ( ) : void | ||
EndIdle ( bool force, string &output ) : bool | ||
ExamineFolder ( string sFolder ) : string | ||
Expunge ( ) : bool | ||
Expunge ( string &result ) : bool | ||
Fetch ( string sParameters ) : string | ||
GetACL ( string sFolder ) : string | ||
GetCapabilities ( ) : string | ||
GetFlags ( int messageIndex ) : string | ||
GetMessageCount ( string sFolder ) : int | ||
GetMyRights ( string sFolder ) : string | ||
GetPendingDataExists ( ) : bool | ||
GetQuota ( string folderName ) : string | ||
GetWelcomeMessage ( ) : string | ||
IMAPSimulator ( ) : System | ||
IMAPSimulator ( bool useSSL, int port ) : System | ||
IMAPSimulator ( string username, string password, string mailbox ) : System | ||
LSUB ( ) : string | ||
LSUB ( string wildcard ) : string | ||
LSUB ( string reference, string wildcard ) : string | ||
List ( ) : string | ||
List ( string wildcard ) : string | ||
List ( string wildcard, bool unescapeResponse ) : string | ||
List ( string reference, string wildcard, bool unescapeResponse ) : string | ||
ListRights ( string sFolder, string identifier ) : string | ||
Logon ( string sUsername, string sPassword ) : bool | ||
Logon ( string sUsername, string sPassword, string &errorMessage ) : bool | ||
LogonWithLiteral ( string sUsername, string sPassword ) : void | ||
Logout ( ) : bool | ||
NOOP ( ) : string | ||
Receive ( ) : string | ||
ReceiveUntil ( string characters ) : string | ||
RenameFolder ( string from, string to ) : bool | ||
RenameFolder ( string from, string to, string &result ) : bool | ||
Search ( string sSearchString ) : string | ||
SelectFolder ( string sFolder ) : bool | ||
SelectFolder ( string folderName, string &text ) : bool | ||
SelectFolderWithoutLiteral ( string sFolder ) : bool | ||
Send ( string s ) : string | ||
SendRaw ( string s ) : void | ||
SendSingleCommand ( string command ) : string | ||
SendSingleCommandWithLiteral ( string command, string literalData ) : string | ||
SetACL ( string sFolder, string identifier, string access ) : bool | ||
SetDeletedFlag ( int messageIndex ) : bool | ||
SetFlagOnFirstMessage ( bool bSet, string sFlag ) : void | ||
SetFlagOnMessage ( int index, bool bSet, string sFlag ) : bool | ||
SetSeenFlag ( int messageIndex ) : bool | ||
Sort ( string sSearchString ) : string | ||
StartIdle ( ) : bool | ||
Status ( string folderName, string dataItem ) : string | ||
Subscribe ( string sFolder ) : bool | ||
TestConnect ( int iPort ) : bool | ||
Unsubscribe ( string sFolder ) : bool |
Method | Description | |
---|---|---|
AssertFolderExists ( string folderName ) : void |
public static AssertMessageCount ( string accountName, string accountPassword, string folderName, int expectedCount ) : void | ||
accountName | string | |
accountPassword | string | |
folderName | string | |
expectedCount | int | |
return | void |
public ConnectAndLogon ( string username, string password ) : bool | ||
username | string | |
password | string | |
return | bool |
public ConnectAndLogon ( string sUsername, string sPassword, string &errorMessage ) : bool | ||
sUsername | string | |
sPassword | string | |
errorMessage | string | |
return | bool |
public Copy ( int messageIndex, string destinationFolder ) : bool | ||
messageIndex | int | |
destinationFolder | string | |
return | bool |
public CreateFolder ( string sFolder ) : bool | ||
sFolder | string | |
return | bool |
public DeleteACL ( string sFolder, string identifier ) : bool | ||
sFolder | string | |
identifier | string | |
return | bool |
public DeleteFolder ( string sFolder ) : bool | ||
sFolder | string | |
return | bool |
public EndIdle ( bool force, string &output ) : bool | ||
force | bool | |
output | string | |
return | bool |
public ExamineFolder ( string sFolder ) : string | ||
sFolder | string | |
return | string |
public GetFlags ( int messageIndex ) : string | ||
messageIndex | int | |
return | string |
public GetMessageCount ( string sFolder ) : int | ||
sFolder | string | |
return | int |
public GetMyRights ( string sFolder ) : string | ||
sFolder | string | |
return | string |
public GetQuota ( string folderName ) : string | ||
folderName | string | |
return | string |
public IMAPSimulator ( bool useSSL, int port ) : System | ||
useSSL | bool | |
port | int | |
return | System |
public IMAPSimulator ( string username, string password, string mailbox ) : System | ||
username | string | |
password | string | |
mailbox | string | |
return | System |
public LSUB ( string reference, string wildcard ) : string | ||
reference | string | |
wildcard | string | |
return | string |
public List ( string wildcard, bool unescapeResponse ) : string | ||
wildcard | string | |
unescapeResponse | bool | |
return | string |
public List ( string reference, string wildcard, bool unescapeResponse ) : string | ||
reference | string | |
wildcard | string | |
unescapeResponse | bool | |
return | string |
public ListRights ( string sFolder, string identifier ) : string | ||
sFolder | string | |
identifier | string | |
return | string |
public Logon ( string sUsername, string sPassword ) : bool | ||
sUsername | string | |
sPassword | string | |
return | bool |
public Logon ( string sUsername, string sPassword, string &errorMessage ) : bool | ||
sUsername | string | |
sPassword | string | |
errorMessage | string | |
return | bool |
public LogonWithLiteral ( string sUsername, string sPassword ) : void | ||
sUsername | string | |
sPassword | string | |
return | void |
public ReceiveUntil ( string characters ) : string | ||
characters | string | |
return | string |
public RenameFolder ( string from, string to ) : bool | ||
from | string | |
to | string | |
return | bool |
public RenameFolder ( string from, string to, string &result ) : bool | ||
from | string | |
to | string | |
result | string | |
return | bool |
public Search ( string sSearchString ) : string | ||
sSearchString | string | |
return | string |
public SelectFolder ( string sFolder ) : bool | ||
sFolder | string | |
return | bool |
public SelectFolder ( string folderName, string &text ) : bool | ||
folderName | string | |
text | string | |
return | bool |
public SelectFolderWithoutLiteral ( string sFolder ) : bool | ||
sFolder | string | |
return | bool |
public SendSingleCommand ( string command ) : string | ||
command | string | |
return | string |
public SendSingleCommandWithLiteral ( string command, string literalData ) : string | ||
command | string | |
literalData | string | |
return | string |
public SetACL ( string sFolder, string identifier, string access ) : bool | ||
sFolder | string | |
identifier | string | |
access | string | |
return | bool |
public SetDeletedFlag ( int messageIndex ) : bool | ||
messageIndex | int | |
return | bool |
public SetFlagOnFirstMessage ( bool bSet, string sFlag ) : void | ||
bSet | bool | |
sFlag | string | |
return | void |
public SetFlagOnMessage ( int index, bool bSet, string sFlag ) : bool | ||
index | int | |
bSet | bool | |
sFlag | string | |
return | bool |
public SetSeenFlag ( int messageIndex ) : bool | ||
messageIndex | int | |
return | bool |
public Sort ( string sSearchString ) : string | ||
sSearchString | string | |
return | string |
public Status ( string folderName, string dataItem ) : string | ||
folderName | string | |
dataItem | string | |
return | string |