Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-testing > by-pkgid > 2c50825dd66d0497b96a67f7fab2ee84 > files > 4234

openoffice.org64-devel-doc-2.4.1.10-1mdv2008.1.x86_64.rpm

<html>
<head>
<title>Module mail</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../idl.css">
</head>
<body>
<div id="adc-idlref">

<a name="_top_"> </a><table class="navimain" border="0" cellpadding="3">
<tr>
<td class="navimain"><a href="../module-ix.html" class="navimain">Overview</a></td>
<td class="navimainself">Module</td>
<td class="navimainnone">Use</td>
<td class="navimainnone">Devguide</td>
<td class="navimain"><a href="../../../../index-files/index-1.html" class="navimain">Index</a></td>
</tr>
</table>
<table class="navisub" border="0" cellpadding="0">
<tr>
<td class="navisub">Nested Modules</td>
<td class="navisub"><a href="#Services" class="navisub">Services</a></td>
<td class="navisub">Singletons</td>
<td class="navisub"><a href="#Interfaces" class="navisub">Interfaces</a></td>
<td class="navisub"><a href="#Structs" class="navisub">Structs</a></td>
<td class="navisub"><a href="#Exceptions" class="navisub">Exceptions</a></td>
<td class="navisub"><a href="#Enums" class="navisub">Enums</a></td>
<td class="navisub">Typedefs</td>
<td class="navisub">Constant Groups</td>
</tr>
</table>
<hr>
<table border="0" width="100%" cellpadding="5" cellspacing="3" class="title-table" style="margin-bottom:6pt;">
<tr>
<td><p class="namechain"><a href="../../../../module-ix.html" class="namechain">::</a> <a href="../../../module-ix.html" class="namechain">com</a> :: <a href="../../module-ix.html" class="namechain">sun</a> :: <a href="../module-ix.html" class="namechain">star</a> :: </p>
</td>
</tr>
<tr>
<td class="title">module mail</td>
</tr>
<tr>
<td><dl>
<dt><b>Description</b></dt>
<dd>Interfaces for Email connectivity </dd>
</dl>
</td>
</tr>
</table>
<hr>
<a name="Services"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Services</td>
</tr>
<tr>
<td class="imsum_left"><a href="MailMessage.html">MailMessage</a></td>
<td class="imsum_right"/></tr>
<tr>
<td class="imsum_left"><a href="MailServer.html">MailServer</a></td>
<td class="imsum_right"/></tr>
<tr>
<td class="imsum_left"><a href="MailServiceProvider.html">MailServiceProvider</a></td>
<td class="imsum_right"/></tr>
</table>
<a name="Interfaces"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Interfaces</td>
</tr>
<tr>
<td class="imsum_left"><a href="XAuthenticator.html">XAuthenticator</a></td>
<td class="imsum_right">Represents an interface that will be used to query for user
 information which are necessary to login to a network resource. 
 An implementation of this interface may for instance show a
 dialog to query the user for the necessary data. 
 
 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XConnectionListener.html">XConnectionListener</a></td>
<td class="imsum_right">The listener interface for connection events.
 
 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XMailMessage.html">XMailMessage</a></td>
<td class="imsum_right">Represents a mail message. 
 
 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XMailServer.html">XMailServer</a></td>
<td class="imsum_right">Represents a mail server abstraction. 
 
 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XMailService.html">XMailService</a></td>
<td class="imsum_right">Represents a mail server abstraction. 
 
 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XMailServiceProvider.html">XMailServiceProvider</a></td>
<td class="imsum_right">A factory for creating different mail services.
 
 </td>
</tr>
<tr>
<td class="imsum_left"><a href="XSmtpService.html">XSmtpService</a></td>
<td class="imsum_right">Represents a SMTP service abstraction. 
 
 </td>
</tr>
</table>
<a name="Structs"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Structs</td>
</tr>
<tr>
<td class="imsum_left"><a href="MailAttachment.html">MailAttachment</a></td>
<td class="imsum_right">A <a href="MailAttachment.html">MailAttachment</a> specifies a mail message attachment.
 
 </td>
</tr>
</table>
<a name="Exceptions"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Exceptions</td>
</tr>
<tr>
<td class="imsum_left"><a href="MailException.html">MailException</a></td>
<td class="imsum_right">An MailException is the base of all mail related
 exceptions.
 
 </td>
</tr>
<tr>
<td class="imsum_left"><a href="NoMailServiceProviderException.html">NoMailServiceProviderException</a></td>
<td class="imsum_right">A <a href="NoMailServiceProviderException.html">NoMailServiceProviderException</a> will be thrown if an 
 appropriate provider for requested mail service could not be found or 
 could not be created.
 
 </td>
</tr>
<tr>
<td class="imsum_left"><a href="NoMailTransportProviderException.html">NoMailTransportProviderException</a></td>
<td class="imsum_right">A <a href="NoMailTransportProviderException.html">NoMailTransportProviderException</a> will be thrown if an 
 appropriate provider for sending mail messages could not be found or 
 could not be created.
 
 </td>
</tr>
<tr>
<td class="imsum_left"><a href="SendMailMessageFailedException.html">SendMailMessageFailedException</a></td>
<td class="imsum_right">A SendFailedException will be thrown if a mail message
 could not be sent because the e-mail addresses of some
 recipients are invalid. E-mail addresses have to conform
 to <a href="http://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822</a>. 
 
 </td>
</tr>
</table>
<a name="Enums"/><table border="1" width="100%" cellpadding="5" cellspacing="0" class="subtitle">
<tr>
<td class="subtitle" colspan="2">Enums</td>
</tr>
<tr>
<td class="imsum_left"><a href="MailServiceType.html">MailServiceType</a></td>
<td class="imsum_right"/></tr>
</table>
<a href="#_top_">Top of Page</a><hr size="3"><p class="copyright" align="center">Copyright &copy; 2008 Sun Microsystems, Inc.</p>

</div> <!-- id="adc-idlref" -->
</body>

</html>