Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Component / ArtifactId / URI

Description

POP POP3 / camel-mail

Code Block
none
none
pop3spop3://[username@]hostName port][?<options>]

Receiving email using POP3 and JavaMail

POP POP3S / camel-mail

Code Block
none
none
pop3s://[username@]hostName port][?<options>]

...

SMTP / camel-mail

Code Block
none
none
smtpssmtp://[username@]hostName[:port][?<options>]

Sending email using SMTP and JavaMail

SMTP SMTPS / camel-mail

Code Block
none
none
smtps://[username@]hostName[:port][?<options>]

...

IMAP / camel-mail

Code Block
none
none
imap://[username@]hostName[:port][?<options>]

Receiving email using IMAP

IMAPS / camel-mail

Code Block
none
none
imaps://[username@]hostName[:port][?<options>]

...

...