gnu.mail.providers.imap

Class IMAPTest

public class IMAPTest extends Object implements ConnectionListener, StoreListener, FolderListener

Simple test for IMAP.
Method Summary
voidclosed(ConnectionEvent e)
voiddisconnected(ConnectionEvent e)
voidfolderCreated(FolderEvent e)
voidfolderDeleted(FolderEvent e)
voidfolderRenamed(FolderEvent e)
static voidmain(String[] args)
voidnotification(StoreEvent e)
voidopened(ConnectionEvent e)

Method Detail

closed

public void closed(ConnectionEvent e)

disconnected

public void disconnected(ConnectionEvent e)

folderCreated

public void folderCreated(FolderEvent e)

folderDeleted

public void folderDeleted(FolderEvent e)

folderRenamed

public void folderRenamed(FolderEvent e)

main

public static void main(String[] args)

notification

public void notification(StoreEvent e)

opened

public void opened(ConnectionEvent e)
©