Uses of Class
overit.geocall.mail.EmailException
Packages that use EmailException
-
Uses of EmailException in overit.geocall.lang
Methods in overit.geocall.lang that throw EmailExceptionModifier and TypeMethodDescriptionvoidLangHints.sendHintsEmail(Identity id) Sends an email that contains the hints to the address returned by the methodLang.getHintsMailAddress(). -
Uses of EmailException in overit.geocall.mail
Methods in overit.geocall.mail that throw EmailExceptionModifier and TypeMethodDescriptionvoidMailBox.commit()Commit the messagesMailBox.fetchMessage()Fetch the messagestatic AdaptiveMimeMessageMailBox.nextMessage()Returns the next messagestatic MessageRfc822.parse(InputStream is) Creates a new instance of Rfc822 messagevoidMailBox.rollback()Roll back the commit of the messagesvoidEmail.send()Send the emailvoidEmail.send(SmtpServer ss) Send the emailabstract voidSend the email through the smtp servervoidstatic voidDeprecated.static voidRfc822.send(Message m, SmtpServer ss) Deprecated.voidSend the email through the smtp servervoidMailBox.setAutoCommit(boolean autocommit) Sets autocommit capabilitystatic voidSmtpServer.systemSend(Message m) Sends an email with the info in the configuration filevoidWrite the email in a fileConstructors in overit.geocall.mail that throw EmailException
SmtpServer.send(overit.geocall.mail.Message)