MailMan Tcl Reference Documentation

MailMan

Current Version: 11.5.0

Chilkat.MailMan

Send, receive, secure, and troubleshoot email with SMTP and POP3.

Chilkat.MailMan is a full-featured email client class for applications that need SMTP sending and POP3 receiving. It supports secure authentication, MIME rendering, attachments, S/MIME signing and encryption, OAuth2, TLS/STARTTLS, proxy and SSH tunnel routing, POP3 download and delete workflows, delivery status notifications, and detailed diagnostics for troubleshooting mail server communication.

SMTP sending

Send email messages, MIME content, bundles of messages, and signed or encrypted S/MIME mail through SMTP servers.

POP3 receiving

Connect to POP3 mailboxes, list messages, download email, retrieve headers, and control when messages are deleted from the server.

Secure authentication

Use passwords, OAuth2 access tokens, TLS, STARTTLS, client certificates, and secret-backed credentials where appropriate.

MIME and attachments

Render, send, retrieve, and process MIME messages, including HTML bodies, alternative bodies, embedded images, and file attachments.

S/MIME support

Work with certificates and private keys to sign, verify, encrypt, and decrypt email messages.

Diagnostics and routing

Troubleshoot SMTP and POP3 sessions with detailed logs, status codes, server responses, proxy settings, and SSH tunnel support.

Common pattern: Configure the SMTP or POP3 server settings, choose the security and authentication method, send or retrieve messages, then inspect server status, response text, and LastErrorText when troubleshooting provider- specific behavior.

Object Creation

# 'this' is not a keyword in Tcl. It can freely be used as a variable name.
set this [new CkMailMan]

Properties

AbortCurrent
boolean 1/0
set boolVal [CkMailMan_get_AbortCurrent $this]
CkMailMan_put_AbortCurrent $this $boolVal
Introduced in version 9.5.0.58

Set this property to 1 to request that the currently running operation be aborted.

This applies to methods that may take time to complete, such as methods that perform network communication or lengthy file operations. Methods that always complete quickly are generally not affected.

If no method is currently running, the property is automatically reset to 0 when the next method call begins. When an abort actually occurs, Chilkat resets this property to 0.

Both synchronous and asynchronous method calls can be aborted. A synchronous method can be aborted by setting this property from another thread.

top
AllOrNone
boolean 1/0
set boolVal [CkMailMan_get_AllOrNone $this]
CkMailMan_put_AllOrNone $this $boolVal

Determines whether an email should be sent when one or more recipients are rejected by the SMTP server.

The default value is 0, which means Chilkat continues sending even if some recipients are rejected.

When set to 1, the email is not sent to any recipients if the SMTP server rejects any recipient address.

Important: This property only works when SMTP pipelining is disabled. Because SmtpPipelining is 1 by default, set SmtpPipelining = 0 when all-or-none behavior is required.

Note: SMTP servers do not always verify recipient addresses. Even when they do, the server can usually verify only addresses within domains it controls.

More Information and Examples
top
AutoFix
boolean 1/0
set boolVal [CkMailMan_get_AutoFix $this]
CkMailMan_put_AutoFix $this $boolVal

Controls whether Chilkat automatically selects the SMTP and POP3 TLS mode from a standard port number when a connection is prepared.

  • SMTP port 465: implicit TLS (SmtpSsl = 1).
  • SMTP port 587: explicit TLS using STARTTLS.
  • SMTP port 25: no TLS is implied.
  • POP3 port 995: implicit TLS (PopSsl = 1).
  • POP3 port 110: no TLS is implied.

The default value is 1. For these standard ports, Chilkat sets the related TLS properties to a consistent combination before connecting, so conflicting implicit and explicit TLS settings do not remain in effect.

If the configured port is nonstandard, AutoFix does not change the TLS properties. The application must set the desired implicit, required-explicit, opportunistic-explicit, or unencrypted mode explicitly.

Important: AutoFix is applied when Chilkat prepares the connection. Assigning a port number does not immediately rewrite the visible property values.

More Information and Examples
top
AutoGenMessageId
boolean 1/0
set boolVal [CkMailMan_get_AutoGenMessageId $this]
CkMailMan_put_AutoGenMessageId $this $boolVal

Determines whether Chilkat automatically generates a unique Message-ID header when an email is sent.

The default behavior is to generate a new unique Message-ID at send time. This allows the same Email object to be reused without accidentally sending duplicate message IDs.

If duplicate message IDs are used, some SMTP servers may treat the message as a duplicate and discard it.

When automatic generation is enabled, calling GetHeaderField("Message-ID") before sending will not necessarily show the actual message ID that Chilkat sends.

Set this property to 0 to prevent Chilkat from automatically generating the Message-ID header.

top
AutoSmtpRset
boolean 1/0
set boolVal [CkMailMan_get_AutoSmtpRset $this]
CkMailMan_put_AutoSmtpRset $this $boolVal

When 1, Chilkat automatically sends the SMTP RSET command before sending a new email over an already-open SMTP connection.

This helps ensure the SMTP session is in a clean state before the next email is sent.

The default value is 0.

Note: This property only applies when reusing an existing SMTP connection.

top
AutoUnwrapSecurity
boolean 1/0
set boolVal [CkMailMan_get_AutoUnwrapSecurity $this]
CkMailMan_put_AutoUnwrapSecurity $this $boolVal
Introduced in version 9.5.0.49

Determines whether Chilkat automatically unwraps digitally signed or encrypted email when the message is downloaded or loaded from MIME.

The default value is 1. When enabled, Chilkat verifies signatures and decrypts encrypted content when possible. The results are made available through the email object's security-related properties and methods.

Set this property to 0 if you want signed or encrypted attachments, such as .p7m or .p7s files, to remain as ordinary attachments.

Important: Signature verification and decryption must occur when the original MIME is first loaded. After MIME is parsed into Chilkat's internal email object format, the exact original MIME bytes are no longer available, and the signature can no longer be verified.

top
ClientIpAddress
string
# ckStr is a CkString
CkMailMan_get_ClientIpAddress $this $ckStr
set strVal [CkMailMan_get_clientIpAddress $this]
CkMailMan_put_ClientIpAddress $this $strVal

Sets the local IP address to use when connecting from a computer that has multiple network interfaces or multiple IP addresses.

For most computers, this property should be left unset. Chilkat will automatically use the default local IP address.

The value should be a numeric IP address, such as 165.164.55.124, not a hostname.

More Information and Examples
top
ConnectFailReason
integer
set intVal [CkMailMan_get_ConnectFailReason $this]
Introduced in version 9.5.0.56

Contains a numeric code describing the result of the last connection attempt. This applies to the last connection made, or attempted, by any method.

CodeMeaning
0Success.
1Empty hostname.
2DNS lookup failed.
3DNS timeout.
4Aborted by the application.
5Internal failure.
6Connection timed out.
7Connection rejected, or failed for another reason.
100TLS internal error.
101Failed to send the TLS client hello.
102Unexpected TLS handshake message.
103Failed to read the TLS server hello.
104No server certificate was received.
105Unexpected TLS protocol version.
106Server certificate verification failed.
107Unacceptable TLS protocol version.
109Failed to read TLS handshake messages.
110Failed to send client certificate handshake message.
111Failed to send client key exchange handshake message.
112Client certificate private key is not accessible.
113Failed to send client certificate verify handshake message.
114Failed to send change cipher spec handshake message.
115Failed to send finished handshake message.
116The server's finished message is invalid.

top
ConnectTimeout
integer
set intVal [CkMailMan_get_ConnectTimeout $this]
CkMailMan_put_ConnectTimeout $this $intVal

The maximum number of seconds to wait while attempting to connect to an SMTP or POP3 server.

The default value is 30 seconds.

top
DebugLogFilePath
string
# ckStr is a CkString
CkMailMan_get_DebugLogFilePath $this $ckStr
set strVal [CkMailMan_get_debugLogFilePath $this]
CkMailMan_put_DebugLogFilePath $this $strVal

If set to a file path, this property logs the LastErrorText of each Chilkat method or property call to the specified file. This logging helps identify the context and history of Chilkat calls leading up to any crash or hang, aiding in debugging.

Enabling the VerboseLogging property provides more detailed information. This property is mainly used for debugging rare instances where a Chilkat method call causes a hang or crash, which should generally not happen.

Possible causes of hangs include:

  • A timeout property set to 0, indicating an infinite timeout.
  • A hang occurring within an event callback in the application code.
  • An internal bug in the Chilkat code causing the hang.

More Information and Examples
top
DsnEnvid
string
# ckStr is a CkString
CkMailMan_get_DsnEnvid $this $ckStr
set strVal [CkMailMan_get_dsnEnvid $this]
CkMailMan_put_DsnEnvid $this $strVal

The DsnEnvid property specifies the SMTP DSN ENVID value, which is an arbitrary identifier attached to the SMTP envelope. The same value is typically returned in DSN responses so the sending application can correlate delivery notifications with the original outbound email.

Common choices for DsnEnvid include:

  • An internal message ID:
    MSG-10004521
  • A GUID or UUID:
    550e8400-e29b-41d4-a716-446655440000
  • An order or transaction number:
    ORDER-847291
  • A timestamp-based identifier:
    MAIL-20260515-153045-001
  • A composite identifier combining application, customer, and message IDs:
    billing|cust-9182|invoice-44381

The value should uniquely identify the outbound email within your application. It does not need to match the MIME Message-ID header, although some applications choose to use the same identifier for both.


About SMTP DSN

SMTP DSN means Delivery Status Notification. It is an optional SMTP service extension defined by RFC 3461 that allows the sender to request delivery-status reports from the SMTP server.

DSN allows an application to request notifications such as:

  • Successful delivery
  • Delivery failure
  • Delayed delivery

It also allows the sender to specify whether the returned notification should include the full original message or only the message headers.

In MailMan, DSN behavior is controlled using:

  • DsnEnvid — sets the SMTP ENVID envelope identifier.
  • DsnNotify — controls when notifications are requested, such as SUCCESS, FAILURE, DELAY, or NEVER.
  • DsnRet — controls whether DSN responses include the full message or only headers.

DSN is an optional SMTP extension and is not supported by all SMTP servers. A server supports DSN only if it advertises the DSN capability in response to the SMTP EHLO command.

The IsSmtpDsnCapable method can be used to determine whether the SMTP server supports DSN.

Even when DSN is supported, some SMTP servers or downstream mail systems may ignore or partially honor DSN requests.

top
DsnNotify
string
# ckStr is a CkString
CkMailMan_get_DsnNotify $this $ckStr
set strVal [CkMailMan_get_dsnNotify $this]
CkMailMan_put_DsnNotify $this $strVal

Sets the SMTP DSN NOTIFY parameter used when sending email.

The value may be left empty, set to NEVER, or set to a comma-separated combination of SUCCESS, FAILURE, and DELAY.

top
DsnRet
string
# ckStr is a CkString
CkMailMan_get_DsnRet $this $ckStr
set strVal [CkMailMan_get_dsnRet $this]
CkMailMan_put_DsnRet $this $strVal

Sets the SMTP DSN RET parameter used when sending email.

The value may be left empty, set to FULL to request the full message in DSN notifications, or set to HDRS to request only the message headers.

top
EmbedCertChain
boolean 1/0
set boolVal [CkMailMan_get_EmbedCertChain $this]
CkMailMan_put_EmbedCertChain $this $boolVal

When 1, Chilkat embeds the signing certificate chain in signed email.

Certificates are included up to, but not including, the root certificate. If IncludeRootCert is also 1, the root CA certificate is included as well.

The default value is 0

top
EnableSecrets
boolean 1/0
set boolVal [CkMailMan_get_EnableSecrets $this]
CkMailMan_put_EnableSecrets $this $boolVal
Introduced in version 11.5.0

Enables automatic resolution of passwords and credentials from secure local storage.

When set to 1, supported properties and methods can accept a Chilkat secret specification string instead of a literal password. Secret specification strings begin with !!.

Chilkat resolves secrets from:

  • Windows Credential Manager on Windows.
  • Apple Keychain on macOS.

The secret specification format is: !![appName|]service[|domain]|username

This applies to PopPassword, SmtpPassword, HttpProxyPassword, SocksPassword, PopPasswordBase64, and SshAuthenticatePw.

The default value is 0.

More Information and Examples
top
Filter
string
# ckStr is a CkString
CkMailMan_get_Filter $this $ckStr
set strVal [CkMailMan_get_filter $this]
CkMailMan_put_Filter $this $strVal

Specifies a filter expression applied by methods such as LoadXmlFile, LoadXmlString, LoadMbx, CopyMail, and TransferMail.

When a filter is present, only emails matching the expression are returned. For TransferMail, only matching emails are removed from the mail server.

Example expressions:

Body like "mortgage rates*"
Subject contains "update" and From contains "chilkat"
To = "info@chilkatsoft.com"

Rules for filter expressions:

  • Any MIME header field name may be used. Header names are case-insensitive.
  • Literal strings are enclosed in double quotes.
  • String matching is case-insensitive.
  • The * wildcard matches zero or more characters.
  • Parentheses may be used to control precedence.
  • Logical operators are AND, OR, and NOT.
  • String comparison operators include CONTAINS and LIKE.

Note: Filtering works on text strings only, not dates or numbers.

top
HeloHostname
string
# ckStr is a CkString
CkMailMan_get_HeloHostname $this $ckStr
set strVal [CkMailMan_get_heloHostname $this]
CkMailMan_put_HeloHostname $this $strVal

Sets the hostname sent in the SMTP EHLO or HELO command.

The default value is an empty string, which causes Chilkat to use the local computer's hostname.

top
HttpProxyAuthMethod
string
# ckStr is a CkString
CkMailMan_get_HttpProxyAuthMethod $this $ckStr
set strVal [CkMailMan_get_httpProxyAuthMethod $this]
CkMailMan_put_HttpProxyAuthMethod $this $strVal

Sets the authentication method used when the configured HTTP proxy requires credentials.

Valid values are Basic and NTLM. Leave this property empty when the proxy does not require authentication.

top
HttpProxyDomain
string
# ckStr is a CkString
CkMailMan_get_HttpProxyDomain $this $ckStr
set strVal [CkMailMan_get_httpProxyDomain $this]
CkMailMan_put_HttpProxyDomain $this $strVal

Sets the optional Windows domain used for NTLM authentication with an HTTP proxy.

This property is ignored for Basic proxy authentication and may be left empty when no NTLM domain is required.

top
HttpProxyHostname
string
# ckStr is a CkString
CkMailMan_get_HttpProxyHostname $this $ckStr
set strVal [CkMailMan_get_httpProxyHostname $this]
CkMailMan_put_HttpProxyHostname $this $strVal

Sets the hostname or IP address of the HTTP proxy used for SMTP and POP3 connections.

Leave this property empty to connect directly without an HTTP proxy.

top
HttpProxyPassword
string
# ckStr is a CkString
CkMailMan_get_HttpProxyPassword $this $ckStr
set strVal [CkMailMan_get_httpProxyPassword $this]
CkMailMan_put_HttpProxyPassword $this $strVal

Sets the password used to authenticate with the configured HTTP proxy.

This property is used together with HttpProxyUsername and, for NTLM authentication, may also be used with HttpProxyDomain.

top
HttpProxyPort
integer
set intVal [CkMailMan_get_HttpProxyPort $this]
CkMailMan_put_HttpProxyPort $this $intVal

Sets the TCP port of the HTTP proxy.

Common proxy ports include 8080 and 3128. The value is used only when HttpProxyHostname is set.

top
HttpProxyUsername
string
# ckStr is a CkString
CkMailMan_get_HttpProxyUsername $this $ckStr
set strVal [CkMailMan_get_httpProxyUsername $this]
CkMailMan_put_HttpProxyUsername $this $strVal

Sets the username used to authenticate with the configured HTTP proxy.

This property is used only when the proxy requires authentication.

top
ImmediateDelete
boolean 1/0
set boolVal [CkMailMan_get_ImmediateDelete $this]
CkMailMan_put_ImmediateDelete $this $boolVal

Determines whether pending POP3 deletion marks are committed automatically after a successful delete operation or full-message retrieval performed with keepOnServer = 0.

The default value is 1. Chilkat sends DELE as each message is processed. After the complete operation succeeds, Chilkat sends QUIT, commits the deletions, and closes the POP3 session. The next POP3 method automatically reconnects and establishes a new session.

When set to 0, Chilkat sends DELE but leaves the session open and the deletions uncommitted. Call Pop3EndSession to send QUIT and commit them. Calling Pop3Reset, calling Pop3EndSessionNoQuit, or losing the POP3 connection before QUIT causes the server to forget the pending deletion marks.

Header-only or partial-message retrieval never marks a message for deletion, regardless of this property or the value of keepOnServer.

