Lines Matching refs:mail
32 #include <com/sun/star/mail/XAuthenticator.idl>
64 #include <com/sun/star/mail/XConnectionListener.idl>
68 #include <com/sun/star/mail/MailException.idl>
76 module com { module sun { module star { module mail {
79 Represents a mail server abstraction.
87 connect to the mail service. At least support insecure
105 @see com::sun::star::mail::XConnectionListener
115 @see com::sun::star::mail::XConnectionListener
133 @see com::sun::star::mail::connectUser
140 Connect to a mail service. Only one connection to a mail service
167 needed to login to the mail server. If no authentication is required
175 on a try to connect to an already connect mail server.
178 usually if the IP address of the mail server could not be
183 if an error occured to connect to the remote mail server.
184 Typically the remote mail server cannot be reach because of an
190 mail server. Typically the connection was refused remotely,
191 because the mail server is not listening on the remote address/port.
196 @throws com::sun::star::mail::MailException
200 @see com::sun::star::mail::XAuthenticator
207 @see com::sun::star::mail::IllegalStateException
208 @see com::sun::star::mail::MailException
217 com::sun::star::mail::MailException);
220 Disconnect from a mail service.
222 @throws com::sun::star::mail::MailException
226 raises(com::sun::star::mail::MailException);
229 Returns whether a connection to a mail service
233 <TRUE/> if a connection to a mail service is established.