Uses of Class
org.nuclos.api.mail.NuclosMail
-
Uses of NuclosMail in org.nuclos.api.provider
Modifier and TypeMethodDescriptionstatic List<NuclosMail>
MailProvider.receive
(boolean bDeleteMails) This method retrieves allNuclosMail
s that can be found in the Inbox of the account mentioned in the system parameters.static List<NuclosMail>
This method retrieves allNuclosMail
s that can be found in the specified folder of the account mentioned in the system parameters.Modifier and TypeMethodDescriptionstatic void
MailProvider.send
(NuclosMail mail) This method sends aNuclosMail
All connection settings like POP3/SMTP must be set in Nuclos as system parametersstatic void
MailProvider.transformToEml
(NuclosMail nuclosMail, OutputStream outputStream) Transforms aNuclosMail
to the EML format and writes it to the specifiedOutputStream
. -
Uses of NuclosMail in org.nuclos.api.service
Modifier and TypeMethodDescriptionvoid
MailService.send
(NuclosMail mail) void
MailService.transformToEml
(NuclosMail mail, OutputStream outputStream)