Lines Matching refs:mail

32 #include <com/sun/star/mail/XAuthenticator.idl>
36 #include <com/sun/star/mail/XMailMessage.idl>
72 #include <com/sun/star/mail/MailException.idl>
76 #include <com/sun/star/mail/SendMailMessageFailedException.idl>
80 #include <com/sun/star/mail/XConnectionListener.idl>
87 module com { module sun { module star { module mail {
90 Represents a mail server abstraction.
92 @see com::sun::star::mail::XMailMessage
99 The complete domain name of the mail server.
104 The port number that will be used to connect to the mail server.
112 mail server. Possible connection types are for instance
122 mail server. The supported connection types may be queried
129 to the mail server.
158 @see com::sun::star::mail::XConnectionListener
168 @see com::sun::star::mail::XConnectionListener
173 Login a user to the mail server. Only one user may logged in
179 needed to login to the mail server.
182 on a try to connect to an already connect mail server.
185 usually if the IP address of the mail server could not be
190 if an error occured to connect to the remote mail server.
191 Typically the remote mail server cannot be reach because of an
197 mail server. Typically the connection was refused remotely,
198 because the mail server is not listening on the remote address/port.
203 @throws com::sun::star::mail::IllegalStateException
206 @throws com::sun::star::mail::MailException
209 @see com::sun::star::mail::XAuthenticator
215 @see com::sun::star::mail::IllegalStateException
216 @see com::sun::star::mail::MailException
224 com::sun::star::mail::MailException);
229 @throws com::sun::star::mail::MessagingException
233 raises(com::sun::star::mail::MailException);
236 Returns whether a user is currently logged in to the mail server or not.
239 <TRUE/> if a user is currently logged in to the mail server.
244 Send a mail message to its recipients.
247 if no user is currently connected to the mail server.
249 @throws com::sun::star::mail::SendMailMessageFailedException
251 addresses. The e-mail addresses of recipients have to conform to
254 @throws com::sun::star::mail::MailException
257 specified in a mail message could not be found or accessed.
260 is thrown when the body of the mail message is provided in an
265 @see com::sun::star::mail::SendMailMessageFailedException
266 @see com::sun::star::mail::MailException
270 …ar::io::NotConnectedException, com::sun::star::mail::SendMailMessageFailedException, com::sun::sta…