More Information and Examples
top
IncludeRootCert
boolean 1/0
set boolVal [CkMailMan_get_IncludeRootCert $this]
CkMailMan_put_IncludeRootCert $this $boolVal

Determines whether the root CA certificate is included in the S/MIME signature of a signed email.

This property only applies when EmbedCertChain is 1.

top
IsPop3Connected
boolean 1/0
set boolVal [CkMailMan_get_IsPop3Connected $this]
Introduced in version 9.5.0.48

Returns 1 if Chilkat believes the POP3 connection is still open.

Accessing this property does not send any command to the POP3 server. If the server has disconnected but Chilkat has not yet attempted further communication, this property may still return 1.

To verify that the POP3 connection is actually alive, call Pop3Noop.

top
IsSmtpConnected
boolean 1/0
set boolVal [CkMailMan_get_IsSmtpConnected $this]

Returns 1 if Chilkat believes the SMTP connection is still open.

Accessing this property does not communicate with the SMTP server. A lost connection may not be detected until the next SMTP command is sent.

To verify that the SMTP connection is actually alive, call SmtpNoop.

top
LastErrorHtml
string
# ckStr is a CkString
CkMailMan_get_LastErrorHtml $this $ckStr
set strVal [CkMailMan_get_lastErrorHtml $this]

Provides HTML-formatted information about the last called method or property. If a method call fails or behaves unexpectedly, check this property for details. Note that information is available regardless of the method call's success.

top
LastErrorText
string
# ckStr is a CkString
CkMailMan_get_LastErrorText $this $ckStr
set strVal [CkMailMan_get_lastErrorText $this]

Provides plain text information about the last called method or property. If a method call fails or behaves unexpectedly, check this property for details. Note that information is available regardless of the method call's success.

top
LastErrorXml
string
# ckStr is a CkString
CkMailMan_get_LastErrorXml $this $ckStr
set strVal [CkMailMan_get_lastErrorXml $this]

Provides XML-formatted information about the last called method or property. If a method call fails or behaves unexpectedly, check this property for details. Note that information is available regardless of the method call's success.

top
LastMethodSuccess
boolean 1/0
set boolVal [CkMailMan_get_LastMethodSuccess $this]
CkMailMan_put_LastMethodSuccess $this $boolVal

Indicates the success or failure of the most recent method call: 1 means success, 0 means failure. This property remains unchanged by property setters or getters. This method is present to address challenges in checking for null or Nothing returns in certain programming languages. Note: This property does not apply to methods that return integer values or to boolean-returning methods where the boolean does not indicate success or failure.

top
LastSmtpStatus
integer
set intVal [CkMailMan_get_LastSmtpStatus $this]

Contains the SMTP failure status code returned by the server for the most recent SMTP operation.

This property is nonzero only when Chilkat successfully connected, began an SMTP session, and then received a status code indicating failure. Such failures are generally reported by 4xx or 5xx replies.

  • 4xx — Temporary failure. Retrying later may succeed.
  • 5xx — Permanent failure. The request was rejected and usually requires a change before retrying.

A value of 0 means that no SMTP failure status code was received. For example, the operation may have failed before an SMTP session was established. Use SmtpFailReason and LastErrorText for additional diagnostic information.

top
LastSmtpStatusMsg
string
# ckStr is a CkString
CkMailMan_get_LastSmtpStatusMsg $this $ckStr
set strVal [CkMailMan_get_lastSmtpStatusMsg $this]
Introduced in version 9.5.0.85

Provides the text associated with the most recent SMTP reply received from the server.

Use this property together with LastSmtpStatus when diagnosing an SMTP failure or interpreting a server-specific response.

top
LogMailReceivedFilename
string
# ckStr is a CkString
CkMailMan_get_LogMailReceivedFilename $this $ckStr
set strVal [CkMailMan_get_logMailReceivedFilename $this]
CkMailMan_put_LogMailReceivedFilename $this $strVal

Specifies a local file path where Chilkat writes each message exactly as it was received from the POP3 server.

This is useful for debugging problems involving MIME structure, encodings, attachments, or server behavior.

top
LogMailSentFilename
string
# ckStr is a CkString
CkMailMan_get_LogMailSentFilename $this $ckStr
set strVal [CkMailMan_get_logMailSentFilename $this]
CkMailMan_put_LogMailSentFilename $this $strVal

Specifies a local file path where Chilkat writes the exact MIME message sent to the SMTP server.

This is useful for inspecting the final MIME produced by Chilkat.

top
MailHost
string
# ckStr is a CkString
CkMailMan_get_MailHost $this $ckStr
set strVal [CkMailMan_get_mailHost $this]
CkMailMan_put_MailHost $this $strVal

Sets the POP3 server hostname or IP address.

Do not include http:// or https://. The value should be a hostname such as pop.example.com or an IPv4/IPv6 address.

top
MailPort
integer
set intVal [CkMailMan_get_MailPort $this]
CkMailMan_put_MailPort $this $intVal

Sets the POP3 server port number.

The default value is 110.

The standard POP3 ports and their associated MailMan property settings are described below.

Port 995 — POP3 over Implicit SSL/TLS

Uses implicit SSL/TLS, meaning the TLS connection is established immediately when the TCP connection is opened.

mailman.MailPort = 995;
mailman.PopSsl = true;
Port 110 — Standard Unencrypted POP3

Uses a normal unencrypted POP3 connection.

mailman.MailPort = 110;
mailman.PopSsl = false;
mailman.Pop3Stls = false;
mailman.Pop3StlsIfPossible = false;
Port 110 — POP3 with Explicit TLS via STLS

The connection begins unencrypted and is upgraded to TLS using the POP3 STLS command.

mailman.MailPort = 110;
mailman.PopSsl = false;
mailman.Pop3Stls = true;
Port 110 — Opportunistic STLS

Attempts to upgrade the connection to TLS using STLS if the POP3 server supports it. Otherwise, the connection remains unencrypted.

mailman.MailPort = 110;
mailman.PopSsl = false;
mailman.Pop3StlsIfPossible = true;

Important: PopSsl and Pop3Stls represent two different approaches to TLS security:

  • PopSsl = true means the connection begins as SSL/TLS from the very start (implicit TLS).
  • Pop3Stls = true means the connection begins unencrypted and is later upgraded to TLS using the POP3 STLS command (explicit TLS).

These two approaches are mutually exclusive and should not both be enabled at the same time.

Modern POP3 servers most commonly use either:

  • 995 with PopSsl = true, or
  • 110 with Pop3Stls = true.

top
MaxCount
integer
set intVal [CkMailMan_get_MaxCount $this]
CkMailMan_put_MaxCount $this $intVal

Limits the number of messages retrieved from the POP3 server. The following methods honor this property:

The default value is 0, which means no limit.

For FetchAll, a positive value selects the newest messages in the mailbox. For example, when MaxCount = 2, the two newest messages are retrieved and returned in normal mailbox order, with the older of the two first.

top
OAuth2AccessToken
string
# ckStr is a CkString
CkMailMan_get_OAuth2AccessToken $this $ckStr
set strVal [CkMailMan_get_oAuth2AccessToken $this]
CkMailMan_put_OAuth2AccessToken $this $strVal
Introduced in version 9.5.0.44

Sets the OAuth2 access token used for POP3 or SMTP XOAUTH2 authentication.

When this property is set, Chilkat uses the AUTH XOAUTH2 authentication mechanism when it is supported by the server.

For POP3 XOAUTH2 authentication: PopPassword should be left empty, or explicitly set to the empty string.

For SMTP XOAUTH2 authentication: SmtpPassword should be left unset, or set to the empty string.

The access token is sent as a bearer token during the AUTH XOAUTH2 authentication exchange.

top
OpaqueSigning
boolean 1/0
set boolVal [CkMailMan_get_OpaqueSigning $this]
CkMailMan_put_OpaqueSigning $this $boolVal

Controls the MIME format used for digitally signed email.

When set to 0, Chilkat creates a multipart/signed email. In this format, the original email content remains visible as a normal MIME body part, and the digital signature is included as a separate MIME part.

The top-level MIME Content-Type header will look similar to:

Content-Type: multipart/signed;
    protocol="application/pkcs7-signature";
    micalg=sha-256;
    boundary="------------040808030405050402070604"

This is commonly referred to as a detached signature because the signed content exists separately from the signature itself.

When set to 1, Chilkat creates an opaque signed email using PKCS#7 signed-data format. In this case, the original MIME content is encapsulated inside the PKCS#7 signature structure.

The top-level MIME Content-Type header will look similar to:

Content-Type: application/pkcs7-mime;
    smime-type="signed-data";
    name="smime.p7m"; micalg=sha-256

This format is historically known as opaque signing because the original message content is wrapped inside the PKCS#7 signed object and is not directly visible as ordinary MIME body parts.

The default value is 1.

top
P7mEncryptAttachFilename
string
# ckStr is a CkString
CkMailMan_get_P7mEncryptAttachFilename $this $ckStr
set strVal [CkMailMan_get_p7mEncryptAttachFilename $this]
CkMailMan_put_P7mEncryptAttachFilename $this $strVal
Introduced in version 9.5.0.30

Sets the filename used in the Content-Disposition header when sending a PKCS#7 encrypted email.

The default value is smime.p7m.

top
P7mSigAttachFilename
string
# ckStr is a CkString
CkMailMan_get_P7mSigAttachFilename $this $ckStr
set strVal [CkMailMan_get_p7mSigAttachFilename $this]
CkMailMan_put_P7mSigAttachFilename $this $strVal
Introduced in version 9.5.0.30

Sets the filename used in the Content-Disposition header when sending an opaque signed PKCS#7 email.

The default value is smime.p7m.

top
P7sSigAttachFilename
string
# ckStr is a CkString
CkMailMan_get_P7sSigAttachFilename $this $ckStr
set strVal [CkMailMan_get_p7sSigAttachFilename $this]
CkMailMan_put_P7sSigAttachFilename $this $strVal
Introduced in version 9.5.0.30

Sets the filename used in the Content-Disposition header when sending a signed email with a detached PKCS#7 signature.

The default value is smime.p7s.

top
Pop3SessionId
integer
set intVal [CkMailMan_get_Pop3SessionId $this]

Returns 0 when no POP3 session is active.

Otherwise, returns a positive integer that increments each time a new POP3 session is established. This can be used to detect whether a new session has started.

top
Pop3SessionLog
string
# ckStr is a CkString
CkMailMan_get_Pop3SessionLog $this $ckStr
set strVal [CkMailMan_get_pop3SessionLog $this]

Provides the accumulated raw POP3 commands sent to the server and the raw responses received from the server.

This property is read-only. To clear it, call ClearPop3SessionLog.

More Information and Examples
top
Pop3SPA
boolean 1/0
set boolVal [CkMailMan_get_Pop3SPA $this]
CkMailMan_put_Pop3SPA $this $boolVal

Determines whether SPA, also known as NTLM authentication, is used for POP3.

Set this property to 1 to use SPA authentication. No other programming changes are required.

The default value is 0.

Note: If SPA/NTLM authentication fails, set Global.DefaultNtlmVersion = 1 and retry.

top
Pop3SslServerCertVerified
boolean 1/0
set boolVal [CkMailMan_get_Pop3SslServerCertVerified $this]

Indicates whether the POP3 server certificate chain was successfully verified during the most recent SSL/TLS POP3 connection.

This property reports certificate-chain verification only. It does not report hostname matching or public key pinning. When either of those checks is required, a mismatch causes the connection itself to fail.

This property is meaningful only after an SSL/TLS POP3 connection attempt.

top
Pop3Stls
boolean 1/0
set boolVal [CkMailMan_get_Pop3Stls $this]
CkMailMan_put_Pop3Stls $this $boolVal

Determines whether Chilkat requires the POP3 connection to be upgraded to TLS using the STLS command.

When set to 1, Chilkat initially connects without encryption and then sends STLS before authenticating. The connection fails if the server does not support the required upgrade.

PopSsl takes precedence. If implicit TLS is enabled, this property does not cause an additional explicit TLS upgrade.

The default value is 0. Use Pop3StlsIfPossible when the upgrade should be attempted only when the server advertises support.

More Information and Examples
top
Pop3StlsIfPossible
boolean 1/0
set boolVal [CkMailMan_get_Pop3StlsIfPossible $this]
CkMailMan_put_Pop3StlsIfPossible $this $boolVal
Introduced in version 9.5.0.92

Determines whether Chilkat attempts POP3 STLS when the server advertises support for it.

If the server supports STLS, the connection is upgraded to TLS. Otherwise, the connection remains unencrypted.

PopSsl takes precedence. If implicit TLS is enabled, no separate STLS upgrade is attempted. Use Pop3Stls = 1 instead when encryption is required and the connection should fail if explicit TLS is unavailable.

The default value is 0.

top
PopPassword
string
# ckStr is a CkString
CkMailMan_get_PopPassword $this $ckStr
set strVal [CkMailMan_get_popPassword $this]
CkMailMan_put_PopPassword $this $strVal

Sets the POP3 password.

On Windows, if Pop3SPA is enabled, both PopUsername and PopPassword may be set to "default" to use the credentials of the current logged-on Windows user.

top
PopPasswordBase64
string
# ckStr is a CkString
CkMailMan_get_PopPasswordBase64 $this $ckStr
set strVal [CkMailMan_get_popPasswordBase64 $this]
CkMailMan_put_PopPasswordBase64 $this $strVal

Sets the POP3 password as Base64-encoded data instead of plain text.

MailMan decodes the Base64 value and uses the resulting bytes as the POP3 password. This property is useful when an application already stores or receives the password in Base64 form; Base64 encoding by itself does not provide encryption.

top
PopSsl
boolean 1/0
set boolVal [CkMailMan_get_PopSsl $this]
CkMailMan_put_PopSsl $this $boolVal

Determines whether implicit SSL/TLS is used when connecting to the POP3 server.

When set to 1, the TLS connection is established immediately when the TCP connection is opened. Implicit POP3 TLS commonly uses port 995.

Implicit TLS takes precedence over explicit TLS. Therefore, when PopSsl = 1, the settings in Pop3Stls and Pop3StlsIfPossible do not cause a separate STLS upgrade.

The default value is 0. When AutoFix is enabled, a standard POP3 port can cause Chilkat to select the appropriate TLS mode automatically before connecting.

top
PopUsername
string
# ckStr is a CkString
CkMailMan_get_PopUsername $this $ckStr
set strVal [CkMailMan_get_popUsername $this]
CkMailMan_put_PopUsername $this $strVal

Sets the POP3 login name.

On Windows, if Pop3SPA is enabled, both PopUsername and PopPassword may be set to "default" to use the credentials of the current logged-on Windows user.

top
PreferIpv6
boolean 1/0
set boolVal [CkMailMan_get_PreferIpv6 $this]
CkMailMan_put_PreferIpv6 $this $boolVal

Determines whether IPv6 is preferred over IPv4 when both are available for a hostname.

The default value is 0, which means IPv4 is preferred.

top
ReadTimeout
integer
set intVal [CkMailMan_get_ReadTimeout $this]
CkMailMan_put_ReadTimeout $this $intVal

Sets the maximum number of seconds to wait when the SMTP or POP3 server stops responding.

The default value is 30 seconds.

More Information and Examples
top
RequireHostnameMatch
boolean 1/0
set boolVal [CkMailMan_get_RequireHostnameMatch $this]
CkMailMan_put_RequireHostnameMatch $this $boolVal
Introduced in version 11.6.0

Determines whether the hostname used for the TLS connection must match a name in the server certificate's Subject Alternative Name (SAN) extension.

The comparison is made against the SNI hostname sent in the TLS handshake. MailMan normally uses the configured server hostname. When connecting by IP address or through an alternate endpoint, set SniHostname to the expected DNS hostname.

Hostname matching is enforced independently of RequireSslCertVerify. Therefore, it still occurs when certificate-chain verification is not required.

The default value is 0.

top
RequireSslCertVerify
boolean 1/0
set boolVal [CkMailMan_get_RequireSslCertVerify $this]
CkMailMan_put_RequireSslCertVerify $this $boolVal

Determines whether Chilkat requires the SMTP or POP3 server certificate chain to be successfully verified for an SSL/TLS connection.

When set to 1, Chilkat rejects the connection if the certificate is expired, is not yet valid, or its chain/signature cannot be verified to a trusted root.

Certificate-chain verification is separate from hostname matching and public key pinning. RequireHostnameMatch is enforced independently, even when this property is 0. TlsPinSet supplements, rather than replaces, certificate verification.

The default value is 0. This property applies only to SSL/TLS connections.

top
ResetDateOnLoad
boolean 1/0
set boolVal [CkMailMan_get_ResetDateOnLoad $this]
CkMailMan_put_ResetDateOnLoad $this $boolVal

Determines whether the email's Date header is reset to the current date and time when an email is loaded.

