Uses of Class
com.icegreen.greenmail.mail.MovingMessage
-
Packages that use MovingMessage Package Description com.icegreen.greenmail.imap com.icegreen.greenmail.smtp com.icegreen.greenmail.store com.icegreen.greenmail.user -
-
Uses of MovingMessage in com.icegreen.greenmail.imap
Methods in com.icegreen.greenmail.imap with parameters of type MovingMessage Modifier and Type Method Description void
ImapSessionFolder. store(MovingMessage mail)
-
Uses of MovingMessage in com.icegreen.greenmail.smtp
Methods in com.icegreen.greenmail.smtp that return MovingMessage Modifier and Type Method Description MovingMessage
SmtpState. getMessage()
-
Uses of MovingMessage in com.icegreen.greenmail.store
Methods in com.icegreen.greenmail.store with parameters of type MovingMessage Modifier and Type Method Description void
MailFolder. store(MovingMessage mail)
-
Uses of MovingMessage in com.icegreen.greenmail.user
Methods in com.icegreen.greenmail.user with parameters of type MovingMessage Modifier and Type Method Description void
GreenMailUser. deliver(MovingMessage msg)
void
UserImpl. deliver(MovingMessage msg)
-