Nitido Inc.

Uses of Class
com.nitido.nimx.nuggets.extmail.ExternalMailNuggetException

Packages that use ExternalMailNuggetException
com.nitido.nimx.nuggets.extmail This package contains the ExtMailNugget and its' helper classes. 
com.nitido.nimx.nuggets.extmail.real The only implementation of ExtMailNugget. 
 

Uses of ExternalMailNuggetException in com.nitido.nimx.nuggets.extmail
 

Methods in com.nitido.nimx.nuggets.extmail that throw ExternalMailNuggetException
abstract  javax.mail.Folder ExternalMailNugget.connect(java.lang.String host, int port, java.lang.String username, java.lang.String password, boolean leaveMail)
          Get the folder that represents the 'root' of the mailbox.
abstract  javax.mail.Folder ExternalMailNugget.connect(java.lang.String host, int port, java.lang.String username, java.lang.String password, boolean leaveMail, boolean useSSL)
          Get the folder that represents the 'root' of the mailbox.
abstract  void ExternalMailNugget.disconnect()
          Close the connection to the mail server.
 

Uses of ExternalMailNuggetException in com.nitido.nimx.nuggets.extmail.real
 

Methods in com.nitido.nimx.nuggets.extmail.real that throw ExternalMailNuggetException
 javax.mail.Folder ExternalMailNuggetImpl.connect(java.lang.String host, int port, java.lang.String username, java.lang.String password, boolean leaveMail)
           
 javax.mail.Folder ExternalMailNuggetImpl.connect(java.lang.String host, int port, java.lang.String username, java.lang.String password, boolean leaveMail, boolean useSSL)
          Get the folder that represents the 'root' of the mailbox.
 void ExternalMailNuggetImpl.disconnect()
          Complete disconnect from the backend server.
 


Nitido NiM 2.5 Java API

These JavaDoc pages are generated for release/nim_2_5-2.5.44

Copyright © 1999-2009 Nitido Inc.    Proprietary and Confidential.    All Rights Reserved.