This applies to methods such as LoadMbx, LoadEml, LoadMime, LoadXml, and LoadXmlString.

The default value is 0.

top
SendBufferSize
integer
set intVal [CkMailMan_get_SendBufferSize $this]
CkMailMan_put_SendBufferSize $this $intVal

Sets the buffer size used by the underlying TCP/IP socket when sending data.

The default value is 32767.

top
SizeLimit
integer
set intVal [CkMailMan_get_SizeLimit $this]
CkMailMan_put_SizeLimit $this $intVal

Sets the maximum message size, in bytes, for POP3 operations that can download one or more complete emails. It applies to any method capable of downloading a full email and does not restrict header-only or partial-body retrieval.

The default value is 0, which means no size limit.

For multi-message retrieval, a message larger than the limit is omitted from the result. No placeholder Email is added for the skipped message, and skipping an oversized message does not by itself cause the retrieval method to fail.

top
SmtpAuthMethod
string
# ckStr is a CkString
CkMailMan_get_SmtpAuthMethod $this $ckStr
set strVal [CkMailMan_get_smtpAuthMethod $this]
CkMailMan_put_SmtpAuthMethod $this $strVal

Sets the SMTP authentication method to use.

This property should usually be left empty so Chilkat can automatically choose the most secure method advertised by the SMTP server.

If the server does not advertise authentication methods, or if a specific method must be forced, set this property to one of: NONE, LOGIN, PLAIN, CRAM-MD5, or NTLM.

Note: If NTLM authentication fails, set Global.DefaultNtlmVersion = 1 and retry.

top
SmtpFailReason
string
# ckStr is a CkString
CkMailMan_get_SmtpFailReason $this $ckStr
set strVal [CkMailMan_get_smtpFailReason $this]
Introduced in version 9.5.0.48

Contains a keyword describing the result or failure reason for the last SMTP operation.

Success: The method succeeded.
Failed: A general failure occurred.
NoValidRecipients: The SMTP server rejected all recipients.
NoRecipients: No To, CC, or BCC recipients were provided.
SomeBadRecipients: AllOrNone is 1 and some recipients were rejected.
Aborted: The application aborted the operation.
NoFrom: No FROM address was provided.
FromFailure: The server rejected the MAIL FROM command.
NoCredentials: Required credentials were not provided.
AuthFailure: SMTP authentication failed.
DataFailure: The server returned an error in response to DATA.
NoSmtpHostname: No SMTP hostname or IP address was provided.
StartTlsFailed: Failed to upgrade the connection using STARTTLS.
ConnectFailed: Could not establish the TCP or TLS connection.
GreetingError: The SMTP server returned an error in the initial greeting.
ConnectionLost: The SMTP connection was lost during the operation.
Timeout: A socket read or write timeout occurred.
RenderFailed: The email could not be rendered for sending.
NotUnlocked: UnlockBundle was not called on at least one MailMan instance.
InternalFailure: An internal failure occurred and should be reported to Chilkat support.

top
SmtpHost
string
# ckStr is a CkString
CkMailMan_get_SmtpHost $this $ckStr
set strVal [CkMailMan_get_smtpHost $this]
CkMailMan_put_SmtpHost $this $strVal

Sets the SMTP server hostname or IP address.

Do not include http:// or https://. The value may be a hostname, IPv4 address, or IPv6 address.

More Information and Examples
top
SmtpLoginDomain
string
# ckStr is a CkString
CkMailMan_get_SmtpLoginDomain $this $ckStr
set strVal [CkMailMan_get_smtpLoginDomain $this]
CkMailMan_put_SmtpLoginDomain $this $strVal

Sets the Windows domain to use when logging in to an SMTP server with NTLM authentication.

Leave this property empty if no domain is required.

top
SmtpMailFrom
string
# ckStr is a CkString
CkMailMan_get_SmtpMailFrom $this $ckStr
set strVal [CkMailMan_get_smtpMailFrom $this]
CkMailMan_put_SmtpMailFrom $this $strVal
Introduced in version 11.0.0

Sets the SMTP envelope sender address used in the MAIL FROM command.

This address receives bounce messages and identifies the originator of the SMTP transaction. It may differ from the From MIME header.

If left empty, Chilkat uses the email address from the message's From header.

SMTP servers may reject the envelope sender based on DNS, SPF, or other server policy checks.

top
SmtpPassword
string
# ckStr is a CkString
CkMailMan_get_SmtpPassword $this $ckStr
set strVal [CkMailMan_get_smtpPassword $this]
CkMailMan_put_SmtpPassword $this $strVal

Sets the password used for SMTP authentication.

Chilkat supports SMTP authentication methods such as LOGIN, PLAIN, CRAM-MD5, and NTLM, and normally chooses the most secure available method automatically.

If NTLM authentication is used, SmtpUsername and SmtpPassword may be set to the keyword "default" to use the current Windows logged-on credentials.

top
SmtpPipelining
boolean 1/0
set boolVal [CkMailMan_get_SmtpPipelining $this]
CkMailMan_put_SmtpPipelining $this $boolVal
Introduced in version 9.5.0.49

Determines whether SMTP pipelining is used when the server advertises support for it.

The default value is 1.

Set this property to 0 to prevent SMTP pipelining. This is required when using AllOrNone.

top
SmtpPort
integer
set intVal [CkMailMan_get_SmtpPort $this]
CkMailMan_put_SmtpPort $this $intVal

Sets the SMTP server port.

The default value is 25. If using implicit SSL/TLS with SmtpSsl = 1, the common port is 465.

top
SmtpSessionLog
string
# ckStr is a CkString
CkMailMan_get_SmtpSessionLog $this $ckStr
set strVal [CkMailMan_get_smtpSessionLog $this]

Provides the accumulated raw SMTP commands sent to the server and raw responses received from the server.

This property is read-only. To clear it, call ClearSmtpSessionLog.

More Information and Examples
top
SmtpSsl
boolean 1/0
set boolVal [CkMailMan_get_SmtpSsl $this]
CkMailMan_put_SmtpSsl $this $boolVal

Determines whether Chilkat uses implicit SSL/TLS when connecting to the SMTP server.

When set to 1, the TLS connection is established immediately when the TCP connection is opened. Implicit SMTP TLS commonly uses port 465.

Implicit TLS takes precedence over explicit TLS. Therefore, when SmtpSsl = 1, the settings in StartTLS and StartTLSifPossible do not cause a separate STARTTLS upgrade.

The default value is 0. When AutoFix is enabled, a standard SMTP port can cause Chilkat to select the appropriate TLS mode automatically before connecting.

top
SmtpSslServerCertVerified
boolean 1/0
set boolVal [CkMailMan_get_SmtpSslServerCertVerified $this]

Indicates whether the SMTP server certificate chain was successfully verified during the most recent SSL/TLS SMTP connection.

This property reports certificate-chain verification only. It does not report hostname matching or public key pinning. When either of those checks is required, a mismatch causes the connection itself to fail.

This property is meaningful only after an SSL/TLS SMTP connection attempt.

top
SmtpUsername
string
# ckStr is a CkString
CkMailMan_get_SmtpUsername $this $ckStr
set strVal [CkMailMan_get_smtpUsername $this]
CkMailMan_put_SmtpUsername $this $strVal

Sets the username used for SMTP authentication.

If SmtpAuthMethod is NTLM, SmtpUsername and SmtpPassword may be set to the keyword "default" to use the current Windows logged-on credentials.

More Information and Examples
top
SniHostname
string
# ckStr is a CkString
CkMailMan_get_SniHostname $this $ckStr
set strVal [CkMailMan_get_sniHostname $this]
CkMailMan_put_SniHostname $this $strVal
Introduced in version 11.6.0

Specifies the DNS hostname sent in the Server Name Indication (SNI) extension of the TLS handshake for SMTP and POP3 connections.

Normally this property is left empty. In that case, MailMan uses SmtpHost for SMTP connections and MailHost for POP3 connections.

Set this property when connecting by IP address or through an alternate endpoint while the server's TLS certificate and virtual-host configuration use a DNS hostname. The value is also used for certificate hostname comparison when RequireHostnameMatch is 1.

The default value is the empty string.

top
SocksHostname
string
# ckStr is a CkString
CkMailMan_get_SocksHostname $this $ckStr
set strVal [CkMailMan_get_socksHostname $this]
CkMailMan_put_SocksHostname $this $strVal

Sets the SOCKS4 or SOCKS5 proxy hostname or IPv4 address.

This property is used only when SocksVersion is set to 4 or 5.

top
SocksPassword
string
# ckStr is a CkString
CkMailMan_get_SocksPassword $this $ckStr
set strVal [CkMailMan_get_socksPassword $this]
CkMailMan_put_SocksPassword $this $strVal

Sets the SOCKS5 proxy password, if authentication is required.

SOCKS4 does not use passwords, so this property applies only to SOCKS5.

top
SocksPort
integer
set intVal [CkMailMan_get_SocksPort $this]
CkMailMan_put_SocksPort $this $intVal

Sets the SOCKS proxy port.

The default value is 1080. This property applies only when SocksVersion is set to 4 or 5.

top
SocksUsername
string
# ckStr is a CkString
CkMailMan_get_SocksUsername $this $ckStr
set strVal [CkMailMan_get_socksUsername $this]
CkMailMan_put_SocksUsername $this $strVal

Sets the SOCKS4 or SOCKS5 proxy username.

This property is used only when SocksVersion is set to 4 or 5.

top
SocksVersion
integer
set intVal [CkMailMan_get_SocksVersion $this]
CkMailMan_put_SocksVersion $this $intVal

Specifies whether a SOCKS proxy is used.

  • 0 — no SOCKS proxy is used. This is the default.
  • 4 — connect through a SOCKS4 proxy.
  • 5 — connect through a SOCKS5 proxy.

top
SoRcvBuf
integer
set intVal [CkMailMan_get_SoRcvBuf $this]
CkMailMan_put_SoRcvBuf $this $intVal

Sets the socket receive buffer size.

The default value is 4194304.

This property should normally be left unchanged. It may be increased if download performance is slow. Values should preferably be multiples of 4096.

top
SoSndBuf
integer
set intVal [CkMailMan_get_SoSndBuf $this]
CkMailMan_put_SoSndBuf $this $intVal

Sets the socket send buffer size.

The default value is 262144.

This property should normally be left unchanged. It may be increased if upload performance is slow. Testing values such as 512K or 1MB is reasonable. Values should preferably be multiples of 4096.

top
SslAllowedCiphers
string
# ckStr is a CkString
CkMailMan_get_SslAllowedCiphers $this $ckStr
set strVal [CkMailMan_get_sslAllowedCiphers $this]
CkMailMan_put_SslAllowedCiphers $this $strVal
Introduced in version 9.5.0.48

Sets the TLS cipher suites Chilkat is allowed to offer when establishing SSL/TLS connections.

The default value is an empty string, meaning Chilkat may offer all implemented cipher suites. To restrict the allowed ciphers, set this property to a comma-separated list of cipher suite names, ordered by preference.

The cipher suites supported by Chilkat are:

TLS 1.3 Cipher Suites
  • TLS_AES_128_GCM_SHA256
  • TLS_CHACHA20_POLY1305_SHA256
  • TLS_AES_256_GCM_SHA384
ChaCha20-Poly1305 Cipher Suites
  • TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
  • TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
  • TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256
AES-GCM Cipher Suites
  • TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
  • TLS_DHE_RSA_WITH_AES_128_GCM_SHA256
  • TLS_RSA_WITH_AES_128_GCM_SHA256
  • TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
  • TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
  • TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
  • TLS_RSA_WITH_AES_256_GCM_SHA384
  • TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
AES-128 CBC Cipher Suites
  • TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
  • TLS_DHE_RSA_WITH_AES_128_CBC_SHA
  • TLS_RSA_WITH_AES_128_CBC_SHA
  • TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
  • TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
  • TLS_RSA_WITH_AES_128_CBC_SHA256
  • TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
  • TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
AES-256 CBC Cipher Suites
  • TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
  • TLS_DHE_RSA_WITH_AES_256_CBC_SHA
  • TLS_RSA_WITH_AES_256_CBC_SHA
  • TLS_DHE_RSA_WITH_AES_256_CBC_SHA256
  • TLS_RSA_WITH_AES_256_CBC_SHA256
  • TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
  • TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
  • TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384

Important: The client offers a list of allowed cipher suites, but the server chooses the final cipher suite from that list.

This property can also include special keywords:

  • rsa1024 — reject server certificates with RSA keys smaller than 1024 bits.
  • rsa2048 — reject server certificates with RSA keys smaller than 2048 bits.
  • secure-renegotiation — require secure renegotiation as defined by RFC 5746.
  • best-practices — use Chilkat's current best-practice cipher policy.

The best-practices setting currently requires RSA server keys of at least 1024 bits, requires secure renegotiation, and disallows RC4, DES, and 3DES ciphers.

Example:

TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, rsa1024, secure-renegotiation

top
SslProtocol
string
# ckStr is a CkString
CkMailMan_get_SslProtocol $this $ckStr
set strVal [CkMailMan_get_sslProtocol $this]
CkMailMan_put_SslProtocol $this $strVal
Introduced in version 9.5.0.46

Selects the SSL/TLS protocol version used for secure SMTP and POP3 connections.

Possible values include:

  • default
  • TLS 1.3
  • TLS 1.2
  • TLS 1.1
  • TLS 1.0
  • SSL 3.0
  • TLS 1.3 or higher
  • TLS 1.2 or higher
  • TLS 1.1 or higher
  • TLS 1.0 or higher

The default value is default, which allows Chilkat to choose the protocol dynamically based on the server's requirements.

Choosing an exact protocol version can cause the connection to fail unless that exact version is negotiated. In most cases, using an or higher setting is preferable.

top
StartTLS
boolean 1/0
set boolVal [CkMailMan_get_StartTLS $this]
CkMailMan_put_StartTLS $this $boolVal

Determines whether Chilkat requires SMTP STARTTLS.

When set to 1, Chilkat connects to the SMTP server normally and then sends the STARTTLS command to upgrade the connection to TLS before authenticating and sending email. The connection fails if the server does not support the required upgrade.

SmtpSsl takes precedence. If implicit TLS is enabled, this property does not cause an additional explicit TLS upgrade.

The default value is 0. Use StartTLSifPossible when the upgrade should be attempted only when the server advertises support.

This property applies to SMTP only, not POP3.

More Information and Examples
top
StartTLSifPossible
boolean 1/0
set boolVal [CkMailMan_get_StartTLSifPossible $this]
CkMailMan_put_StartTLSifPossible $this $boolVal
Introduced in version 9.5.0.67

Determines whether Chilkat attempts SMTP STARTTLS when the server advertises support for it.

If the server supports STARTTLS, the connection is upgraded to TLS. Otherwise, the connection remains unencrypted.

SmtpSsl takes precedence. If implicit TLS is enabled, no separate STARTTLS upgrade is attempted. Use StartTLS = 1 instead when encryption is required and the connection should fail if explicit TLS is unavailable.

The default value is 1. This property applies to SMTP only, not POP3.

top
TlsCipherSuite
string
# ckStr is a CkString
CkMailMan_get_TlsCipherSuite $this $ckStr
set strVal [CkMailMan_get_tlsCipherSuite $this]
Introduced in version 9.5.0.49

Contains the current or most recently negotiated TLS cipher suite.

If no TLS connection has been established, or if the TLS connection attempt failed, this property is empty.

Example value:

TLS_DHE_RSA_WITH_AES_256_CBC_SHA256

top
TlsPinSet
string
# ckStr is a CkString
CkMailMan_get_TlsPinSet $this $ckStr
set strVal [CkMailMan_get_tlsPinSet $this]
CkMailMan_put_TlsPinSet $this $strVal
Introduced in version 9.5.0.55

Sets the expected Subject Public Key Info (SPKI) fingerprints for TLS public key pinning.

During the TLS handshake, Chilkat compares the server certificate's public key fingerprint against this pin set. If none of the pins match, the connection fails.

Pinning supplements normal certificate-chain verification; it does not replace it. A matching pin does not by itself make an expired or otherwise invalid certificate acceptable.

The format is:

hash_algorithm, encoding, SPKI_fingerprint_1, SPKI_fingerprint_2, ...

Example with one SHA-256 Base64 pin:

sha256, base64, lKg1SIqyhPSK19tlPbjl8s02yChsVTDklQpkMCHvsTE=

Example with two SHA-256 Base64 pins:

sha256, base64, 4t37LpnGmrMEAG8HEz9yIrnvJV2euVRwCLb9EH5WZyI=, 68b0G5iqMvWVWvUCjMuhLEyekM5729PadtnU5tdXZKs=

Supported hash algorithms include sha1, sha256, sha384, sha512, md2, md5, haval, ripemd128, ripemd160, ripemd256, and ripemd320.

