Uses of Class
org.apache.camel.component.mail.MailEndpoint
Packages that use MailEndpoint
-
Uses of MailEndpoint in org.apache.camel.component.mail
Methods in org.apache.camel.component.mail that return MailEndpointMethods in org.apache.camel.component.mail with parameters of type MailEndpointModifier and TypeMethodDescriptionDefaultMailUidGenerator.generateUuid(MailEndpoint mailEndpoint, jakarta.mail.Message message) MailUidGenerator.generateUuid(MailEndpoint mailEndpoint, jakarta.mail.Message message) Generates an unique ID of the mail message depending on if its POP3 or IMAP protocol.voidMailBinding.populateMailMessage(MailEndpoint endpoint, jakarta.mail.internet.MimeMessage mimeMessage, org.apache.camel.Exchange exchange) protected voidMailBinding.setRecipientFromEndpointConfiguration(jakarta.mail.internet.MimeMessage mimeMessage, MailEndpoint endpoint, org.apache.camel.Exchange exchange) Appends the Mail headers from the endpoint configuration.Constructors in org.apache.camel.component.mail with parameters of type MailEndpointModifierConstructorDescriptionMailConsumer(MailEndpoint endpoint, org.apache.camel.Processor processor, JavaMailSender sender) MailProducer(MailEndpoint endpoint, JavaMailSender sender)