MimeMail
This web service provides various methods to manipulate POP3 email accounts. The methods which begin with 'Default' all make calls to their companion non-default methods with preset values of '110' and 'false' for 'port' and 'useSSL' respectively. Results are always returned as an XML document. There will always be a 'status' node indicating success or failure. The remaining content of the XML document will depend on the status and the method called.
The following operations are supported. For a formal definition, please review the Service Description.
-
CountEmail
Count messages in inbox. -
DefaultCountEmail
Count messages in inbox (with default port and no SSL). -
DefaultDeleteEmail
Delete the specified email from the inbox (using default values for port and useSSL). Note: This method requires the Unique email id returned from GetHeaders (or DefaultGetHeaders) in order to ensure the correct email is deleted. -
DefaultGetAttachment
Get the specified attachment to the specified email (with default port and no SSL). -
DefaultGetEmail
Get the body of the specified email (with default port and no SSL). -
DefaultGetHeaders
Get a list of all the email headers and pertinent data about each (with default port and no SSL). -
DeleteEmail
Delete the specified email from the inbox. Note: This method requires the Unique email id returned from GetHeaders (or DefaultGetHeaders) in order to ensure the correct email is deleted. -
GetAttachment
Get the specified attachment to the specified email. Note: This method requires the Unique email id returned from GetHeaders (or DefaultGetHeaders) in order to ensure the correct email is selected. -
GetEmail
Get the body of the specified email. Note: This method requires the Unique email id returned from GetHeaders (or DefaultGetHeaders) in order to ensure the correct email is returned. -
GetHeaders
Get a list of all the email headers and pertinent data about each.