Supported encodings include base64, hex, and other Chilkat-supported encodings.

More Information and Examples
top
TlsVersion
string
# ckStr is a CkString
CkMailMan_get_TlsVersion $this $ckStr
set strVal [CkMailMan_get_tlsVersion $this]
Introduced in version 9.5.0.49

Contains the current or most recently negotiated TLS protocol version.

If no TLS connection has been established, or if the TLS connection attempt failed, this property is empty.

Possible values include SSL 3.0, TLS 1.0, TLS 1.1, TLS 1.2, and TLS 1.3.

top
UncommonOptions
string
# ckStr is a CkString
CkMailMan_get_UncommonOptions $this $ckStr
set strVal [CkMailMan_get_uncommonOptions $this]
CkMailMan_put_UncommonOptions $this $strVal
Introduced in version 9.5.0.80

Provides a comma-separated list of uncommon option keywords.

This property defaults to an empty string and should normally remain empty.

  • ProtectFromVpn — introduced in v9.5.0.80. On Android, bypasses any installed or active VPN.
  • SmtpLoginAnsi — introduced in v9.5.0.97. Causes SMTP login and password strings containing non-ASCII characters to be sent using ANSI encoding instead of UTF-8. This restores the older Chilkat behavior for SMTP servers that expect ANSI credentials.

More Information and Examples
top
UseApop
boolean 1/0
set boolVal [CkMailMan_get_UseApop $this]
CkMailMan_put_UseApop $this $boolVal

Determines whether Chilkat automatically uses APOP authentication when the POP3 server supports it.

The default value is 0.

top
Utf8
boolean 1/0
set boolVal [CkMailMan_get_Utf8 $this]
CkMailMan_put_Utf8 $this $boolVal

When set to 1, all string arguments and return values are interpreted as UTF-8 strings. When set to 0, they are interpreted as ANSI strings.

In Chilkat v11.0.0 and later, the default value is 1. Before v11.0.0, it was 0.

top
VerboseLogging
boolean 1/0
set boolVal [CkMailMan_get_VerboseLogging $this]
CkMailMan_put_VerboseLogging $this $boolVal

If set to 1, then the contents of LastErrorText (or LastErrorXml, or LastErrorHtml) may contain more verbose information. The default value is 0. Verbose logging should only be used for debugging. The potentially large quantity of logged information may adversely affect peformance.

top
Version
string
# ckStr is a CkString
CkMailMan_get_Version $this $ckStr
set strVal [CkMailMan_get_version $this]

Version of the component/library, such as "10.1.0"

More Information and Examples
top

Methods

AddPfxSourceBd
# bd is a CkBinData
# password is a string
set status [CkMailMan_AddPfxSourceBd $this $bd $password]
Introduced in version 11.0.0

Adds a PFX/PKCS#12 certificate store to the MailMan object's internal list of sources used for locating certificates and private keys.

bd is a BinData object containing the bytes of a .pfx or .p12 file.

The added PFX source is searched when Chilkat needs a certificate and private key for operations such as:

  • Decrypting S/MIME encrypted email
  • Creating digitally signed email

Multiple PFX sources can be added by calling this method once for each PFX.

On Windows, the registry-based Windows certificate stores are automatically searched when locating certificates and private keys. Therefore, if the required certificate and private key are already installed in the Windows certificate store, explicitly adding a PFX source is often unnecessary.

On macOS, the Apple Keychain is also searched automatically. If the required certificate and private key are already available in the Apple Keychain, it is likewise unnecessary to explicitly add a PFX source.

password specifies the password required to open the PFX.

Returns 1 for success, 0 for failure.

More Information and Examples
top
AddPfxSourceFile
# pfxFilePath is a string
# password is a string
set status [CkMailMan_AddPfxSourceFile $this $pfxFilePath $password]

Adds a PFX/PKCS#12 file to the MailMan object's internal list of sources used for locating certificates and private keys. The pfxFilePath argument is the path to a .pfx or .p12 file.

The added PFX source is searched when Chilkat needs a certificate and private key for operations such as:

  • Decrypting S/MIME encrypted email
  • Creating digitally signed email

Multiple PFX sources can be added by calling this method once for each PFX.

On Windows, the registry-based Windows certificate stores are automatically searched when locating certificates and private keys. Therefore, if the required certificate and private key are already installed in the Windows certificate store, explicitly adding a PFX source is often unnecessary.

On macOS, the Apple Keychain is also searched automatically. If the required certificate and private key are already available in the Apple Keychain, it is likewise unnecessary to explicitly add a PFX source.

The password argument specifies the password required to open the PFX.

Returns 1 for success, 0 for failure.

More Information and Examples
top
CheckMail
set retInt [CkMailMan_CheckMail $this]

Returns the number of messages currently available in the POP3 mailbox. Returns -1 if an error occurs.

If no POP3 session is active, Chilkat connects and authenticates automatically. After a successful call, the POP3 session remains open and can be reused by subsequent POP3 methods. Call Pop3EndSession or Pop3EndSessionNoQuit to end it.

If this method fails, use VerifyPopConnection to test basic connectivity and VerifyPopLogin to test authentication.

top
CheckMailAsync (1)
# returns a CkTask
set ret_task [CkMailMan_CheckMailAsync $this]

Creates an asynchronous task to call the CheckMail method with the arguments provided.

Returns NULL on failure

top
ClearPop3SessionLog
CkMailMan_ClearPop3SessionLog $this

Clears the current contents of the Pop3SessionLog property.

More Information and Examples
top
ClearSmtpSessionLog
CkMailMan_ClearSmtpSessionLog $this

Clears the current contents of the SmtpSessionLog property.

More Information and Examples
top
CloseSmtpConnection
set status [CkMailMan_CloseSmtpConnection $this]

Explicitly closes the current SMTP connection. Before closing the socket connection, Chilkat sends the SMTP QUIT command to the server.

Calling this method is optional in most applications. The MailMan object automatically opens an SMTP connection when an email-sending method is called and no connection is already open. The connection is then kept open so subsequent sends can reuse it. For example, if an application calls SendEmail ten times, the first call opens the SMTP connection, and the following calls send over the same connection.

If an SMTP-related property changes, such as the hostname, username, password, port, or SSL/TLS settings, the existing connection is closed and a new connection is established the next time an email-sending method is called.

The SMTP connection is also closed automatically when the MailMan object is destroyed.

Returns 1 for success, 0 for failure.

top
CloseSmtpConnectionAsync (1)
# returns a CkTask
set ret_task [CkMailMan_CloseSmtpConnectionAsync $this]

Creates an asynchronous task to call the CloseSmtpConnection method with the arguments provided.

Returns NULL on failure

top
DeleteBundle
# emailBundle is a CkEmailBundle
set status [CkMailMan_DeleteBundle $this $emailBundle]

Deletes POP3 messages by using the UIDLs stored in the X-UIDL headers of the Email objects in emailBundle. An email that does not contain an X-UIDL header is skipped.

Chilkat processes the bundle and marks each located message with DELE. If a connection failure occurs before processing is complete, the POP3 session is lost and all uncommitted deletion marks are forgotten.

If ImmediateDelete is 1, which is the default, Chilkat sends a single QUIT after the entire bundle has been processed. This commits all deletion marks and closes the POP3 session. If it is 0, the marks remain pending until the application calls Pop3EndSession.

When making multiple deletion calls, it is usually more efficient to set ImmediateDelete to 0, perform all deletion operations, and call Pop3EndSession once at the end.

Returns 1 for success, 0 for failure.

More Information and Examples
top
DeleteBundleAsync (1)
# returns a CkTask
# emailBundle is a CkEmailBundle
set ret_task [CkMailMan_DeleteBundleAsync $this $emailBundle]

Creates an asynchronous task to call the DeleteBundle method with the arguments provided.

Returns NULL on failure

top
DeleteByMsgnum
# msgnum is an integer
set status [CkMailMan_DeleteByMsgnum $this $msgnum]

Marks an email for deletion by its POP3 message number.

Important: Message numbers are specific to a single POP3 session and can change from one session to the next. For example, if a mailbox contains ten messages, they are numbered 1 through 10. If message 1 is deleted and a new POP3 session is opened, the remaining messages are renumbered 1 through 9.

A POP3 session must already be established before this method is called, either explicitly by calling Pop3BeginSession or implicitly by calling another method that opens the session. This method does not automatically begin a new session because doing so could change the message numbers and cause the application to delete a different message than intended.

This method only marks the message for deletion. The message is not removed from the POP3 mailbox until the session is ended by calling Pop3EndSession, which sends the QUIT command.

Returns 1 for success, 0 for failure.

More Information and Examples
top
DeleteByMsgnumAsync (1)
# returns a CkTask
# msgnum is an integer
set ret_task [CkMailMan_DeleteByMsgnumAsync $this $msgnum]

Creates an asynchronous task to call the DeleteByMsgnum method with the arguments provided.

Returns NULL on failure

top
DeleteByUidl
# uidl is a string
set status [CkMailMan_DeleteByUidl $this $uidl]

Marks the POP3 message identified by the UIDL in uidl for deletion. UIDLs are preferred over message numbers because they remain stable across sessions while the message remains in the mailbox.

If ImmediateDelete is 1, which is the default, Chilkat sends QUIT, commits the deletion, and closes the session before returning. If it is 0, the message is only marked with DELE; call Pop3EndSession to commit all pending deletions.

Pop3Reset or Pop3EndSessionNoQuit cancels uncommitted deletion marks.

If no POP3 session is active, Chilkat connects and authenticates automatically.

Returns 1 for success, 0 for failure.

More Information and Examples
top
DeleteByUidlAsync (1)
# returns a CkTask
# uidl is a string
set ret_task [CkMailMan_DeleteByUidlAsync $this $uidl]

Creates an asynchronous task to call the DeleteByUidl method with the arguments provided.

Returns NULL on failure

top
DeleteEmail
# email is a CkEmail
set status [CkMailMan_DeleteEmail $this $email]

Deletes a POP3 message by using the UIDL stored in the X-UIDL header of the Email in email. If email does not contain an X-UIDL header, the method fails.

If no POP3 session is active, Chilkat connects and authenticates automatically. The UIDL is used to locate the corresponding message in the current mailbox.

If ImmediateDelete is 1, which is the default, Chilkat marks the message for deletion, sends QUIT to commit the deletion, and closes the POP3 session before returning. If it is 0, the message is marked with DELE and the deletion remains pending until Pop3EndSession sends QUIT.

Pop3Reset or Pop3EndSessionNoQuit cancels uncommitted deletion marks. Uncommitted marks are also forgotten if the POP3 connection is lost before QUIT is sent.

Returns 1 for success, 0 for failure.

More Information and Examples
top
DeleteEmailAsync (1)
# returns a CkTask
# email is a CkEmail
set ret_task [CkMailMan_DeleteEmailAsync $this $email]

Creates an asynchronous task to call the DeleteEmail method with the arguments provided.

Returns NULL on failure

top
DeleteUidlSet
# stUidls is a CkStringTable
set status [CkMailMan_DeleteUidlSet $this $stUidls]
Introduced in version 11.1.0

Marks the POP3 messages whose UIDLs are listed in stUidls for deletion.

Chilkat processes the UIDL set and sends DELE for each located message. If a connection failure occurs before processing is complete, the POP3 session is lost and all uncommitted deletion marks are forgotten.

If ImmediateDelete is 1, which is the default, Chilkat sends a single QUIT after the entire set has been processed. This commits all deletion marks and closes the POP3 session. If it is 0, the marks remain pending until the application calls Pop3EndSession.

When making multiple deletion calls, it is usually more efficient to set ImmediateDelete to 0, perform all deletion operations, and call Pop3EndSession once at the end.

Returns 1 for success, 0 for failure.

More Information and Examples
top
DeleteUidlSetAsync (1)
# returns a CkTask
# stUidls is a CkStringTable
set ret_task [CkMailMan_DeleteUidlSetAsync $this $stUidls]
Introduced in version 11.1.0

Creates an asynchronous task to call the DeleteUidlSet method with the arguments provided.

Returns NULL on failure

top
FetchAll
# keepOnServer is a boolean
# headersOnly is a boolean
# numBodyLines is an integer
# bundle is a CkEmailBundle
set status [CkMailMan_FetchAll $this $keepOnServer $headersOnly $numBodyLines $bundle]
Introduced in version 11.0.0

Retrieves messages from the POP3 mailbox and appends them to the EmailBundle in bundle. Existing emails in bundle are preserved.

If headersOnly is 1, Chilkat retrieves the message headers and a partial body. numBodyLines specifies the number of body lines; a value of 0 retrieves the first body line. Attachments are not downloaded. If headersOnly is 0, Chilkat retrieves the complete messages, including attachments.

If keepOnServer is 1, every retrieved message remains on the POP3 server, regardless of ImmediateDelete.

If keepOnServer is 0 and complete messages are retrieved, Chilkat sends DELE for each message after it is downloaded. If ImmediateDelete = 1, Chilkat sends QUIT only after the entire requested set has been downloaded successfully; this commits the deletions and closes the POP3 session. If ImmediateDelete = 0, the deletion marks remain pending in the open session until the application calls Pop3EndSession.

If the POP3 connection is lost before QUIT, the session ends and the server forgets all uncommitted deletion marks. Chilkat automatically reconnects and establishes a new session when the next POP3 method is called.

Header-only or partial retrieval never marks messages for deletion, regardless of keepOnServer or ImmediateDelete.

MaxCount can limit the result to the newest messages. SizeLimit can omit oversized messages from full-message retrieval.

If an error occurs while retrieving multiple messages, processing stops at the first failure. Messages that were successfully retrieved before the failure remain appended to the output EmailBundle; Chilkat does not remove those results or restore the bundle to its prior state.

Returns 1 for success, 0 for failure.

top
FetchAllAsync (1)
# returns a CkTask
# keepOnServer is a boolean
# headersOnly is a boolean
# numBodyLines is an integer
# bundle is a CkEmailBundle
set ret_task [CkMailMan_FetchAllAsync $this $keepOnServer $headersOnly $numBodyLines $bundle]
Introduced in version 11.0.0

Creates an asynchronous task to call the FetchAll method with the arguments provided.

Returns NULL on failure

top
FetchByUidl
# uidl is a string
# headerOnly is a boolean
# numBodyLines is an integer
# email is a CkEmail
set status [CkMailMan_FetchByUidl $this $uidl $headerOnly $numBodyLines $email]
Introduced in version 11.0.0

Retrieves one message by UIDL and stores it in the Email in email. The message remains on the POP3 server.

If headerOnly is 1, Chilkat retrieves the headers and a partial body. numBodyLines specifies the number of body lines; a value of 0 retrieves the first body line. Attachments are not downloaded. If headerOnly is 0, Chilkat retrieves the complete message, including attachments.

If uidl is not found or the fetch otherwise fails, email is left unchanged.

Returns 1 for success, 0 for failure.

More Information and Examples
top
FetchByUidlAsync (1)
# returns a CkTask
# uidl is a string
# headerOnly is a boolean
# numBodyLines is an integer
# email is a CkEmail
set ret_task [CkMailMan_FetchByUidlAsync $this $uidl $headerOnly $numBodyLines $email]
Introduced in version 11.0.0

Creates an asynchronous task to call the FetchByUidl method with the arguments provided.

Returns NULL on failure

top
FetchFull
# partialEmail is a CkEmail
# fullEmail is a CkEmail
set status [CkMailMan_FetchFull $this $partialEmail $fullEmail]
Introduced in version 11.0.0

Downloads the complete version of the header-only or partial Email in partialEmail and stores it in fullEmail. The full result includes the complete body and any attachments.

partialEmail must retain the UIDL needed to locate the same message in the POP3 mailbox. The original POP3 session is not required; Chilkat connects and authenticates automatically when a session is not already active.

If the UIDL no longer exists in the mailbox, or if the full message cannot be downloaded for another reason, the method fails and fullEmail remains unchanged.

This method is useful when an application first retrieves headers or partial bodies and downloads the complete message only after the user selects it.

Returns 1 for success, 0 for failure.

More Information and Examples
top
FetchFullAsync (1)
# returns a CkTask
# partialEmail is a CkEmail
# fullEmail is a CkEmail
set ret_task [CkMailMan_FetchFullAsync $this $partialEmail $fullEmail]
Introduced in version 11.0.0

Creates an asynchronous task to call the FetchFull method with the arguments provided.

Returns NULL on failure

top
FetchMimeBd
# uidl is a string
# mimeData is a CkBinData
set status [CkMailMan_FetchMimeBd $this $uidl $mimeData]
Introduced in version 9.5.0.73

Fetches an email from the POP3 server by UIDL and stores the raw MIME source bytes in mimeData.

Chilkat clears the existing contents of mimeData before attempting the download. If the method succeeds, mimeData contains the downloaded MIME bytes. If it fails, mimeData remains empty.

