GMailimap Module

Properties   Methods   Events   Configuration Settings   Errors  

The GMailimap component provides an easy to use interface to Gmail.

Syntax

nsoftware.CloudMail.Gmailimap

Remarks

GMailimap provides a simple way to access and manage mail in Gmail.

The class connects to the Gmail server using IMAP and also supports Gmail specific IMAP extensions such as thread ids and labels.

To begin you may authenticate either by specifying User and Password, or by providing an OAuth authorization string in Authorization and setting AuthMechanism to amSASLXOAuth2. Call the Connect method to connect.

After connecting set the Mailbox property and call SelectMailbox to select a mailbox to examine. To retrieve information about the messages in the mailbox set MessageSet and call FetchMessageInfo. To download a message call FetchMessageText.

Many other operations are supported by the class including managing flags, moving and copying messages, working with Gmail labels, and more. Review the methods listed in this help file for more information on supported operations.

Property List


The following is the full list of the properties of the module with short descriptions. Click on the links for further details.

AuthMechanismThe authentication mechanism to be used when connecting to the mail server.
AuthorizationOAuth 2.0 Authorization Token.
AutoDecodePartsDetermines whether to automatically decode message parts.
CommandCan be used to send additional commands directly to the server.
ConnectedShows whether the component is connected.
EndByteThe byte index of the position where the transfer should end.
FirewallA set of properties related to firewall access.
LastReplyThe last reply from the server.
LocalFileThe path to a local file for downloading the message body. If the file exists, it is overwritten (optional).
LocalHostThe name of the local host or user-assigned IP interface through which connections are initiated or accepted.
MailboxName of the mailbox selected on the server.
MailboxFlagsDefines flags in the selected mailbox.
MailboxListCollection of mailboxes listed by the server.
MailPortThe port of the IMAP server (default is 143).
MailServerThe name or address of the mail server (IMAP server).
MessageProvides the raw message content.
MessageContentEncodingThe ContentEncoding of the selected message.
MessageContentTypeThe ContentType of the message.
MessageCountThe total number of messages on the Mailbox .
MessageDateThe time the message was created.
MessageDeliveryTimeThe time the message was delivered to the mail server.
MessageFlagsContains the flags of the current message.
MessageFromThe address of the author of the message.
MessageGmailIdThe unique Gmail Id of the message.
MessageHeadersCollection of RFC822-encoded headers of the message.
MessageHeadersStringString version of RFC822-encoded headers of the message.
MessageIdThe message identifier of the current message.
MessageInfoCollection of messages retrieved by FetchMessageInfo .
MessageInReplyToThe unique message identifier of the message this one is in reply to.
MessageLabelsA space separated list of labels.
MessageNetIdThe globally unique identifier of the message.
MessagePartsCollection of message parts collected by FetchMessageInfo .
MessageRecipientsCollection of recipients for the current message.
MessageReplyToEmail address(s) where replies to the message should be sent.
MessageSenderThe address of the sender of the message.
MessageSetThe set of messages to operate on.
MessageSizeThe size of the selected message.
MessageSubjectThe subject of the message.
MessageTextThe body of the retrieved message.
MessageThreadIdThe thread Id of the current message.
OverwriteIndicates whether or not the component should overwrite files during transfer.
PasswordThe password used to authenticate to the MailServer .
PeekModeWhen set to True, the message Seen flag is not changed during reading.
RecentMessageCountNumber of new messages in the Mailbox .
SearchCriteriaCriteria used when searching.
SortCriteriaSorts criteria to use for message retrieval operations.
SSLAcceptServerCertEncodedThe certificate (PEM/base64 encoded).
SSLCertEncodedThe certificate (PEM/base64 encoded).
SSLCertStoreThe name of the certificate store for the client certificate.
SSLCertStorePasswordIf the certificate store is of a type that requires a password, this property is used to specify that password in order to open the certificate store.
SSLCertStoreTypeThe type of certificate store for this certificate.
SSLCertSubjectThe subject of the certificate used for client authentication.
SSLEnabledWhether TLS/SSL is enabled.
SSLServerCertEncodedThe certificate (PEM/base64 encoded).
SSLStartModeDetermines how the component starts the SSL negotiation.
StartByteThe byte index of the position where the transfer should start.
TimeoutA timeout for the component.
UIDModeIf true, permanent message identifiers are used instead of the default temporary identifiers.
UIDValidityThe UIDValidity parameter sent from the server in response to SelectMailbox command.
UserThe user name used to authenticate to the MailServer .

