Uses of Interface
gnu.inet.imap.UIDPlusHandler

Packages that use UIDPlusHandler
gnu.inet.imap This package contains an IMAP4rev1 client. 
 

Uses of UIDPlusHandler in gnu.inet.imap
 

Methods in gnu.inet.imap with parameters of type UIDPlusHandler
 boolean IMAPConnection.append(java.lang.String mailbox, java.lang.String[] flags, byte[] content, UIDPlusHandler uidplus)
          Append a message to the specified mailbox.
 boolean IMAPConnection.copy(int[] messages, java.lang.String mailbox, UIDPlusHandler uidplus)
          Copies the specified messages to the end of the destination mailbox.
 



© Copyright 2003 The Free Software Foundation, all rights reserved