Package com.icegreen.greenmail.store
Interface FolderListener
-
- All Known Implementing Classes:
ImapSessionFolder
public interface FolderListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
added(int msn)
void
expunged(int msn)
void
flagsUpdated(int msn, javax.mail.Flags flags, java.lang.Long uid)
void
mailboxDeleted()
-