Method List


The following is the full list of the methods of the module with short descriptions. Click on the links for further details.

AddMessageFlagsAdds the specified flags to the messages specified by MessageSet .
AddMessageLabelsAdds the specified labels to the message specified by MessageSet.
AppendToMailboxAppends the message in MessageText to the mailbox specified by Mailbox .
CheckMailboxSends a 'CHECK' command to the server.
CloseMailboxRemoves all messages marked with 'Deleted' flag from the currently selected mailbox and unselect mailbox.
ConfigSets or retrieves a configuration setting.
ConnectConnects to an IMAP server.
CopyToMailboxCopies the messages specified by MessageSet to the mailbox specified by Mailbox .
CreateMailboxCreates a new mailbox specified by Mailbox .
DeleteFromMailboxMarks the messages specified by MessageSet as deleted.
DeleteMailboxDeletes a mailbox specified by Mailbox .
DeleteMailboxACLDeletes mailbox access control rights for a specific user.
DisconnectDisconnects from an IMAP server.
DoEventsProcesses events from the internal message queue.
ExamineMailboxSelects a Mailbox (Read-only mode).
ExpungeMailboxRemoves all messages marked with 'Deleted' flag from the currently selected mailbox.
FetchMessageHeadersRetrieves the message headers of messages specified by the MessageSet property.
FetchMessageInfoRetrieves information about messages specified by the MessageSet property.
FetchMessagePartRetrieves the message part specified by PartID.
FetchMessagePartHeadersRetrieves the headers of message part specified by PartID.
FetchMessageTextRetrieves the message text of messages specified by the MessageSet property.
GetMailboxACLRetrieves mailbox access control rights.
InterruptInterrupt the current method.
ListMailboxesLists all mailboxes matching all criteria in the Mailbox property.
ListSubscribedMailboxesLists all subscribed mailboxes matching all criteria in the Mailbox property.
LocalizeDateConverts a valid RFC 822 message date to local date and time.
MoveToMailboxMoves the messages specified by MessageSet to the mailbox specified by Mailbox .
NoopSends a 'NOOP' command to the server.
RenameMailboxChange the name of Mailbox to NewName .
ResetMessageFlagsReplaces the flags of the messages specified by MessageSet with the flags specified by MessageFlags .
ResetMessageLabelsReplaces the labels of the message specified by MessageSet with the labels specified by MessageLabels.
SearchMailboxSearch selected mailbox for specified text.
SelectMailboxSelect a Mailbox.
SetMailboxACLSets mailbox access control rights for a specific user.
SubscribeMailboxSubscribes to the mailbox specified by Mailbox .
UnsetMessageFlagsRemoves the flags specified by MessageFlags from the messages specified by MessageSet .
UnsetMessageLabelsRemoves the message labels specified by MessageLabels from the message specified by MessageSet.
UnsubscribeMailboxUnsubscribes from the mailbox specified by Mailbox .

Event List


The following is the full list of the events fired by the module with short descriptions. Click on the links for further details.

ConnectionStatusFired to indicate changes in connection state.
EndTransferFired when the message or the part data finishes transferring.
ErrorInformation about errors during data delivery.
HeaderFired every time a header line comes in.
MailboxACLFires for each set of access control rights returned by the server.
MailboxListFired for each mailbox received through the ListMailboxes and ListSubscribedMailboxes methods.
MessageInfoFired with information for the message(s) retrieved by the server.
MessagePartFired for each message part when FetchMessageInfo is called.
PITrailTraces the commands sent to the mail server, and the respective replies.
SSLServerAuthenticationFired after the server presents its certificate to the client.
SSLStatusShows the progress of the secure connection.
StartTransferFired when the message or the part data starts transferring.
TransferFired while the message gets transferred from the MailServer .

Configuration Settings


The following is a list of configuration settings for the module with short descriptions. Click on the links for further details.

