|  |  |  | GNOME Online Accounts Reference Manual |  | 
|---|---|---|---|---|
| | Description | 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
An account object implements this interface if it provides email-like messaging capabilities.
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.
ImapSupported readable b
         Set to TRUE if the messages for the account can be accessed
         and manipulated using the
         IMAP
         protocol.
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.
ImapUseTls readable b
Whether TLS should be used to establish the connection.
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.
SmtpSupported readable b
         Set to TRUE if the
         SMTP
         protocol can be used to send messages for the account.
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.
SmtpUseTls readable b
Whether TLS should be used to establish the connection.