Returns 1 for success, 0 for failure.

top
FetchMimeBdAsync (1)
# returns a CkTask
# uidl is a string
# mimeData is a CkBinData
set ret_task [CkMailMan_FetchMimeBdAsync $this $uidl $mimeData]
Introduced in version 9.5.0.73

Creates an asynchronous task to call the FetchMimeBd method with the arguments provided.

Returns NULL on failure

top
FetchMimeByMsgnumBd
# msgnum is an integer
# bd is a CkBinData
set status [CkMailMan_FetchMimeByMsgnumBd $this $msgnum $bd]
Introduced in version 11.0.0

Retrieves an email by POP3 message number and stores the raw MIME source bytes in bd.

Chilkat clears the existing contents of bd before attempting the download. If the method succeeds, bd contains the downloaded MIME bytes. If it fails, bd remains empty.

Important: Message numbers are specific to a single POP3 session and can change from one session to the next. For example, if a mailbox contains ten messages, they are numbered 1 through 10. If message 1 is deleted and a new POP3 session is opened, the remaining messages are renumbered 1 through 9.

A POP3 session must already be established before this method is called, either explicitly by calling Pop3BeginSession or implicitly by calling another method that opens the session. This method does not automatically begin a new POP3 session because doing so could change the message numbers.

Returns 1 for success, 0 for failure.

top
FetchMimeByMsgnumBdAsync (1)
# returns a CkTask
# msgnum is an integer
# bd is a CkBinData
set ret_task [CkMailMan_FetchMimeByMsgnumBdAsync $this $msgnum $bd]
Introduced in version 11.0.0

Creates an asynchronous task to call the FetchMimeByMsgnumBd method with the arguments provided.

Returns NULL on failure

top
FetchOne
# headerOnly is a boolean
# numBodyLines is an integer
# msgNum is an integer
# email is a CkEmail
set status [CkMailMan_FetchOne $this $headerOnly $numBodyLines $msgNum $email]
Introduced in version 11.0.0

Retrieves one message by POP3 message number and stores it in the Email in email. The first message has number 1. The message remains on the server.

If headerOnly is 1, Chilkat retrieves the headers and a partial body. numBodyLines specifies the number of body lines; a value of 0 retrieves the first body line. Attachments are not downloaded. If headerOnly is 0, Chilkat retrieves the complete message, including attachments.

If the message number is invalid or the fetch otherwise fails, email is left unchanged.

POP3 message numbers are specific to the current mailbox state and can change between sessions. Use UIDLs when a message must be identified reliably across sessions.

Returns 1 for success, 0 for failure.

More Information and Examples
top
FetchOneAsync (1)
# returns a CkTask
# headerOnly is a boolean
# numBodyLines is an integer
# msgNum is an integer
# email is a CkEmail
set ret_task [CkMailMan_FetchOneAsync $this $headerOnly $numBodyLines $msgNum $email]
Introduced in version 11.0.0

Creates an asynchronous task to call the FetchOne method with the arguments provided.

Returns NULL on failure

top
FetchRange
# keepOnServer is a boolean
# headersOnly is a boolean
# numBodyLines is an integer
# startIndex is an integer
# endIndex is an integer
# bundle is a CkEmailBundle
set status [CkMailMan_FetchRange $this $keepOnServer $headersOnly $numBodyLines $startIndex $endIndex $bundle]
Introduced in version 11.0.0

Retrieves a range of messages from the POP3 mailbox and appends them to the EmailBundle in bundle. Existing emails in bundle are preserved.

startIndex and endIndex are zero-based, inclusive indexes in the server's current mailbox order. The messages are appended in increasing index order. If endIndex extends past the end of the mailbox, Chilkat stops at the final message. If startIndex is greater than endIndex, the method succeeds without appending any messages.

If headersOnly is 1, Chilkat retrieves the message headers and a partial body. numBodyLines specifies the number of body lines; a value of 0 retrieves the first body line. Attachments are not downloaded. If headersOnly is 0, Chilkat retrieves the complete messages, including attachments.

If keepOnServer is 1, every retrieved message remains on the POP3 server, regardless of ImmediateDelete.

If keepOnServer is 0 and complete messages are retrieved, Chilkat sends DELE for each message after it is downloaded. If ImmediateDelete = 1, Chilkat sends QUIT only after the entire requested set has been downloaded successfully; this commits the deletions and closes the POP3 session. If ImmediateDelete = 0, the deletion marks remain pending in the open session until the application calls Pop3EndSession.

If the POP3 connection is lost before QUIT, the session ends and the server forgets all uncommitted deletion marks. Chilkat automatically reconnects and establishes a new session when the next POP3 method is called.

Header-only or partial retrieval never marks messages for deletion, regardless of keepOnServer or ImmediateDelete.

If an error occurs while retrieving multiple messages, processing stops at the first failure. Messages that were successfully retrieved before the failure remain appended to the output EmailBundle; Chilkat does not remove those results or restore the bundle to its prior state.

Returns 1 for success, 0 for failure.

More Information and Examples
top
FetchRangeAsync (1)
# returns a CkTask
# keepOnServer is a boolean
# headersOnly is a boolean
# numBodyLines is an integer
# startIndex is an integer
# endIndex is an integer
# bundle is a CkEmailBundle
set ret_task [CkMailMan_FetchRangeAsync $this $keepOnServer $headersOnly $numBodyLines $startIndex $endIndex $bundle]
Introduced in version 11.0.0

Creates an asynchronous task to call the FetchRange method with the arguments provided.

Returns NULL on failure

top
FetchUidls
# uidls is a CkStringTable
set status [CkMailMan_FetchUidls $this $uidls]
Introduced in version 11.0.0

Retrieves the UIDLs of the messages currently stored in the POP3 mailbox and stores them in uidls. The UIDLs are returned in the server's current mailbox order, with one entry for each message.

A POP3 UIDL, or Unique ID Listing, is a persistent identifier assigned by the mail server. Unlike POP3 message numbers, which can change between sessions, a UIDL remains stable for as long as the message remains in the mailbox.

If no POP3 session is active, Chilkat connects and authenticates automatically. After a successful call, the session remains open for reuse by subsequent POP3 methods.

Returns 1 for success, 0 for failure.

More Information and Examples
top
FetchUidlsAsync (1)
# returns a CkTask
# uidls is a CkStringTable
set ret_task [CkMailMan_FetchUidlsAsync $this $uidls]
Introduced in version 11.0.0

Creates an asynchronous task to call the FetchUidls method with the arguments provided.

Returns NULL on failure

top
FetchUidlSet
# uidls is a CkStringTable
# headersOnly is a boolean
# numBodyLines is an integer
# bundle is a CkEmailBundle
set status [CkMailMan_FetchUidlSet $this $uidls $headersOnly $numBodyLines $bundle]
Introduced in version 11.0.0

Retrieves the messages whose UIDLs are listed in uidls and appends them to the EmailBundle in bundle. Existing emails in bundle are preserved, and the retrieved messages remain on the POP3 server.

UIDLs are processed in the order in which they occur in uidls. A duplicate UIDL causes the same message to be appended again. A UIDL that is not present in the mailbox is ignored and does not by itself cause the method to fail.

If headersOnly is 1, Chilkat retrieves the headers and a partial body. numBodyLines specifies the number of body lines; a value of 0 retrieves the first body line. Attachments are not downloaded. If headersOnly is 0, Chilkat retrieves the complete messages, including attachments.

If an error occurs while retrieving multiple messages, processing stops at the first failure. Messages that were successfully retrieved before the failure remain appended to the output EmailBundle; Chilkat does not remove those results or restore the bundle to its prior state.

Returns 1 for success, 0 for failure.

More Information and Examples
top
FetchUidlSetAsync (1)
# returns a CkTask
# uidls is a CkStringTable
# headersOnly is a boolean
# numBodyLines is an integer
# bundle is a CkEmailBundle
set ret_task [CkMailMan_FetchUidlSetAsync $this $uidls $headersOnly $numBodyLines $bundle]
Introduced in version 11.0.0

Creates an asynchronous task to call the FetchUidlSet method with the arguments provided.

Returns NULL on failure

top
GetLastJsonData
# json is a CkJsonObject
CkMailMan_GetLastJsonData $this $json
Introduced in version 11.0.0

Copies into json any structured JSON details produced by the immediately preceding method call.

Not every MailMan method produces JSON details. Call this method immediately after the operation of interest so the returned information corresponds to that operation.

More Information and Examples
top
GetMailboxCount
set retInt [CkMailMan_GetMailboxCount $this]

Returns the number of emails currently available in the POP3 mailbox. Returns -1 if an error occurs.

This method is functionally identical to CheckMail.

More Information and Examples
top
GetMailboxCountAsync (1)
# returns a CkTask
set ret_task [CkMailMan_GetMailboxCountAsync $this]

Creates an asynchronous task to call the GetMailboxCount method with the arguments provided.

Returns NULL on failure

top
GetMailboxInfoXml
# outXml is a CkString (output)
set status [CkMailMan_GetMailboxInfoXml $this $outStr]
set retStr [CkMailMan_getMailboxInfoXml $this]

Returns an XML document containing information about the messages currently stored in the POP3 mailbox.

The XML includes the UIDL and size, in bytes, for each message in the mailbox. This is useful for scanning mailbox state without downloading the full messages.

Returns 1 for success, 0 for failure.

top
GetMailboxInfoXmlAsync (1)
# returns a CkTask
set ret_task [CkMailMan_GetMailboxInfoXmlAsync $this]

Creates an asynchronous task to call the GetMailboxInfoXml method with the arguments provided.

Returns NULL on failure

top
GetMailboxSize
set retInt [CkMailMan_GetMailboxSize $this]

Returns the total combined size, in bytes, of all messages currently stored in the POP3 mailbox. This is also known as the POP3 maildrop size.

If no POP3 session is active, Chilkat connects and authenticates automatically. After a successful call, the session remains open for reuse by subsequent POP3 methods.

Returns -1 on failure.

More Information and Examples
top
GetMailboxSizeAsync (1)
# returns a CkTask
set ret_task [CkMailMan_GetMailboxSizeAsync $this]

Creates an asynchronous task to call the GetMailboxSize method with the arguments provided.

Returns NULL on failure

top
GetServerCert
# useSmtp is a boolean
# cert is a CkCert
set status [CkMailMan_GetServerCert $this $useSmtp $cert]
Introduced in version 11.0.0

Gets the digital certificate presented by the SMTP or POP3 server for the current SSL/TLS connection and stores it in cert.

If useSmtp is 1, Chilkat returns the certificate for the SMTP connection. If useSmtp is 0, Chilkat returns the certificate for the POP3 connection.

This method applies only when the current connection uses SSL/TLS.

Returns 1 for success, 0 for failure.

More Information and Examples
top
GetSizeByUidl
# uidl is a string
set retInt [CkMailMan_GetSizeByUidl $this $uidl]

Returns the size, in bytes, of the email on the POP3 server identified by uidl. The size includes the full message content, including attachments.

Returns -1 if an error occurs.

More Information and Examples
top
GetSizeByUidlAsync (1)
# returns a CkTask
# uidl is a string
set ret_task [CkMailMan_GetSizeByUidlAsync $this $uidl]

Creates an asynchronous task to call the GetSizeByUidl method with the arguments provided.

Returns NULL on failure

top
IsSmtpDsnCapable
set retBool [CkMailMan_IsSmtpDsnCapable $this]

Contacts the SMTP server and determines whether it supports the DSN, or Delivery Status Notification, extension defined by RFC 3461.

DSN support is used with properties such as DsnEnvid, DsnNotify, and DsnRet. Returns 1 if the SMTP server advertises DSN support, otherwise returns 0.

More Information and Examples
top
IsSmtpDsnCapableAsync (1)
# returns a CkTask
set ret_task [CkMailMan_IsSmtpDsnCapableAsync $this]

Creates an asynchronous task to call the IsSmtpDsnCapable method with the arguments provided.

Returns NULL on failure

top
LoadMbxFile
# mbxPath is a string
# bundle is a CkEmailBundle
set status [CkMailMan_LoadMbxFile $this $mbxPath $bundle]
Introduced in version 11.0.0

Loads emails from a .mbx mailbox file and stores them in bundle.

If a filter has been configured, only the emails matching the filter are returned.

Returns 1 for success, 0 for failure.

More Information and Examples
top
LoadTaskCaller
# task is a CkTask
set status [CkMailMan_LoadTaskCaller $this $task]
Introduced in version 9.5.0.80

Associates this MailMan object with the original MailMan caller of the asynchronous operation represented by task.

Use this method when the application has a Task but no longer has a reference to the MailMan object that started the asynchronous operation. A common example is code running in a TaskCompleted event handler that needs access to the original MailMan object.

task may be the task returned by any MailMan asynchronous method, and the task does not need to be complete.

This method does not copy the original caller's configuration or state. After it succeeds, this MailMan object refers to the same MailMan state as the original caller. Any state previously associated with this MailMan object is replaced, and changes made through either reference affect the same MailMan instance.

Returns 1 for success, 0 for failure.

top
OpenSmtpConnection
set status [CkMailMan_OpenSmtpConnection $this]

Explicitly opens a connection to the SMTP server and authenticates if a username and password, OAuth2 token, or other applicable authentication settings have been provided.

Calling this method is optional. Email-sending methods such as SendEmail automatically open and authenticate the SMTP connection when needed.

This method is equivalent to calling SmtpConnect followed by SmtpAuthenticate.

Returns 1 for success, 0 for failure.

top
OpenSmtpConnectionAsync (1)
# returns a CkTask
set ret_task [CkMailMan_OpenSmtpConnectionAsync $this]

Creates an asynchronous task to call the OpenSmtpConnection method with the arguments provided.

Returns NULL on failure

top
Pop3Authenticate
set status [CkMailMan_Pop3Authenticate $this]
Introduced in version 9.5.0.56

Authenticates with the POP3 server using the current POP3 property settings, such as PopUsername, PopPassword, and any authentication-related options.

This method should be called only after a successful call to Pop3Connect. The Pop3BeginSession method performs both steps and is equivalent to calling Pop3Connect followed by Pop3Authenticate.

Calling this method is optional in most applications because POP3 methods that communicate with the server automatically connect and authenticate if no authenticated session is already open.

Returns 1 for success, 0 for failure.

More Information and Examples
top
Pop3AuthenticateAsync (1)
# returns a CkTask
set ret_task [CkMailMan_Pop3AuthenticateAsync $this]
Introduced in version 9.5.0.56

Creates an asynchronous task to call the Pop3Authenticate method with the arguments provided.

Returns NULL on failure

top
Pop3BeginSession
set status [CkMailMan_Pop3BeginSession $this]

Explicitly begins a POP3 session by connecting to the POP3 server and authenticating using the current POP3 property settings.

Calling this method is optional. Any method that requires an established POP3 session automatically connects and logs in if a session is not already open.

Returns 1 for success, 0 for failure.

top
Pop3BeginSessionAsync (1)
# returns a CkTask
set ret_task [CkMailMan_Pop3BeginSessionAsync $this]

Creates an asynchronous task to call the Pop3BeginSession method with the arguments provided.

Returns NULL on failure

top
Pop3Connect
set status [CkMailMan_Pop3Connect $this]
Introduced in version 9.5.0.56

Explicitly connects to the POP3 server. If SSL/TLS is required by the current property settings, the secure TLS channel is established as part of this call. This method receives the server's initial greeting but does not authenticate.

After Pop3Connect succeeds, call Pop3Authenticate to log in. The Pop3BeginSession method performs both steps and is equivalent to calling Pop3Connect followed by Pop3Authenticate.

Calling this method is optional in most applications because POP3 methods that communicate with the server automatically connect and authenticate if no authenticated session is already open. When finished with the POP3 server, call Pop3EndSession or Pop3EndSessionNoQuit to disconnect.

Returns 1 for success, 0 for failure.

More Information and Examples
top
Pop3ConnectAsync (1)
# returns a CkTask
set ret_task [CkMailMan_Pop3ConnectAsync $this]
Introduced in version 9.5.0.56

Creates an asynchronous task to call the Pop3Connect method with the arguments provided.

Returns NULL on failure

top
Pop3EndSession
set status [CkMailMan_Pop3EndSession $this]

Sends the POP3 QUIT command and closes the current POP3 connection.

Any messages marked for deletion during the session are permanently deleted when the server accepts QUIT. After the session ends, IsPop3Connected is 0 and Pop3SessionId returns 0.

Returns 1 for success, 0 for failure.

top
Pop3EndSessionAsync (1)
# returns a CkTask
set ret_task [CkMailMan_Pop3EndSessionAsync $this]

Creates an asynchronous task to call the Pop3EndSession method with the arguments provided.

Returns NULL on failure

top
Pop3EndSessionNoQuit
set retBool [CkMailMan_Pop3EndSessionNoQuit $this]

