Uses of Class
overit.geocall.mail.Message
Packages that use Message
Package
Description
-
Uses of Message in overit.geocall.mail
Subclasses of Message in overit.geocall.mailMethods in overit.geocall.mail that return MessageModifier and TypeMethodDescriptionMessage.createCopy()Creates a copy of the messageMailBox.fetchMessage()Fetch the messagestatic MessageRfc822.parse(MimeMessage mm) static MessageRfc822.parse(InputStream is) Creates a new instance of Rfc822 messageMethods in overit.geocall.mail with parameters of type MessageModifier and TypeMethodDescriptionprotected static StringRfc822.allOutTextExtract(Part p, Message m, String name) static AdaptiveMimeMessageprotected static voidRfc822.parseAttachment(Message m, Part p, String path, boolean linkattachment) protected static voidRfc822.parseMultipart(Message m, Multipart mp, String path, boolean mixed, boolean alternative, boolean related) protected static voidRfc822.parseMultipartReport(Message m, Multipart mp, String path) protected static voidRfc822.parsePart(Message m, Part p, String path, boolean mixed, boolean alternative, boolean related) protected static voidRfc822.parsePkcs7(Message m, Part p, String path, boolean mixed, boolean alternative, boolean related) protected static voidRfc822.parseSigned(Message m, Part p, String path, boolean mixed, boolean alternative, boolean related) abstract voidSend the email through the smtp servervoidstatic voidDeprecated.static voidRfc822.send(Message m, SmtpServer ss) Deprecated.voidSend the email through the smtp serverstatic voidSmtpServer.systemSend(Message m) Sends an email with the info in the configuration fileConstructors in overit.geocall.mail with parameters of type Message -
Uses of Message in overit.geocallapp.wfm.cee.bl.message.task
Methods in overit.geocallapp.wfm.cee.bl.message.task that return MessageModifier and TypeMethodDescriptionprotected MessageBTMailMessageCreate.prepareMessage(overit.geocall.basic.mm.MM templateMultimediaMessage, overit.geocallapp.wfm.mail.EmailProcessor emailProcessor, HashMap<String, Object> tagValues) protected abstract MessageBTMessageCreate.prepareMessage(overit.geocall.basic.mm.MM templateMultimediaMessage, overit.geocallapp.wfm.mail.EmailProcessor emailProcessor, HashMap<String, Object> tagValues) protected MessageBTPushNotificationMessageCreate.prepareMessage(overit.geocall.basic.mm.MM templateMultimediaMessage, overit.geocallapp.wfm.mail.EmailProcessor emailProcessor, HashMap<String, Object> tagValues) protected MessageBTSmsMessageCreate.prepareMessage(overit.geocall.basic.mm.MM templateMultimediaMessage, overit.geocallapp.wfm.mail.EmailProcessor emailProcessor, HashMap<String, Object> tagValues) Methods in overit.geocallapp.wfm.cee.bl.message.task with parameters of type MessageModifier and TypeMethodDescriptionprotected DTOMessageBTMailMessageCreate.createDtoMessage(Message message) protected abstract DTOMessageBTMessageCreate.createDtoMessage(Message message) protected DTOMessageBTPushNotificationMessageCreate.createDtoMessage(Message message) protected DTOMessageBTSmsMessageCreate.createDtoMessage(Message message) -
Uses of Message in overit.geocallapp.wfm.cee.ux.templatemessages
Fields in overit.geocallapp.wfm.cee.ux.templatemessages declared as Message
SmtpServer.send(overit.geocall.mail.Message)