/trunk/main/offapi/com/sun/star/mail/ |
H A D | XMailMessage.idl | 42 Represents a mail message. 55 The e-mail address of the sender of this mail message. 61 The e-mail address where replies on this mail message should be sent to. 69 Add an recipients e-mail address to the list of recipients of this mail message. 79 Add an Cc recipients e-mail address to the list of recipients of this mail message. 89 Add an Bcc recipients e-mail address to the list of recipients of this mail message. 100 this mail message. 106 of this mail message. 112 of this mail message. 117 The subject of a mail message. [all …]
|
H A D | XMailServer.idl | 32 #include <com/sun/star/mail/XAuthenticator.idl> 36 #include <com/sun/star/mail/XMailMessage.idl> 72 #include <com/sun/star/mail/MailException.idl> 80 #include <com/sun/star/mail/XConnectionListener.idl> 90 Represents a mail server abstraction. 92 @see com::sun::star::mail::XMailMessage 129 to the mail server. 179 needed to login to the mail server. 209 @see com::sun::star::mail::XAuthenticator 216 @see com::sun::star::mail::MailException [all …]
|
H A D | XMailService.idl | 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. 133 @see com::sun::star::mail::connectUser 140 Connect to a mail service. Only one connection to a mail service 196 @throws com::sun::star::mail::MailException 200 @see com::sun::star::mail::XAuthenticator 208 @see com::sun::star::mail::MailException [all …]
|
H A D | XSmtpService.idl | 28 #include <com/sun/star/mail/XMailService.idl> 32 #include <com/sun/star/mail/XMailMessage.idl> 44 #include <com/sun/star/mail/MailException.idl> 55 module com { module sun { module star { module mail { 60 @see com::sun::star::mail::XMailService 61 @see com::sun::star::mail::XMailMessage 68 Send a mail message to its recipients. 71 [in] the mail message to be sent. 74 if no user is currently connected to the mail server. 81 @throws com::sun::star::mail::MailException [all …]
|
H A D | MailMessage.idl | 32 #include <com/sun/star/mail/MailAttachment.idl> 49 Constructs an instance of a mail message. 52 [in] the e-mail address of the recipient. 56 [in] the e-mail address of the sender of this mail message. 60 [in] the subject of the mail message. 69 @see com::sun::star::mail::XMailMessage 75 Constructs an instance of a mail message. 78 [in] the e-mail address of the recipient. 82 [in] the e-mail address of the sender of this mail message. 86 [in] the subject of the mail message. [all …]
|
H A D | XMailServiceProvider.idl | 28 #include <com/sun/star/mail/XMailService.idl> 32 #include <com/sun/star/mail/NoMailServiceProviderException.idl> 36 #include <com/sun/star/mail/MailServiceType.idl> 39 module com { module sun { module star { module mail { 42 A factory for creating different mail services. 52 [in] the type of the requested mail service. 57 @see com::sun::star::mail::XMailServiceProvider 58 @see com::sun::star::mail::MailServiceType 61 …raises(com::sun::star::mail::NoMailServiceProviderException, com::sun::star::uno::Exception); …
|
H A D | SendMailMessageFailedException.idl | 28 #include <com/sun/star/mail/MailException.idl> 31 module com { module sun { module star { module mail { 34 A SendFailedException will be thrown if a mail message 35 could not be sent because the e-mail addresses of some 36 recipients are invalid. E-mail addresses have to conform 39 @see com::sun::star::mail::XMailServer 43 exception SendMailMessageFailedException: com::sun::star::mail::MailException 52 The addresses to which the mail message was sent successfully.
|
H A D | MailServer.idl | 28 #include <com/sun/star/mail/NoMailTransportProviderException.idl> 31 module com { module sun { module star { module mail { 44 [in] the full qualified domain name of the mail server. 46 @throws com::sun::star::mail::NoMailTransportProviderException 47 if an appropriate provider for sending mail messages could not be found or 53 @see com::sun::star::mail::XMailServer 56 …raises(com::sun::star::mail::NoMailTransportProviderException, com::sun::star::uno::Exception); …
|
H A D | MailServiceProvider.idl | 28 #include <com/sun/star/mail/XMailServiceProvider.idl> 32 #include <com/sun/star/mail/NoMailServiceProviderException.idl> 36 #include <com/sun/star/mail/MailServiceType.idl> 39 module com { module sun { module star { module mail { 51 @see com::sun::star::mail::XMailServiceProvider
|
H A D | NoMailTransportProviderException.idl | 28 #include <com/sun/star/mail/MailException.idl> 31 module com { module sun { module star { module mail { 35 appropriate provider for sending mail messages could not be found or 38 @see com::sun::star::mail::MailServer 42 exception NoMailTransportProviderException: com::sun::star::mail::MailException
|
H A D | NoMailServiceProviderException.idl | 28 #include <com/sun/star/mail/MailException.idl> 31 module com { module sun { module star { module mail { 35 appropriate provider for requested mail service could not be found or 38 @see com::sun::star::mail::MailService 42 exception NoMailServiceProviderException: com::sun::star::mail::MailException
|
H A D | MailAttachment.idl | 31 module com { module sun { module star { module mail { 34 A <type>MailAttachment</type> specifies a mail message attachment. 36 @see ::com::sun::star::mail::XMailMessage 43 The actual data which should be attached to a mail message. 56 mail message. ReadableName must not be empty.
|
H A D | XConnectionListener.idl | 35 module com { module sun { module star { module mail { 40 @see com::sun::star::mail::XMailServer 47 Invoked when the connection to the mail server is established. 57 Invoked when the connection to the mail server is closed.
|
/trunk/main/sw/source/ui/dbui/ |
H A D | maildispatcher.cxx | 34 typedef std::list< uno::Reference<mail::XMailMessage> > MailMessageContainer_t; 76 uno::Reference<mail::XMailMessage> message_; 84 uno::Reference<mail::XMailMessage> message, in MailDeliveryErrorNotifier() 96 uno::Reference<mail::XMailMessage> message_; 103 MailDispatcher::MailDispatcher(uno::Reference<mail::XSmtpService> mailserver) : in MailDispatcher() 124 void MailDispatcher::enqueueMailMessage(uno::Reference<mail::XMailMessage> message) in enqueueMailMessage() 136 uno::Reference<mail::XMailMessage> MailDispatcher::dequeueMailMessage() in dequeueMailMessage() 139 uno::Reference<mail::XMailMessage> message; in dequeueMailMessage() 223 void MailDispatcher::sendMailMessageNotifyListener(uno::Reference<mail::XMailMessage> message) in sendMailMessageNotifyListener() 231 catch (mail::MailException& ex) in sendMailMessageNotifyListener() [all …]
|
H A D | mailmergehelper.cxx | 108 uno::Reference< mail::XSmtpService > ConnectToSmtpServer( in ConnectToSmtpServer() 110 uno::Reference< mail::XMailService >& rxInMailService, in ConnectToSmtpServer() 115 uno::Reference< mail::XSmtpService > xSmtpServer; in ConnectToSmtpServer() 122 xSmtpServer = uno::Reference< mail::XSmtpService > ( in ConnectToSmtpServer() 124 mail::MailServiceType_SMTP in ConnectToSmtpServer() 131 uno::Reference< mail::XMailService > xInMailService = in ConnectToSmtpServer() 134 mail::MailServiceType_POP3 : mail::MailServiceType_IMAP); in ConnectToSmtpServer() 139 uno::Reference<mail::XAuthenticator> xAuthenticator = in ConnectToSmtpServer() 155 uno::Reference< mail::XAuthenticator> xAuthenticator; in ConnectToSmtpServer() 912 cppu::WeakComponentImplHelper1< mail::XMailMessage>(m_aMutex) in SwMailMessage() [all …]
|
H A D | mailmergechildwindow.cxx | 153 uno::Reference< mail::XMailService > xConnectedMailService; 154 uno::Reference< mail::XMailService > xConnectedInMailService; 204 uno::Reference< mail::XMailMessage> xMailMessage); 208 static void DeleteAttachments( uno::Reference< mail::XMailMessage >& xMessage ); 250 uno::Reference< mail::XMailMessage> xMailMessage) in mailDelivered() 261 uno::Reference< mail::XMailMessage> xMailMessage, in mailDeliveryError() 273 uno::Sequence< mail::MailAttachment > aAttachments = xMessage->getAttachments(); in DeleteAttachments() 441 uno::Reference<mail::XMailMessage> xMessage = in ~SwSendMailDialog() 605 uno::Reference< mail::XSmtpService > xSmtpServer = in SendMails() 660 mail::MailAttachment aAttach; in IterateMails() [all …]
|
/trunk/main/sw/source/ui/config/ |
H A D | mailconfigpage.src | 35 Text[ en-US ] = "Mail Merge E-mail" ; 74 Text[ en-US ] = "Send replies to ~different e-mail address" ; 170 Text[ en-US ] = "%PRODUCTNAME is testing the e-mail account settings..." ; 247 Text[ en-US ] = "Find outgoing mail server" ; 259 …Text[ en-US ] = "%PRODUCTNAME could not connect to the outgoing mail server. Check your system's s… 276 Text[ en-US ] = "The outgoing mail server (SMTP) requires au~thentication" ; 283 Text[ en-US ] = "The outgoing mail server (SMTP) requires ~separate authentication" ; 289 Text[ en-US ] = "Outgoing mail server:" ; 324 …US ] = "The outgoing mail server uses the same authentication as the ~incoming mail server. Enter … 330 Text[ en-US ] = "Incoming mail server:" ;
|
H A D | mailconfigpage.cxx | 55 using namespace ::com::sun::star::mail; 374 uno::Reference< mail::XMailService > xInMailService; in Test() 375 uno::Reference< mail::XMailServiceProvider > xMailServiceProvider = in Test() 376 mail::MailServiceProvider::create(getCurrentCmpCtx(rMgr)); in Test() 377 uno::Reference< mail::XMailService > xMailService = in Test() 379 mail::MailServiceType_SMTP); in Test() 389 mail::MailServiceType_POP3 : mail::MailServiceType_IMAP); in Test()
|
/trunk/main/sw/source/ui/inc/ |
H A D | mailmergehelper.hxx | 50 namespace mail{ namespace 62 SW_DLLPUBLIC com::sun::star::uno::Reference< com::sun::star::mail::XSmtpService > 64 … com::sun::star::uno::Reference< com::sun::star::mail::XMailService >& xInMailService, 170 public cppu::WeakImplHelper1< ::com::sun::star::mail::XAuthenticator> 218 public cppu::WeakComponentImplHelper1< ::com::sun::star::mail::XConnectionListener > 224 cppu::WeakComponentImplHelper1< ::com::sun::star::mail::XConnectionListener>(m_aMutex) in SwConnectionListener() 285 public cppu::WeakComponentImplHelper1< ::com::sun::star::mail::XMailMessage > 299 …::com::sun::star::uno::Sequence< ::com::sun::star::mail::MailAttachment > m_aAttachm… 328 …virtual void SAL_CALL addAttachment( const ::com::sun::star::mail::MailAttachment& a… 330 virtual ::com::sun::star::uno::Sequence< ::com::sun::star::mail::MailAttachment > SAL_CALL
|
H A D | maildispatcher.hxx | 66 …MailDispatcher(::com::sun::star::uno::Reference< ::com::sun::star::mail::XSmtpService> xMailServic… 82 …void enqueueMailMessage(::com::sun::star::uno::Reference< ::com::sun::star::mail::XMailMessage> xM… 87 ::com::sun::star::uno::Reference< ::com::sun::star::mail::XMailMessage> dequeueMailMessage(); 148 …void sendMailMessageNotifyListener(::com::sun::star::uno::Reference< ::com::sun::star::mail::XMail… 151 ::com::sun::star::uno::Reference< ::com::sun::star::mail::XSmtpService> mailserver_; 152 … ::std::list< ::com::sun::star::uno::Reference< ::com::sun::star::mail::XMailMessage > > messages_;
|
/trunk/main/offapi/com/sun/star/text/ |
H A D | MailMerge.idl | 54 /** Gives access to mail merge functionality. 60 /** interface to execute the mail merge action. 78 /** interface to notify mail merge listeners. 87 /** allows to specify the data which the mail merge should be based on. 212 /** determines the destination of the mail merge action. 261 /** Contains the password of the outgoing mail server. It is necessary to set this 271 /** Contains the password of the incoming mail server. It is necessary to set this 272 if the mail server configuration is set to 'SMTP after POP' authentication and 314 /** determines that the created mail merge document is sent as attachment. 324 /** contains the text of the mail body. [all …]
|
/trunk/main/scripting/source/pyprov/ |
H A D | mailmerge.py | 43 from com.sun.star.mail import XMailServiceProvider 44 from com.sun.star.mail import XMailService 45 from com.sun.star.mail import XSmtpService 46 from com.sun.star.mail import XConnectionListener 47 from com.sun.star.mail import XAuthenticator 48 from com.sun.star.mail import XMailMessage 49 from com.sun.star.mail.MailServiceType import SMTP 50 from com.sun.star.mail.MailServiceType import POP3 51 from com.sun.star.mail.MailServiceType import IMAP 55 from com.sun.star.mail import SendMailMessageFailedException
|
/trunk/main/offapi/com/sun/star/system/ |
H A D | XMailMessage.idl | 30 /** This interface lets a client set or get the information of a mail message. 34 /** The recipient of the mail message. 38 /** The email address of the originator of the mail. 42 /** The subject of the mail message. 46 /** The body of the mail message. 59 the mail.
|
H A D | MailClientFlags.idl | 32 /** Uses the default settings when sending a mail, e.g. 33 launches the current configured system mail client. 37 /** Does not show the current configured system mail client GUI, but sends 38 the mail without any further user interaction. 49 to send a mail message via the method
|
H A D | XMailClient.idl | 33 through a mail client. 37 /** Create a mail message object that implements the interface 45 /** Sends a given mail message object that implements the interface 49 Specifies a configured mail object to be sent. 68 if an error occurs while sending the mail.
|