Class MailEndpointBuilderFactory.MailHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.MailEndpointBuilderFactory.MailHeaderNameBuilder
- Enclosing interface:
MailEndpointBuilderFactory
The builder of headers' name for the IMAP component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbcc()Bcc.cc()Cc.The content type.copyTo()After processing a mail message, it can be copied to a mail folder with the given name.delete()Deletes the messages after they have been processed.from()From.The message ID.moveTo()After processing a mail message, it can be moved to a mail folder with the given name.replyTo()Reply to.subject()Subject.to()To.
-
Constructor Details
-
MailHeaderNameBuilder
public MailHeaderNameBuilder()
-
-
Method Details
-
subject
Subject. The option is a:Stringtype. Group: common- Returns:
- the name of the header
Subject.
-
from
From. The option is a:Stringtype. Group: common- Returns:
- the name of the header
From.
-
to
To. The option is a:Stringtype. Group: common- Returns:
- the name of the header
To.
-
cc
Cc. The option is a:Stringtype. Group: common- Returns:
- the name of the header
Cc.
-
bcc
Bcc. The option is a:Stringtype. Group: common- Returns:
- the name of the header
Bcc.
-
replyTo
Reply to. The option is a:Stringtype. Group: common- Returns:
- the name of the header
Reply-To.
-
contentType
The content type. The option is a:Stringtype. Group: common- Returns:
- the name of the header
contentType.
-
copyTo
After processing a mail message, it can be copied to a mail folder with the given name. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
copyTo.
-
moveTo
After processing a mail message, it can be moved to a mail folder with the given name. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
moveTo.
-
delete
Deletes the messages after they have been processed. The option is a:booleantype. Group: consumer- Returns:
- the name of the header
delete.
-
mailMessageId
The message ID. The option is a:Stringtype. Group: common- Returns:
- the name of the header
MailMessageId.
-