Uses of Class
com.storedobject.mail.Mail
Packages that use Mail
-
Uses of Mail in com.storedobject.mail
Methods in com.storedobject.mail that return MailModifier and TypeMethodDescriptionstatic MailMail.createAlert()Creates an alert and returns it as a Mail object.static MailMail.createAlert(TransactionManager tm) Creates and prepares alert mail based on the provided TransactionManager instance.Methods in com.storedobject.mail with parameters of type MailModifier and TypeMethodDescriptionbooleanMail.attachFrom(TransactionManager tm, Mail another) Attach attachments from another mail.protected intServer.sendMessage(Mail message) Method parameters in com.storedobject.mail with type arguments of type Mail -
Uses of Mail in com.storedobject.ui
Methods in com.storedobject.ui with parameters of type MailModifier and TypeMethodDescriptionvoidMailForm.addOtherAttachments(Mail mail) protected voidCalled when the mail is saved successfully.protected voidMailForm.saveExtra(Mail mail, Transaction transaction) Save any extra data associated with this mail.