Nitido Inc.

Uses of Class
com.nitido.nimx.nuggets.javamail.MessageNotInFolderException

Packages that use MessageNotInFolderException
com.nitido.nimx.nuggets.javamail This package contains the JavaMailNugget and its' helper classes. 
com.nitido.nimx.nuggets.javamail.real This is the first real implementation of JavaMailNugget, which launches the JavaMail connections and keep the IMAP connection reference opened during the nugget's lifetime only. 
com.nitido.nimx.nuggets.javamail.valet This is the "valet" implementation of JavaMailNugget, which "park" the IMAP connections to the ValetService in order to keep the connection opened between requests. 
 

Uses of MessageNotInFolderException in com.nitido.nimx.nuggets.javamail
 

Methods in com.nitido.nimx.nuggets.javamail that throw MessageNotInFolderException
abstract  long JavaMailNugget.getUIDofMessage(javax.mail.Folder folder, javax.mail.Message msg)
          Get the UID of the message.
abstract  long[] JavaMailNugget.getUIDofMessages(javax.mail.Folder folder, javax.mail.Message[] msgs)
          Get the UIDs of the messages.
 

Uses of MessageNotInFolderException in com.nitido.nimx.nuggets.javamail.real
 

Methods in com.nitido.nimx.nuggets.javamail.real that throw MessageNotInFolderException
protected  long JavaMailNuggetImpl.getUID(javax.mail.UIDFolder uf, javax.mail.Message msg)
           
 long JavaMailNuggetImpl.getUIDofMessage(javax.mail.Folder folder, javax.mail.Message msg)
           
 long[] JavaMailNuggetImpl.getUIDofMessages(javax.mail.Folder folder, javax.mail.Message[] msgs)
           
 

Uses of MessageNotInFolderException in com.nitido.nimx.nuggets.javamail.valet
 

Methods in com.nitido.nimx.nuggets.javamail.valet that throw MessageNotInFolderException
protected  long JavaMailNuggetImpl.getUID(javax.mail.UIDFolder uf, javax.mail.Message msg)
           
 long JavaMailNuggetImpl.getUIDofMessage(javax.mail.Folder folder, javax.mail.Message msg)
           
 long[] JavaMailNuggetImpl.getUIDofMessages(javax.mail.Folder folder, javax.mail.Message[] msgs)
           
 


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.