summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/mail/XMailService.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/mail/XMailService.idl')
-rw-r--r--offapi/com/sun/star/mail/XMailService.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/mail/XMailService.idl b/offapi/com/sun/star/mail/XMailService.idl
index cc8ba05e0703..dc5a3041e93d 100644
--- a/offapi/com/sun/star/mail/XMailService.idl
+++ b/offapi/com/sun/star/mail/XMailService.idl
@@ -93,7 +93,7 @@ interface XMailService: ::com::sun::star::uno::XInterface {
connection types are (the values should be handled
case insensitive):
"Insecure" - insecure connections
- "Ssl" - Secure Socket Layer 2.0/3.0 based connection
+ "SSL" - Secure Socket Layer 2.0/3.0 based connection
@returns
a sequence of supported connection types.
@@ -121,7 +121,7 @@ interface XMailService: ::com::sun::star::uno::XInterface {
void removeConnectionListener([in] XConnectionListener xListener);
/**
- Return the context of the current connnection. The context
+ Return the context of the current connection. The context
contains information like the server name, port, connection type
etc.
@@ -147,8 +147,8 @@ interface XMailService: ::com::sun::star::uno::XInterface {
@param xConnectionContext
[in] an interface used to query for connection related information.
The context must contain the following values:
- "ServerName" of type 'string', "Port" of type 'long', "ConnectionType"
- of type 'string'. A list of supported connection types can be queried
+ "ServerName" of type "string", "Port" of type "long", "ConnectionType"
+ of type "string". A list of supported connection types can be queried
using <code>getSupportedConnectionTypes</code>.
@param xAuthenticator
@@ -169,13 +169,13 @@ interface XMailService: ::com::sun::star::uno::XInterface {
a wrong server name, an unreachable DNS server, etc.
@throws com::sun::star::io::NoRouteToHostException
- if an error occured to connect to the remote mail server.
+ if an error occurred to connect to the remote mail server.
Typically the remote mail server cannot be reach because of an
intervening firewall, or if an intermediate router is down,
the network connection is broken, etc.
@throws com::sun::star::io::ConnectException
- if an error occured while attempting to connect to the remote
+ if an error occurred while attempting to connect to the remote
mail server. Typically the connection was refused remotely,
because the mail server is not listening on the remote address/port.