Closes the POP3 connection without sending the QUIT command.

Pending deletion marks are not committed. Messages marked with DELE during the session remain in the mailbox after reconnecting.

Use Pop3EndSession when pending deletions should be finalized.

This method should always return 1.

top
Pop3EndSessionNoQuitAsync (1)
# returns a CkTask
set ret_task [CkMailMan_Pop3EndSessionNoQuitAsync $this]

Creates an asynchronous task to call the Pop3EndSessionNoQuit method with the arguments provided.

Returns NULL on failure

top
Pop3Noop
set status [CkMailMan_Pop3Noop $this]

Sends a POP3 NOOP command to the server.

This can be useful for keeping a POP3 session alive or for verifying that the current POP3 connection is still open and functioning.

Returns 1 for success, 0 for failure.

More Information and Examples
top
Pop3NoopAsync (1)
# returns a CkTask
set ret_task [CkMailMan_Pop3NoopAsync $this]

Creates an asynchronous task to call the Pop3Noop method with the arguments provided.

Returns NULL on failure

top
Pop3Reset
set status [CkMailMan_Pop3Reset $this]

Sends the POP3 RSET command to the server.

Any messages marked for deletion during the current session are unmarked and remain in the mailbox. The POP3 session remains open after a successful reset.

Returns 1 for success, 0 for failure.

More Information and Examples
top
Pop3ResetAsync (1)
# returns a CkTask
set ret_task [CkMailMan_Pop3ResetAsync $this]

Creates an asynchronous task to call the Pop3Reset method with the arguments provided.

Returns NULL on failure

top
Pop3SendRawCommand
# command is a string
# charset is a string
# outStr is a CkString (output)
set status [CkMailMan_Pop3SendRawCommand $this $command $charset $outStr]
set retStr [CkMailMan_pop3SendRawCommand $this $command $charset]

Sends a raw command to the POP3 server and returns the server's response.

If command contains non-US-ASCII characters, charset specifies the character set used to encode the command before it is sent. Examples include utf-8, ansi, iso-8859-1, and Shift_JIS.

This method is intended for advanced use, diagnostics, or issuing POP3 commands not directly exposed by higher-level MailMan methods.

Returns 1 for success, 0 for failure.

More Information and Examples
top
Pop3SendRawCommandAsync (1)
# returns a CkTask
# command is a string
# charset is a string
set ret_task [CkMailMan_Pop3SendRawCommandAsync $this $command $charset]

Creates an asynchronous task to call the Pop3SendRawCommand method with the arguments provided.

Returns NULL on failure

top
QuickSend
# fromAddr is a string
# toAddr is a string
# subject is a string
# body is a string
# smtpServer is a string
set status [CkMailMan_QuickSend $this $fromAddr $toAddr $subject $body $smtpServer]

Sends a simple email to a single recipient without requiring the application to explicitly create an Email object.

The fromAddr argument is the sender address, toAddr is the recipient address, subject is the message subject, body is the plain-text body, and smtpServer is the SMTP server hostname.

This method is convenient for simple cases. For attachments, HTML email, CC/BCC recipients, alternate bodies, signing, encryption, or more control over headers and SMTP behavior, create an Email object and use SendEmail instead.

Returns 1 for success, 0 for failure.

More Information and Examples
top
QuickSendAsync (1)
# returns a CkTask
# fromAddr is a string
# toAddr is a string
# subject is a string
# body is a string
# smtpServer is a string
set ret_task [CkMailMan_QuickSendAsync $this $fromAddr $toAddr $subject $body $smtpServer]

Creates an asynchronous task to call the QuickSend method with the arguments provided.

Returns NULL on failure

top
RenderToMime
# email is a CkEmail
# outStr is a CkString (output)
set status [CkMailMan_RenderToMime $this $email $outStr]
set retStr [CkMailMan_renderToMime $this $email]

Renders the Email in email as the MIME text that would be sent to the SMTP server, without actually sending the email.

Rendering uses the current MailMan and Email settings and may include MIME formatting, header encoding, replacement-pattern substitution, digital signing, encryption, and other transformations required before transmission.

This method does not modify email. Values generated as part of rendering are produced for the returned MIME and are not written back to the supplied Email. Repeated calls are not guaranteed to produce byte-for-byte identical MIME.

By default, a Bcc header present in email is included in the rendered MIME. Add NoBccHeader to the Email object's UncommonOptions property to omit the Bcc header from the MIME.

Conceptually, SendEmail performs this rendering step and then sends the resulting MIME.

Note: If the MIME may contain 8-bit or binary data, use RenderToMimeBytes or RenderToMimeBd. Returning binary MIME as a string can corrupt bytes that are not valid text.

Returns 1 for success, 0 for failure.

top
RenderToMimeBd
# email is a CkEmail
# renderedMime is a CkBinData
set status [CkMailMan_RenderToMimeBd $this $email $renderedMime]
Introduced in version 9.5.0.62

Renders the Email in email as MIME bytes and appends the result to renderedMime.

This method is the BinData version of RenderToMimeBytes. It is useful when the rendered MIME must be preserved as bytes, especially when it may contain 8-bit or binary MIME content.

Rendering does not modify email. Values generated for the rendered MIME are not written back to the supplied Email.

Returns 1 for success, 0 for failure.

top
RenderToMimeSb
# email is a CkEmail
# renderedMime is a CkStringBuilder
set status [CkMailMan_RenderToMimeSb $this $email $renderedMime]
Introduced in version 9.5.0.62

Renders the Email in email as MIME text and appends the result to renderedMime.

This method is the StringBuilder version of RenderToMime. Rendering does not modify email; values generated for the rendered MIME are not written back to the supplied Email.

Note: If the MIME may contain 8-bit or binary content, use RenderToMimeBytes or RenderToMimeBd instead. Returning binary MIME as text can corrupt data that is not valid text.

Returns 1 for success, 0 for failure.

top
SendBundle
# bundle is a CkEmailBundle
set status [CkMailMan_SendBundle $this $bundle]

Sends each email in bundle. This is equivalent to calling SendEmail once for each email in the bundle.

If an error occurs while sending one email, Chilkat continues attempting to send the remaining emails unless a fatal error occurs that requires the send operation to stop.

Because it can be difficult or impossible to programmatically determine exactly which emails succeeded and which failed after a bundle send, applications that need detailed per-message status should loop through the bundle and call SendEmail for each message individually.

Returns 1 for success, 0 for failure.

More Information and Examples
top
SendBundleAsync (1)
# returns a CkTask
# bundle is a CkEmailBundle
set ret_task [CkMailMan_SendBundleAsync $this $bundle]

Creates an asynchronous task to call the SendBundle method with the arguments provided.

Returns NULL on failure

top
SendEmail
# email is a CkEmail
set status [CkMailMan_SendEmail $this $email]

Sends a single email through the configured SMTP server.

Chilkat automatically opens the SMTP connection when needed. After the email is sent, the connection remains open so a subsequent call to SendEmail or another email-sending method can reuse the same SMTP connection. If an SMTP-related property changes, such as SmtpHost, SmtpUsername, password, port, or SSL/TLS settings, Chilkat automatically closes the existing connection and establishes a new one using the updated settings on the next send.

Important: Some SMTP servers do not complete final delivery processing until the SMTP connection is closed. In these cases, call CloseSmtpConnection after sending. Most SMTP servers process the message immediately, so explicitly closing the connection is usually not required.

By default, a Bcc header in email is included in the MIME sent to the SMTP server. To prevent Bcc addresses from appearing in the MIME header, add NoBccHeader to the Email object's UncommonOptions property.

After sending, additional information about the SMTP transaction may be available by calling GetLastJsonData.

If this method fails, examine SmtpFailReason and LastSmtpStatus. The latter is nonzero only when Chilkat established an SMTP session and received a failure status code from the server.

Returns 1 for success, 0 for failure.

top
SendEmailAsync (1)
# returns a CkTask
# email is a CkEmail
set ret_task [CkMailMan_SendEmailAsync $this $email]

Creates an asynchronous task to call the SendEmail method with the arguments provided.

Returns NULL on failure

top
SendMime
# fromAddr is a string
# recipients is a string
# mimeSource is a string
set status [CkMailMan_SendMime $this $fromAddr $recipients $mimeSource]

Sends an email from caller-supplied MIME text. The MIME source in mimeSource is passed to the SMTP server as the message content.

This method provides complete control over the MIME that is sent. It is useful when the application already has a fully formed MIME message, or when the MIME was created externally and should not be rebuilt from an Email object.

The fromAddr argument is the SMTP reverse-path address used in the MAIL FROM command. This is where bounced email and non-delivery reports are normally delivered. It can be different from the From header in the MIME.

recipients is a comma-separated list of plain email addresses used in SMTP RCPT TO commands. Do not include display names or formatted mailbox syntax; supply only addresses such as alice@example.com,bob@example.com.

If this method fails, examine SmtpFailReason and LastSmtpStatus. The latter is nonzero only when Chilkat established an SMTP session and received a failure status code from the server.

Returns 1 for success, 0 for failure.

top
SendMimeAsync (1)
# returns a CkTask
# fromAddr is a string
# recipients is a string
# mimeSource is a string
set ret_task [CkMailMan_SendMimeAsync $this $fromAddr $recipients $mimeSource]

Creates an asynchronous task to call the SendMime method with the arguments provided.

Returns NULL on failure

top
SendMimeBd
# fromAddr is a string
# recipients is a string
# mimeData is a CkBinData
set status [CkMailMan_SendMimeBd $this $fromAddr $recipients $mimeData]
Introduced in version 9.5.0.73

Sends an email from caller-supplied MIME bytes contained in mimeData.

This method is the BinData version of SendMimeBytes. It is useful when the MIME must be sent exactly as bytes, such as when it contains binary MIME content, 8bit encodings, or a DKIM/DomainKey signature where byte preservation matters.

fromAddr is the SMTP reverse-path address used in the MAIL FROM command. recipients is a comma-separated list of plain email addresses used in SMTP RCPT TO commands. Do not include display names or formatted mailbox syntax in recipients.

If this method fails, examine SmtpFailReason and LastSmtpStatus. The latter is nonzero only when Chilkat established an SMTP session and received a failure status code from the server.

Returns 1 for success, 0 for failure.

top
SendMimeBdAsync (1)
# returns a CkTask
# fromAddr is a string
# recipients is a string
# mimeData is a CkBinData
set ret_task [CkMailMan_SendMimeBdAsync $this $fromAddr $recipients $mimeData]
Introduced in version 9.5.0.73

Creates an asynchronous task to call the SendMimeBd method with the arguments provided.

Returns NULL on failure

top
SetDecryptCert
# cert is a CkCert
set status [CkMailMan_SetDecryptCert $this $cert]
Introduced in version 9.5.0.40

Explicitly specifies the certificate to use when decrypting encrypted email.

The certificate must correspond to the recipient certificate used to encrypt the message, and the associated private key must be available to Chilkat through the certificate itself, an added PFX source, an XML certificate vault, or the platform certificate store where applicable.

Returns 1 for success, 0 for failure.

More Information and Examples
top
SetDecryptCert2
# cert is a CkCert
# privateKey is a CkPrivateKey
set status [CkMailMan_SetDecryptCert2 $this $cert $privateKey]

Explicitly specifies both the certificate and its associated private key to use when decrypting S/MIME encrypted email.

In most cases, it is simpler to call AddPfxSourceFile or AddPfxSourceData to provide the certificate and private key together in a PFX/PKCS#12 source. On Windows, if the certificate and private key are already installed in the default certificate store, no explicit setup may be needed because MailMan automatically searches the Windows certificate stores.

Returns 1 for success, 0 for failure.

More Information and Examples
top
SetPassword
# protocol is a string
# password is a CkSecureString
set status [CkMailMan_SetPassword $this $protocol $password]
Introduced in version 9.5.0.71

Sets the POP3 or SMTP password from a SecureString.

The protocol argument specifies which password is being set. Use pop3 to set the POP3 password, which is equivalent to setting the PopPassword property. Use smtp to set the SMTP password, which is equivalent to setting the SmtpPassword property.

Returns 1 for success, 0 for failure.

top
SetSslClientCert
# cert is a CkCert
set status [CkMailMan_SetSslClientCert $this $cert]

Sets the client-side certificate to use for SSL/TLS connections.

This is typically not required. Most SSL/TLS connections authenticate the server only, while the client remains unauthenticated at the TLS layer. Use this method only when the SMTP or POP3 server requires TLS client certificate authentication.

Returns 1 for success, 0 for failure.

More Information and Examples
top
SetSslClientCertPem
# pemDataOrFilename is a string
# pemPassword is a string
set status [CkMailMan_SetSslClientCertPem $this $pemDataOrFilename $pemPassword]

Sets the client-side certificate to use for SSL/TLS connections, loading it from PEM data or from a PEM file.

The pemDataOrFilename argument may contain PEM text or the path to a PEM file. The pemPassword argument supplies the password if the PEM private key is encrypted.

TLS client certificates are typically required only when the server uses mutual TLS. Most SMTP and POP3 SSL/TLS connections do not require a client certificate.

Returns 1 for success, 0 for failure.

top
SetSslClientCertPfx
# pfxPath is a string
# pfxPassword is a string
set status [CkMailMan_SetSslClientCertPfx $this $pfxPath $pfxPassword]

Sets the client-side certificate to use for SSL/TLS connections, loading it from a PFX/PKCS#12 file.

The pfxPath argument is the path to the PFX file, and pfxPassword is the password required to open it.

TLS client certificates are typically required only when the server uses mutual TLS. Most SMTP and POP3 SSL/TLS connections do not require a client certificate.

Returns 1 for success, 0 for failure.

More Information and Examples
top
SmtpAuthenticate
set status [CkMailMan_SmtpAuthenticate $this]
Introduced in version 9.5.0.48

Authenticates with the SMTP server using the current SMTP property settings, such as SmtpUsername, SmtpPassword, OAuth2 token settings, and other authentication-related options.

This method should be called only after a successful call to SmtpConnect. The OpenSmtpConnection method performs both steps and is equivalent to calling SmtpConnect followed by SmtpAuthenticate.

Calling this method is optional in most applications because SMTP methods that communicate with the server, such as SendEmail, automatically connect and authenticate if no authenticated SMTP connection is already open.

Returns 1 for success, 0 for failure.

top
SmtpAuthenticateAsync (1)
# returns a CkTask
set ret_task [CkMailMan_SmtpAuthenticateAsync $this]
Introduced in version 9.5.0.48

Creates an asynchronous task to call the SmtpAuthenticate method with the arguments provided.

Returns NULL on failure

top
SmtpConnect
set status [CkMailMan_SmtpConnect $this]
Introduced in version 9.5.0.48

Explicitly connects to the SMTP server. If SSL/TLS is required by the current property settings, the secure TLS channel is established as part of this call. This method receives the server's initial greeting but does not authenticate.

After SmtpConnect succeeds, call SmtpAuthenticate to authenticate. The OpenSmtpConnection method performs both steps and is equivalent to calling SmtpConnect followed by SmtpAuthenticate.

Calling this method is optional in most applications because SMTP methods that communicate with the server, such as SendEmail, automatically connect and authenticate if no authenticated SMTP connection is already open.

Returns 1 for success, 0 for failure.

top
SmtpConnectAsync (1)
# returns a CkTask
set ret_task [CkMailMan_SmtpConnectAsync $this]
Introduced in version 9.5.0.48

Creates an asynchronous task to call the SmtpConnect method with the arguments provided.

Returns NULL on failure

top
SmtpNoop
set status [CkMailMan_SmtpNoop $this]

Sends an SMTP NOOP command to the server.

This can be useful for testing whether the SMTP connection is working and still valid. If an SMTP connection is not already open, SmtpNoop automatically establishes the connection using the current SMTP property settings.

Returns 1 for success, 0 for failure.

More Information and Examples
top
SmtpNoopAsync (1)
# returns a CkTask
set ret_task [CkMailMan_SmtpNoopAsync $this]

Creates an asynchronous task to call the SmtpNoop method with the arguments provided.

Returns NULL on failure

top
SmtpReset
set status [CkMailMan_SmtpReset $this]

Sends an SMTP RSET command to the server.

The RSET command resets the server-side state of the current SMTP transaction so the connection can be used to begin a new mail transaction. This method is rarely needed. It would normally only be useful if a mail-sending method failed and left the SMTP connection open in a non-initial state, a situation that should generally not occur with the Chilkat MailMan object.

Returns 1 for success, 0 for failure.

More Information and Examples
top
SmtpResetAsync (1)
# returns a CkTask
set ret_task [CkMailMan_SmtpResetAsync $this]

Creates an asynchronous task to call the SmtpReset method with the arguments provided.

Returns NULL on failure

