org.gnome.OnlineAccounts.Mail

org.gnome.OnlineAccounts.Mail

Properties

EmailAddress   readable   s
ImapSupported  readable   b
ImapHost       readable   s
ImapUseTls     readable   b
ImapUserName   readable   s
SmtpSupported  readable   b
SmtpHost       readable   s
SmtpUseTls     readable   b
SmtpUserName   readable   s

Description

An account object implements this interface if it provides email-like messaging capabilities.

Property Details

The "EmailAddress" property

EmailAddress  readable   s

The email address for the account or blank if there is no such address or if it isnt' known or isn't in a standard format.


The "ImapSupported" property

ImapSupported  readable   b

Set to TRUE if the messages for the account can be accessed and manipulated using the IMAP protocol.


The "ImapHost" property

ImapHost  readable   s

The IMAP server to use.

This may be in any of a number of recognized formats; an IPv6 address, an IPv4 address, or a domain name. A port override may be specified in the usual way with a colon. Ports may be given as decimal numbers or symbolic names (cf. the /etc/services file).

If a port override is not given, then applications should try to connect to port 993 if "ImapUseTls" is TRUE and port 143 if not.


The "ImapUseTls" property

ImapUseTls  readable   b

Whether TLS should be used to establish the connection.


The "ImapUserName" property

ImapUserName  readable   s

The user name to use for logging in.

This may be blank if username/password authentication isn't used or if the user name of the current user should be used.


The "SmtpSupported" property

SmtpSupported  readable   b

Set to TRUE if the SMTP protocol can be used to send messages for the account.


The "SmtpHost" property

SmtpHost  readable   s

The SMTP server to use.

This may be in any of a number of recognized formats; an IPv6 address, an IPv4 address, or a domain name. A port override may be specified in the usual way with a colon. Ports may be given as decimal numbers or symbolic names (cf. the /etc/services file).

If a port override is not given, then applications should try to connect to port 465 if "SmtpUseTls" is TRUE and port 587 (or 25) if not.


The "SmtpUseTls" property

SmtpUseTls  readable   b

Whether TLS should be used to establish the connection.


The "SmtpUserName" property

SmtpUserName  readable   s

The user name to use for logging in.

This may be blank if username/password authentication isn't used or if the user name of the current user should be used.