Home
last modified time | relevance | path

Searched refs:mail (Results 1 – 25 of 180) sorted by relevance

12345678

/AOO41X/main/offapi/com/sun/star/mail/
H A DXMailMessage.idl32 #include <com/sun/star/mail/MailAttachment.idl>
39 module com { module sun { module star { module mail {
42 Represents a mail message.
44 @see com::sun::star::mail::XMailServer
51 The display name of the sender of this mail message.
55 The e-mail address of the sender of this mail message.
56 …The e-mail address has to conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822</a>.
61 The e-mail address where replies on this mail message should be sent to.
62 …If the e-mail address doesn't conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822…
63 sending the mail message later will fail.
[all …]
H A DXMailServer.idl32 #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.
[all …]
H A DXMailService.idl32 #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
[all …]
H A DXSmtpService.idl28 #include <com/sun/star/mail/XMailService.idl>
32 #include <com/sun/star/mail/XMailMessage.idl>
44 #include <com/sun/star/mail/MailException.idl>
48 #include <com/sun/star/mail/SendMailMessageFailedException.idl>
55 module com { module sun { module star { module mail {
60 @see com::sun::star::mail::XMailService
61 @see com::sun::star::mail::XMailMessage
65 interface XSmtpService: ::com::sun::star::mail::XMailService {
68 Send a mail message to its recipients.
71 [in] the mail message to be sent.
[all …]
H A DMailMessage.idl32 #include <com/sun/star/mail/MailAttachment.idl>
39 module com { module sun { module star { module mail {
49 Constructs an instance of a mail message.
52 [in] the e-mail address of the recipient.
53 …The e-mail address has to conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822</a>.
56 [in] the e-mail address of the sender of this mail message.
57 …The e-mail address has to conform to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822</a>.
60 [in] the subject of the mail message.
63 [in] the body of the mail message. It is expected that the
69 @see com::sun::star::mail::XMailMessage
[all …]
H A DXMailServiceProvider.idl28 #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 DSendMailMessageFailedException.idl28 #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 DMailServer.idl28 #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 DNoMailServiceProviderException.idl28 #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 DNoMailTransportProviderException.idl28 #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 DMailServiceProvider.idl28 #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 DMailAttachment.idl31 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 DXConnectionListener.idl35 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.
/AOO41X/main/sw/source/ui/dbui/
H A Dmaildispatcher.cxx34 typedef std::list< uno::Reference<mail::XMailMessage> > MailMessageContainer_t;
66 …MailDeliveryNotifier(::rtl::Reference<MailDispatcher> xMailDispatcher, uno::Reference<mail::XMailM… in MailDeliveryNotifier()
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()
[all …]
H A Dmailmergehelper.cxx108 uno::Reference< mail::XSmtpService > ConnectToSmtpServer( in ConnectToSmtpServer()
110 uno::Reference< mail::XMailService >& rxInMailService, in ConnectToSmtpServer()
115 uno::Reference< mail::XSmtpService > xSmtpServer; in ConnectToSmtpServer()
120 uno::Reference< mail::XMailServiceProvider > xMailServiceProvider = in ConnectToSmtpServer()
121 mail::MailServiceProvider::create(getCurrentCmpCtx(rMgr)); in ConnectToSmtpServer()
122 xSmtpServer = uno::Reference< mail::XSmtpService > ( in ConnectToSmtpServer()
124 mail::MailServiceType_SMTP in ConnectToSmtpServer()
127 … uno::Reference< mail::XConnectionListener> xConnectionListener(new SwConnectionListener()); in ConnectToSmtpServer()
131 uno::Reference< mail::XMailService > xInMailService = in ConnectToSmtpServer()
134 mail::MailServiceType_POP3 : mail::MailServiceType_IMAP); in ConnectToSmtpServer()
[all …]
H A Dmailmergechildwindow.cxx153 uno::Reference< mail::XMailService > xConnectedMailService;
154 uno::Reference< mail::XMailService > xConnectedInMailService;
204 uno::Reference< mail::XMailMessage> xMailMessage);
206 … uno::Reference< mail::XMailMessage> xMailMessage, const rtl::OUString& sErrorMessage);
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()
271 void SwMailDispatcherListener_Impl::DeleteAttachments( uno::Reference< mail::XMailMessage >& xMessa… in DeleteAttachments()
273 uno::Sequence< mail::MailAttachment > aAttachments = xMessage->getAttachments(); in DeleteAttachments()
441 uno::Reference<mail::XMailMessage> xMessage = in ~SwSendMailDialog()
[all …]
/AOO41X/main/sw/source/ui/config/
H A Dmailconfigpage.src36 Text[ en-US ] = "Mail Merge E-mail";
75 Text[ en-US ] = "Send replies to ~different e-mail address";
171 Text[ en-US ] = "%PRODUCTNAME is testing the e-mail account settings...";
250 Text[ en-US ] = "Find outgoing mail server";
262 …Text[ en-US ] = "%PRODUCTNAME could not connect to the outgoing mail server. Check your system's s…
281 Text[ en-US ] = "The outgoing mail server (SMTP) requires au~thentication";
288 Text[ en-US ] = "The outgoing mail server (SMTP) requires ~separate authentication";
294 Text[ en-US ] = "Outgoing mail server:";
329 …US ] = "The outgoing mail server uses the same authentication as the ~incoming mail server. Enter …
335 Text[ en-US ] = "Incoming mail server:";
H A Dmailconfigpage.cxx55 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()
/AOO41X/main/sw/source/ui/inc/
H A Dmaildispatcher.hxx66 …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_;
H A Dmailmergehelper.hxx50 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
/AOO41X/main/offapi/com/sun/star/text/
H A DMailMerge.idl54 /** 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
302 /** determines that the created mail merge document is sent as body in HTML format.
314 /** determines that the created mail merge document is sent as attachment.
[all …]
/AOO41X/main/scripting/source/pyprov/
H A Dmailmerge.py43 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
/AOO41X/main/offapi/com/sun/star/system/
H A DXMailMessage.idl30 /** 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 DMailClientFlags.idl32 /** 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 DXMailClient.idl33 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.

12345678