top
SmtpSendRawCommand
# command is a string
# charset is a string
# bEncodeBase64 is a boolean
# outStr is a CkString (output)
set status [CkMailMan_SmtpSendRawCommand $this $command $charset $bEncodeBase64 $outStr]
set retStr [CkMailMan_smtpSendRawCommand $this $command $charset $bEncodeBase64]

Sends a raw command to the SMTP server and returns the server's response.

If command contains non-US-ASCII characters, charset specifies the character set used to encode the command before it is sent. Examples include utf-8, ansi, iso-8859-1, and Shift_JIS.

If bEncodeBase64 is 1, the response is returned in Base64-encoded form. If bEncodeBase64 is 0, the raw response text is returned.

This method is intended for advanced use, diagnostics, or issuing SMTP commands not directly exposed by higher-level MailMan methods.

Returns 1 for success, 0 for failure.

More Information and Examples
top
SmtpSendRawCommandAsync (1)
# returns a CkTask
# command is a string
# charset is a string
# bEncodeBase64 is a boolean
set ret_task [CkMailMan_SmtpSendRawCommandAsync $this $command $charset $bEncodeBase64]

Creates an asynchronous task to call the SmtpSendRawCommand method with the arguments provided.

Returns NULL on failure

top
SshAuthenticatePk
# sshLogin is a string
# privKey is a CkSshKey
set status [CkMailMan_SshAuthenticatePk $this $sshLogin $privKey]

Authenticates with the SSH server using public-key authentication after an SSH tunnel has been opened.

The sshLogin argument is the SSH account name. The privKey argument is the SshKey containing the private key used for authentication. The matching public key must already be installed for the SSH account on the server.

An SSH tunneling session begins by calling SshOpenTunnel to connect to the SSH server, followed by either SshAuthenticatePk or SshAuthenticatePw to authenticate.

After the SSH tunnel is established and authenticated, MailMan's underlying SMTP or POP3 communication uses the SSH tunnel. No other programming changes are required beyond the initial tunnel setup calls.

Returns 1 for success, 0 for failure.

More Information and Examples
top
SshAuthenticatePkAsync (1)
# returns a CkTask
# sshLogin is a string
# privKey is a CkSshKey
set ret_task [CkMailMan_SshAuthenticatePkAsync $this $sshLogin $privKey]

Creates an asynchronous task to call the SshAuthenticatePk method with the arguments provided.

Returns NULL on failure

top
SshAuthenticatePw
# sshLogin is a string
# sshPassword is a string
set status [CkMailMan_SshAuthenticatePw $this $sshLogin $sshPassword]

Authenticates with the SSH server using an SSH username and password after an SSH tunnel has been opened.

The sshLogin argument is the SSH account name, and sshPassword is the corresponding SSH password.

An SSH tunneling session begins by calling SshOpenTunnel to connect to the SSH server, followed by either SshAuthenticatePw or SshAuthenticatePk to authenticate.

After the SSH tunnel is established and authenticated, MailMan's underlying SMTP or POP3 communication uses the SSH tunnel. No other programming changes are required beyond the initial tunnel setup calls.

Returns 1 for success, 0 for failure.

top
SshAuthenticatePwAsync (1)
# returns a CkTask
# sshLogin is a string
# sshPassword is a string
set ret_task [CkMailMan_SshAuthenticatePwAsync $this $sshLogin $sshPassword]

Creates an asynchronous task to call the SshAuthenticatePw method with the arguments provided.

Returns NULL on failure

top
SshCloseTunnel
set status [CkMailMan_SshCloseTunnel $this]

Closes the SSH tunnel used for SMTP or POP3 communication.

Returns 1 for success, 0 for failure.

More Information and Examples
top
SshCloseTunnelAsync (1)
# returns a CkTask
set ret_task [CkMailMan_SshCloseTunnelAsync $this]

Creates an asynchronous task to call the SshCloseTunnel method with the arguments provided.

Returns NULL on failure

top
SshOpenTunnel
# sshHostname is a string
# sshPort is an integer
set status [CkMailMan_SshOpenTunnel $this $sshHostname $sshPort]
Introduced in version 9.5.0.50

Connects to an SSH server and opens an SSH tunnel for MailMan's SMTP or POP3 connections.

The sshHostname argument is the hostname or IP address of the SSH server. The sshPort argument is the SSH port, typically 22.

An SSH tunneling session begins by calling SshOpenTunnel, followed by either SshAuthenticatePw or SshAuthenticatePk to authenticate.

After the SSH tunnel is established and authenticated, MailMan's underlying SMTP or POP3 communication uses the SSH tunnel. No other programming changes are required beyond the initial tunnel setup calls.

Returns 1 for success, 0 for failure.

top
SshOpenTunnelAsync (1)
# returns a CkTask
# sshHostname is a string
# sshPort is an integer
set ret_task [CkMailMan_SshOpenTunnelAsync $this $sshHostname $sshPort]
Introduced in version 9.5.0.50

Creates an asynchronous task to call the SshOpenTunnel method with the arguments provided.

Returns NULL on failure

top
UseCertVault
# vault is a CkXmlCertVault
set status [CkMailMan_UseCertVault $this $vault]
Introduced in version 9.5.0.40

Provides an XML certificate vault to be searched for certificates and private keys when MailMan performs operations such as encryption, decryption, signing, or signature verification.

Unlike PFX sources added with AddPfxSourceData, AddPfxSourceBd, or AddPfxSourceFile, only one XML certificate vault can be used at a time. If UseCertVault is called more than once, the most recent vault replaces the previously supplied vault.

Returns 1 for success, 0 for failure.

More Information and Examples
top
UseSsh
# ssh is a CkSsh
set status [CkMailMan_UseSsh $this $ssh]
Introduced in version 9.5.0.55

Configures MailMan to use an existing SSH tunnel provided by the Ssh object in ssh for SMTP and POP3 connections.

This method is similar to UseSshTunnel, except the SSH tunnel is supplied in ssh rather than a Socket object.

Sharing an existing SSH tunnel is useful when multiple objects need to communicate through the same SSH connection. SSH supports multiple logical channels within one tunnel, so SMTP and POP3 connections can exist simultaneously as separate SSH channels.

Returns 1 for success, 0 for failure.

top
UseSshTunnel
# tunnel is a CkSocket
set status [CkMailMan_UseSshTunnel $this $tunnel]
Introduced in version 9.5.0.50

Configures MailMan to use an existing SSH tunnel provided by a Socket object for SMTP and POP3 connections.

Sharing an existing SSH tunnel is useful when multiple objects need to communicate through the same SSH connection. SSH supports multiple logical channels within one tunnel, so SMTP and POP3 connections can exist simultaneously as separate SSH channels.

Returns 1 for success, 0 for failure.

More Information and Examples
top
VerifyPopConnection
set retBool [CkMailMan_VerifyPopConnection $this]

Tests whether a TCP/IP connection can be established with the configured POP3 server.

This method verifies connectivity only. It does not prove that POP3 authentication will succeed. Use VerifyPopLogin to test both connection and login.

Returns 1 if the connection can be established, otherwise returns 0.

More Information and Examples
top
VerifyPopConnectionAsync (1)
# returns a CkTask
set ret_task [CkMailMan_VerifyPopConnectionAsync $this]

Creates an asynchronous task to call the VerifyPopConnection method with the arguments provided.

Returns NULL on failure

top
VerifyPopLogin
set retBool [CkMailMan_VerifyPopLogin $this]

Tests whether Chilkat can connect to the configured POP3 server and successfully log in using the current POP3 authentication settings.

Use this method to diagnose whether POP3 credentials and authentication settings are correct. If only the TCP/IP connection needs to be tested, use VerifyPopConnection.

Returns 1 if the connection and login succeed, otherwise returns 0.

More Information and Examples
top
VerifyPopLoginAsync (1)
# returns a CkTask
set ret_task [CkMailMan_VerifyPopLoginAsync $this]

Creates an asynchronous task to call the VerifyPopLogin method with the arguments provided.

Returns NULL on failure

top
VerifyRecips
# email is a CkEmail
# badAddrs is a CkStringArray
set status [CkMailMan_VerifyRecips $this $email $badAddrs]

Begins the SMTP send process for email, sends the recipient addresses to the SMTP server, and then aborts before sending the message content. Recipient addresses rejected by the SMTP server are returned in badAddrs.

This method can help identify addresses the SMTP server rejects during the SMTP RCPT TO stage. However, it cannot guarantee that all accepted addresses are valid. SMTP servers often accept addresses outside their own domains and only later discover delivery failures when relaying or delivering to the final destination.

Returns 1 for success, 0 for failure.

top
VerifyRecipsAsync (1)
# returns a CkTask
# email is a CkEmail
# badAddrs is a CkStringArray
set ret_task [CkMailMan_VerifyRecipsAsync $this $email $badAddrs]

Creates an asynchronous task to call the VerifyRecips method with the arguments provided.

Returns NULL on failure

top
VerifySmtpConnection
set retBool [CkMailMan_VerifySmtpConnection $this]

Tests whether a TCP/IP connection can be established with the configured SMTP server.

This method verifies connectivity only. It does not prove that SMTP authentication will succeed. Use VerifySmtpLogin to test both connection and login.

Returns 1 if the connection can be established, otherwise returns 0.

More Information and Examples
top
VerifySmtpConnectionAsync (1)
# returns a CkTask
set ret_task [CkMailMan_VerifySmtpConnectionAsync $this]

Creates an asynchronous task to call the VerifySmtpConnection method with the arguments provided.

Returns NULL on failure

top
VerifySmtpLogin
set retBool [CkMailMan_VerifySmtpLogin $this]

Tests whether Chilkat can connect to the configured SMTP server and successfully authenticate using the current SMTP authentication settings.

Use this method to diagnose whether SMTP credentials and authentication settings are correct. If only the TCP/IP connection needs to be tested, use VerifySmtpConnection.

Returns 1 if the connection and login succeed, otherwise returns 0.

More Information and Examples
top
VerifySmtpLoginAsync (1)
# returns a CkTask
set ret_task [CkMailMan_VerifySmtpLoginAsync $this]

Creates an asynchronous task to call the VerifySmtpLogin method with the arguments provided.

Returns NULL on failure

top

Deprecated

SendIndividual
boolean 1/0
set boolVal [CkMailMan_get_SendIndividual $this]
CkMailMan_put_SendIndividual $this $boolVal
This property is deprecated. It will be removed in a future version.

Controls how email is sent to distribution lists. The default value is 1.

When 1, Chilkat creates and sends a separate email for each recipient. The original To, Cc, and Bcc headers are cleared, and the current recipient is placed in the To header. Replacement patterns are applied separately for each recipient, and every individual message receives a unique Message-ID.

If sending to one recipient fails, processing stops and no later recipients are attempted.

When 0, Chilkat sends messages in batches of up to 100 Bcc recipients at a time. For example, a distribution list with 350 recipients produces four messages: three containing 100 Bcc recipients and one containing 50.

top
AddPfxSourceData Deprecated
# pfxData is a CkByteData
# password is a string
set status [CkMailMan_AddPfxSourceData $this $pfxData $password]

Adds a PFX/PKCS#12 certificate store to the MailMan object's internal list of sources used for locating certificates and private keys.

The pfxData argument contains the bytes of a .pfx / .p12 file.

The added PFX source is searched when Chilkat needs a certificate and private key for operations such as:

  • Decrypting S/MIME encrypted email
  • Creating digitally signed email

Multiple PFX sources can be added by calling this method once for each PFX.

On Windows, the registry-based Windows certificate stores are automatically searched when locating certificates and private keys. Therefore, if the required certificate and private key are already installed in the Windows certificate store, explicitly adding a PFX source is often unnecessary.

On macOS, the Apple Keychain is also searched automatically. If the required certificate and private key are already available in the Apple Keychain, it is likewise unnecessary to explicitly add a PFX source.

The password argument specifies the password required to open the PFX.

Returns 1 for success, 0 for failure.

top
ClearBadEmailAddresses
CkMailMan_ClearBadEmailAddresses $this
This method is deprecated.

Clears the MailMan object's in-memory list of bad email addresses.

When an email-sending method is called, email addresses rejected by the SMTP server are cached in the MailMan object. These rejected addresses can be retrieved by calling GetBadEmailAddresses. This method clears that cached list so the object starts with no remembered bad addresses.

top
CopyMail
# returns a CkEmailBundle
set ret_emailBundle [CkMailMan_CopyMail $this]
This method is deprecated and replaced by FetchAll

Deprecated: Use FetchAll instead.

Downloads all matching messages from the POP3 mailbox and returns them in an EmailBundle. The messages remain on the POP3 server.

If Filter is set, only messages that match the filter expression are included.

Returns NULL on failure

top
CopyMailAsync (1) (2)
# returns a CkTask
set ret_task [CkMailMan_CopyMailAsync $this]
This method is deprecated and replaced by FetchAll

Creates an asynchronous task to call the CopyMail method with the arguments provided.

Returns NULL on failure

top
DeleteMultiple
# uidlArray is a CkStringArray
set status [CkMailMan_DeleteMultiple $this $uidlArray]
This method is deprecated and replaced by DeleteUidlSet

Deprecated: Use DeleteUidlSet instead.

Marks each POP3 message whose UIDL appears in uidlArray for deletion.

POP3 deletions are committed when the session ends with QUIT. With the default setting ImmediateDelete = 1, MailMan sends QUIT automatically. For a sequence of deletion calls, set ImmediateDelete = 0, mark all messages, and call Pop3EndSession once.

Returns 1 for success, 0 for failure.

top
DeleteMultipleAsync (1)
# returns a CkTask
# uidlArray is a CkStringArray
set ret_task [CkMailMan_DeleteMultipleAsync $this $uidlArray]
This method is deprecated and replaced by DeleteUidlSet

Creates an asynchronous task to call the DeleteMultiple method with the arguments provided.

Returns NULL on failure

top
FetchByMsgnum
# returns a CkEmail
# msgnum is an integer
set ret_email [CkMailMan_FetchByMsgnum $this $msgnum]
This method is deprecated and replaced by FetchOne

Deprecated: Use FetchOne instead.

Retrieves the message identified by the POP3 message number in msgnum. The message remains on the server.

Important: POP3 message numbers are valid only within the current session and can change after messages are deleted or a new session begins. A POP3 session must already be active; this method does not open a new session automatically.

Returns NULL on failure

top
FetchByMsgnumAsync (1) (2)
# returns a CkTask
# msgnum is an integer
set ret_task [CkMailMan_FetchByMsgnumAsync $this $msgnum]
This method is deprecated and replaced by FetchOne

Creates an asynchronous task to call the FetchByMsgnum method with the arguments provided.

Returns NULL on failure

top
FetchEmail
# returns a CkEmail
# uidl is a string
set ret_email [CkMailMan_FetchEmail $this $uidl]
This method is deprecated and replaced by FetchByUidl

Deprecated: Use FetchByUidl instead.

Retrieves the POP3 message identified by the UIDL in uidl. The message remains on the server.

UIDLs are generally preferable to POP3 message numbers because they remain stable across sessions while the message remains in the mailbox.

Returns NULL on failure

top
FetchEmailAsync (1) (2)
# returns a CkTask
# uidl is a string
set ret_task [CkMailMan_FetchEmailAsync $this $uidl]
This method is deprecated and replaced by FetchByUidl

Creates an asynchronous task to call the FetchEmail method with the arguments provided.

Returns NULL on failure

top
FetchMime Deprecated
# uidl is a string
# outData is a CkByteData (output)
set status [CkMailMan_FetchMime $this $uidl $outData]

Retrieves the POP3 message identified by the UIDL in uidl and returns its raw MIME bytes. The message remains on the server.

Use a byte-oriented result because MIME can contain arbitrary binary data and multiple character encodings.

Returns 1 for success, 0 for failure.

top
FetchMimeAsync Deprecated (1)
# returns a CkTask
# uidl is a string
set ret_task [CkMailMan_FetchMimeAsync $this $uidl]

Creates an asynchronous task to call the FetchMime method with the arguments provided.

Returns NULL on failure

top
FetchMimeByMsgnum Deprecated
# msgnum is an integer
# outBytes is a CkByteData (output)
set status [CkMailMan_FetchMimeByMsgnum $this $msgnum $outData]

Retrieves an email by POP3 message number and returns the raw MIME source bytes.

Important: Message numbers are specific to a single POP3 session and can change from one session to the next. For example, if a mailbox contains ten messages, they are numbered 1 through 10. If message 1 is deleted and a new POP3 session is opened, the remaining messages are renumbered 1 through 9.

A POP3 session must already be established before this method is called, either explicitly by calling Pop3BeginSession or implicitly by calling another method that opens the session. This method does not automatically begin a new POP3 session because doing so could change the message numbers.

Returns 1 for success, 0 for failure.