IdleThe current status of the component.
AlwaysReturnUIDsInstructs the server to return UIDs even if not in UIDMode.
AppendToMailboxDateTimeSpecifies the date-time parameter used in the initial APPEND request.
AuthorizationIdentityThe value to use as the authorization identity when SASL authentication is used.
AutoDecodeSubjectInstructs the component to automatically decode message subjects.
AutoDecodeTextWhether to decode MessageText when AutoDecodeParts is True.
FetchAfterSearchDetermines if messages matching the SearchCriteria are fetched after calling SearchMailbox.
FetchTextAndHeadersSpecifies whether the message body and headers are fetched in a single request.
IncludeHeadersInstructs the component to include the headers in the LocalFile.
MaskSensitiveWhether sensitive properties should be masked when logging.
SendIDCommandInstructs component to send the ID command if the server advertises support for it.
UTF7MailboxNamesSpecifies whether or not to automatically encode and decode UTF-7 mailbox names.
ConnectionTimeoutSets a separate timeout value for establishing a connection.
FirewallAutoDetectTells the component whether or not to automatically detect and use firewall system settings, if available.
FirewallHostName or IP address of firewall (optional).
FirewallPasswordPassword to be used if authentication is to be used when connecting through the firewall.
FirewallPortThe TCP port for the FirewallHost;.
FirewallTypeDetermines the type of firewall to connect through.
FirewallUserA user name if authentication is to be used connecting through a firewall.
KeepAliveIntervalThe retry interval, in milliseconds, to be used when a TCP keep-alive packet is sent and no response is received.
KeepAliveTimeThe inactivity time in milliseconds before a TCP keep-alive packet is sent.
LingerWhen set to True, connections are terminated gracefully.
LingerTimeTime in seconds to have the connection linger.
LocalHostThe name of the local host through which connections are initiated or accepted.
LocalPortThe port in the local host where the component binds.
MaxLineLengthThe maximum amount of data to accumulate when no EOL is found.
MaxTransferRateThe transfer rate limit in bytes per second.
ProxyExceptionsListA semicolon separated list of hosts and IPs to bypass when using a proxy.
TCPKeepAliveDetermines whether or not the keep alive socket option is enabled.
TcpNoDelayWhether or not to delay when sending packets.
UseIPv6Whether to use IPv6.
LogSSLPacketsControls whether SSL packets are logged when using the internal security API.
OpenSSLCADirThe path to a directory containing CA certificates.
OpenSSLCAFileName of the file containing the list of CA's trusted by your application.
OpenSSLCipherListA string that controls the ciphers to be used by SSL.
OpenSSLPrngSeedDataThe data to seed the pseudo random number generator (PRNG).
ReuseSSLSessionDetermines if the SSL session is reused.
SSLCACertsA newline separated list of CA certificate to use during SSL client authentication.
SSLCheckCRLWhether to check the Certificate Revocation List for the server certificate.
SSLCipherStrengthThe minimum cipher strength used for bulk encryption.
SSLEnabledCipherSuitesThe cipher suite to be used in an SSL negotiation.
SSLEnabledProtocolsUsed to enable/disable the supported security protocols.
SSLEnableRenegotiationWhether the renegotiation_info SSL extension is supported.
SSLIncludeCertChainWhether the entire certificate chain is included in the SSLServerAuthentication event.
SSLProviderThe name of the security provider to use.
SSLSecurityFlagsFlags that control certificate verification.
TLS12SignatureAlgorithmsDefines the allowed TLS 1.2 signature algorithms when UseInternalSecurityAPI is True.
TLS12SupportedGroupsThe supported groups for ECC.
TLS13KeyShareGroupsThe groups for which to pregenerate key shares.
TLS13SignatureAlgorithmsThe allowed certificate signature algorithms.
TLS13SupportedGroupsThe supported groups for (EC)DHE key exchange.
AbsoluteTimeoutDetermines whether timeouts are inactivity timeouts or absolute timeouts.
FirewallDataUsed to send extra data to the firewall.
InBufferSizeThe size in bytes of the incoming queue of the socket.
OutBufferSizeThe size in bytes of the outgoing queue of the socket.

 
 
Copyright (c) 2021 /n software inc. - All rights reserved.
Cloud Mail 2020 macOS Edition - Version 20.0 [Build 7878]