top
FetchMimeByMsgnumAsync Deprecated (1)
# returns a CkTask
# msgnum is an integer
set ret_task [CkMailMan_FetchMimeByMsgnumAsync $this $msgnum]

Creates an asynchronous task to call the FetchMimeByMsgnum method with the arguments provided.

Returns NULL on failure

top
FetchMultiple
# returns a CkEmailBundle
# uidlArray is a CkStringArray
set ret_emailBundle [CkMailMan_FetchMultiple $this $uidlArray]
This method is deprecated and replaced by FetchUidlSet

Deprecated: Use FetchUidlSet instead.

Retrieves each POP3 message whose UIDL appears in uidlArray and returns the messages in an EmailBundle. The downloaded messages remain on the server.

Returns NULL on failure

top
FetchMultipleAsync (1) (2)
# returns a CkTask
# uidlArray is a CkStringArray
set ret_task [CkMailMan_FetchMultipleAsync $this $uidlArray]
This method is deprecated and replaced by FetchUidlSet

Creates an asynchronous task to call the FetchMultiple method with the arguments provided.

Returns NULL on failure

top
FetchMultipleHeaders
# returns a CkEmailBundle
# uidlArray is a CkStringArray
# numBodyLines is an integer
set ret_emailBundle [CkMailMan_FetchMultipleHeaders $this $uidlArray $numBodyLines]
This method is deprecated and replaced by FetchUidlSet

Deprecated: Use FetchUidlSet instead.

Retrieves partial messages for the UIDLs in uidlArray. Each returned Email contains the complete message headers and at most the first numBodyLines lines of the body; attachments are not downloaded.

Returns NULL on failure

top
FetchMultipleHeadersAsync (1) (2)
# returns a CkTask
# uidlArray is a CkStringArray
# numBodyLines is an integer
set ret_task [CkMailMan_FetchMultipleHeadersAsync $this $uidlArray $numBodyLines]
This method is deprecated and replaced by FetchUidlSet

Creates an asynchronous task to call the FetchMultipleHeaders method with the arguments provided.

Returns NULL on failure

top
FetchMultipleMime
# returns a CkStringArray
# uidlArray is a CkStringArray
set ret_stringArray [CkMailMan_FetchMultipleMime $this $uidlArray]
This method is deprecated and replaced by FetchMimeBd

Deprecated: Use FetchMimeBd for individual raw MIME messages, or retrieve messages as Email objects.

Downloads the messages identified by the UIDLs in uidlArray and returns their MIME content as strings.

MIME can contain unencoded binary data and mixed character encodings, so a string is not a reliable container for arbitrary MIME. Byte-oriented methods are preferred.

Returns NULL on failure

top
FetchMultipleMimeAsync (1) (2)
# returns a CkTask
# uidlArray is a CkStringArray
set ret_task [CkMailMan_FetchMultipleMimeAsync $this $uidlArray]
This method is deprecated and replaced by FetchMimeBd

Creates an asynchronous task to call the FetchMultipleMime method with the arguments provided.

Returns NULL on failure

top
FetchSingleHeader
# returns a CkEmail
# numBodyLines is an integer
# messageNumber is an integer
set ret_email [CkMailMan_FetchSingleHeader $this $numBodyLines $messageNumber]
This method is deprecated and replaced by FetchOne

Deprecated: Use FetchOne instead.

Retrieves a partial message by POP3 message number. numBodyLines specifies the maximum number of body lines to include, and messageNumber specifies the POP3 message number.

The returned Email contains the message headers and partial body but does not contain attachments. POP3 message numbers are session-specific and can change between sessions.

Returns NULL on failure

top
FetchSingleHeaderAsync (1) (2)
# returns a CkTask
# numBodyLines is an integer
# messageNumber is an integer
set ret_task [CkMailMan_FetchSingleHeaderAsync $this $numBodyLines $messageNumber]
This method is deprecated and replaced by FetchOne

Creates an asynchronous task to call the FetchSingleHeader method with the arguments provided.

Returns NULL on failure

top
FetchSingleHeaderByUidl
# returns a CkEmail
# numBodyLines is an integer
# uidl is a string
set ret_email [CkMailMan_FetchSingleHeaderByUidl $this $numBodyLines $uidl]
This method is deprecated and replaced by FetchByUidl

Deprecated: Use FetchByUidl instead.

Retrieves a partial message by UIDL. numBodyLines specifies the maximum number of body lines to include, and uidl specifies the UIDL.

The returned Email contains the message headers and partial body but does not contain attachments.

Returns NULL on failure

top
FetchSingleHeaderByUidlAsync (1) (2)
# returns a CkTask
# numBodyLines is an integer
# uidl is a string
set ret_task [CkMailMan_FetchSingleHeaderByUidlAsync $this $numBodyLines $uidl]
This method is deprecated and replaced by FetchByUidl

Creates an asynchronous task to call the FetchSingleHeaderByUidl method with the arguments provided.

Returns NULL on failure

top
GetAllHeaders
# returns a CkEmailBundle
# numBodyLines is an integer
set ret_emailBundle [CkMailMan_GetAllHeaders $this $numBodyLines]
This method is deprecated and replaced by FetchAll

Deprecated: Use FetchAll instead.

Retrieves partial representations of messages in the POP3 mailbox. Each returned Email contains the complete headers and at most the first numBodyLines lines of the body; attachments are not downloaded.

MaxCount limits the number of messages returned when it is greater than 0.

Returns NULL on failure

top
GetAllHeadersAsync (1) (2)
# returns a CkTask
# numBodyLines is an integer
set ret_task [CkMailMan_GetAllHeadersAsync $this $numBodyLines]
This method is deprecated and replaced by FetchAll

Creates an asynchronous task to call the GetAllHeaders method with the arguments provided.

Returns NULL on failure

top
GetFullEmail
# returns a CkEmail
# email is a CkEmail
set ret_email [CkMailMan_GetFullEmail $this $email]
This method is deprecated and replaced by FetchFull

Deprecated: Use FetchFull instead.

Uses the partial or header-only email in email to locate and download the complete message from the POP3 server, including the full body and attachments.

Returns NULL on failure

top
GetFullEmailAsync (1) (2)
# returns a CkTask
# email is a CkEmail
set ret_task [CkMailMan_GetFullEmailAsync $this $email]
This method is deprecated and replaced by FetchFull

Creates an asynchronous task to call the GetFullEmail method with the arguments provided.

Returns NULL on failure

top
GetHeaders
# returns a CkEmailBundle
# numBodyLines is an integer
# fromIndex is an integer
# toIndex is an integer
set ret_emailBundle [CkMailMan_GetHeaders $this $numBodyLines $fromIndex $toIndex]
This method is deprecated and replaced by FetchRange

Deprecated: Use FetchRange instead.

Retrieves partial messages from the zero-based mailbox index range fromIndex through toIndex. Each returned Email contains the complete headers and at most the first numBodyLines lines of the body; attachments are not downloaded.

MaxCount limits the number of messages returned when it is greater than 0.

Returns NULL on failure

top
GetHeadersAsync (1) (2)
# returns a CkTask
# numBodyLines is an integer
# fromIndex is an integer
# toIndex is an integer
set ret_task [CkMailMan_GetHeadersAsync $this $numBodyLines $fromIndex $toIndex]
This method is deprecated and replaced by FetchRange

Creates an asynchronous task to call the GetHeaders method with the arguments provided.

Returns NULL on failure

top
GetPop3SslServerCert
# returns a CkCert
set ret_cert [CkMailMan_GetPop3SslServerCert $this]
This method is deprecated and replaced by GetServerCert

Deprecated: Use GetServerCert instead.

Returns the certificate presented by the POP3 server for the current SSL/TLS connection. The certificate is available only after a secure POP3 connection has been established.

Returns NULL on failure

top
GetSmtpSslServerCert
# returns a CkCert
set ret_cert [CkMailMan_GetSmtpSslServerCert $this]
This method is deprecated and replaced by GetServerCert

Deprecated: Use GetServerCert instead.

Returns the certificate presented by the SMTP server for the current SSL/TLS connection. The certificate is available only after a secure SMTP connection has been established.

Returns NULL on failure

top
GetUidls
# returns a CkStringArray
set ret_stringArray [CkMailMan_GetUidls $this]
This method is deprecated and replaced by FetchUidls

Deprecated: Use FetchUidls instead.

Returns the UIDLs of the messages currently stored in the POP3 mailbox, in mailbox order.

Returns NULL on failure

top
GetUidlsAsync (1) (2)
# returns a CkTask
set ret_task [CkMailMan_GetUidlsAsync $this]
This method is deprecated and replaced by FetchUidls

Creates an asynchronous task to call the GetUidls method with the arguments provided.

Returns NULL on failure

top
LastJsonData
# returns a CkJsonObject
set ret_jsonObject [CkMailMan_LastJsonData $this]
Introduced in version 9.5.0.69
This method is deprecated.

Deprecated: Use GetLastJsonData instead.

Returns a JsonObject containing additional details produced by the immediately preceding method call when that method provides structured diagnostic information. Not every method produces JSON details.

Returns NULL on failure

top
LoadEml
# returns a CkEmail
# emlFilename is a string
set ret_email [CkMailMan_LoadEml $this $emlFilename]
This method is deprecated.

Deprecated: Create an Email object and call its LoadEml method instead.

Loads a single email from the local .eml file at emlFilename and returns the parsed Email object.

emlFilename may be an absolute path, a relative path, or a filename in the current working directory.

Returns NULL on failure

top
LoadMbx
# returns a CkEmailBundle
# mbxFileName is a string
set ret_emailBundle [CkMailMan_LoadMbx $this $mbxFileName]
This method is deprecated and replaced by LoadMbxFile

Deprecated: Use LoadMbxFile instead.

Loads emails from the local .mbx mailbox file at mbxFileName and returns them in an EmailBundle. If Filter is set, only matching emails are included.

Returns NULL on failure

top
LoadMime
# returns a CkEmail
# mimeText is a string
set ret_email [CkMailMan_LoadMime $this $mimeText]
This method is deprecated.

Deprecated: Create an Email object and call its SetFromMimeText method instead.

Parses the MIME text in mimeText and returns the resulting Email object.

Returns NULL on failure

top
LoadXmlEmail
# returns a CkEmail
# filename is a string
set ret_email [CkMailMan_LoadXmlEmail $this $filename]
This method is deprecated.

Deprecated: Create an Email object and call its SetFromXmlText method instead.

Loads a single email from the local XML file at filename and returns the reconstructed Email object.

Returns NULL on failure

top
LoadXmlEmailString
# returns a CkEmail
# xmlString is a string
set ret_email [CkMailMan_LoadXmlEmailString $this $xmlString]
This method is deprecated.

Deprecated: Create an Email object and call its SetFromXmlText method instead.

Reconstructs a single Email from the XML text in xmlString.

Returns NULL on failure

top
LoadXmlFile
# returns a CkEmailBundle
# filename is a string
set ret_emailBundle [CkMailMan_LoadXmlFile $this $filename]
This method is deprecated.

Deprecated: Create an EmailBundle and call its LoadXml method instead.

Loads one or more emails from the local XML file at filename and returns them in an EmailBundle. If Filter is set, only matching emails are included.

Returns NULL on failure

top
LoadXmlString
# returns a CkEmailBundle
# xmlString is a string
set ret_emailBundle [CkMailMan_LoadXmlString $this $xmlString]
This method is deprecated.

Deprecated: Create an EmailBundle and call its LoadXmlString method instead.

Loads one or more emails from the XML text in xmlString and returns them in an EmailBundle. If Filter is set, only matching emails are included.

Returns NULL on failure

top
MxLookup
# emailAddress is a string
# outStrHostname is a CkString (output)
set status [CkMailMan_MxLookup $this $emailAddress $outStr]
set retStr [CkMailMan_mxLookup $this $emailAddress]
This method is deprecated.

Deprecated: Use the Dns class for MX lookups.

Performs a DNS MX lookup for the domain portion of the email address in emailAddress and returns the hostname of a mail exchanger.

Returns 1 for success, 0 for failure.

top
MxLookupAll
# returns a CkStringArray
# emailAddress is a string
set ret_stringArray [CkMailMan_MxLookupAll $this $emailAddress]
This method is deprecated.

Deprecated: Use the Dns class for MX lookups.

Performs a DNS MX lookup for the domain portion of the email address in emailAddress and returns the available mail-exchanger hostnames in priority order. The preferred server is at index 0.

Returns NULL on failure

top
RenderToMimeBytes Deprecated
# email is a CkEmail
# outBytes is a CkByteData (output)
set status [CkMailMan_RenderToMimeBytes $this $email $outData]

Renders the Email in email as the MIME bytes that would be sent to the SMTP server, without actually sending the email.

This method is similar to RenderToMime, except the rendered MIME is returned as a byte array. Use it when the MIME may contain 8-bit or binary content, or when the exact rendered bytes are needed.

Rendering does not modify email. Values generated for the rendered MIME are not written back to the supplied Email.

Returns 1 for success, 0 for failure.

top
SendMimeBytes Deprecated
# fromAddr is a string
# recipients is a string
# mimeSource is a CkByteData
set status [CkMailMan_SendMimeBytes $this $fromAddr $recipients $mimeSource]

Sends an email from caller-supplied MIME bytes.

This method is similar to SendMime, except the MIME is supplied as a byte array. Use this method when the MIME contains binary data, 8bit content, or a DKIM/DomainKey signature where preserving the exact bytes is important.

The fromAddr argument is the SMTP reverse-path address used in the MAIL FROM command. This is where bounced email and non-delivery reports are normally delivered. It can be different from the From header in the MIME.

recipients is a comma-separated list of plain email addresses used in SMTP RCPT TO commands. Do not include display names or formatted mailbox syntax; supply only addresses such as alice@example.com,bob@example.com.

If this method fails, examine SmtpFailReason and LastSmtpStatus. The latter is nonzero only when Chilkat established an SMTP session and received a failure status code from the server.

Returns 1 for success, 0 for failure.

top
SendMimeBytesAsync Deprecated (1)
# returns a CkTask
# fromAddr is a string
# recipients is a string
# mimeSource is a CkByteData
set ret_task [CkMailMan_SendMimeBytesAsync $this $fromAddr $recipients $mimeSource]

Creates an asynchronous task to call the SendMimeBytes method with the arguments provided.

Returns NULL on failure

top
SendMimeToList
# fromAddr is a string
# distListFilename is a string
# mimeSource is a string
set status [CkMailMan_SendMimeToList $this $fromAddr $distListFilename $mimeSource]
This method is deprecated.

Sends caller-supplied MIME text to a distribution list read from a text file.

This method is similar to SendMime, except the recipient list is read from distListFilename. The distribution list file should contain one email address per line.

The fromAddr argument is the SMTP reverse-path address used in the MAIL FROM command. The MIME text in mimeSource is used as the message content.

Returns 1 for success, 0 for failure.

top
SendMimeToListAsync (1)
# returns a CkTask
# fromAddr is a string
# distListFilename is a string
# mimeSource is a string
set ret_task [CkMailMan_SendMimeToListAsync $this $fromAddr $distListFilename $mimeSource]
This method is deprecated.

Creates an asynchronous task to call the SendMimeToList method with the arguments provided.

Returns NULL on failure

top
TransferMail
# returns a CkEmailBundle
set ret_emailBundle [CkMailMan_TransferMail $this]
This method is deprecated and replaced by FetchAll

Deprecated: Use FetchAll with ARG1 set to 0 instead.

Downloads all matching messages from the POP3 mailbox, returns them in an EmailBundle, and removes the fully downloaded messages from the server according to the POP3 deletion and session settings.

If Filter is set, only matching messages are transferred.

Returns NULL on failure

top
TransferMailAsync (1) (2)
# returns a CkTask
set ret_task [CkMailMan_TransferMailAsync $this]
This method is deprecated and replaced by FetchAll

Creates an asynchronous task to call the TransferMail method with the arguments provided.

Returns NULL on failure

top
TransferMultipleMime
# returns a CkStringArray
# uidlArray is a CkStringArray
set ret_stringArray [CkMailMan_TransferMultipleMime $this $uidlArray]
This method is deprecated.

Deprecated: Use byte-oriented MIME methods or retrieve messages as Email objects.

Downloads the messages identified by the UIDLs in uidlArray, returns their MIME content as strings, and removes the downloaded messages from the POP3 server according to the POP3 deletion and session settings.

MIME can contain unencoded binary data and mixed character encodings, so a string is not a reliable container for arbitrary MIME.

Returns NULL on failure

top
TransferMultipleMimeAsync (1) (2)
# returns a CkTask
# uidlArray is a CkStringArray
set ret_task [CkMailMan_TransferMultipleMimeAsync $this $uidlArray]
This method is deprecated.

Creates an asynchronous task to call the TransferMultipleMime method with the arguments provided.

Returns NULL on failure

top