Package org.nuclos.api.service
Interface MailService
public interface MailService
-
Method Summary
Modifier and TypeMethodDescriptionreceive
(boolean bDeleteMails) default List<NuclosMail>
default List<NuclosMail>
void
send
(InputStream is) void
send
(NuclosMail mail) default void
send
(UID outgoingEmailServer, InputStream is) default void
send
(UID outgoingEmailServer, NuclosMail mail) void
transformToEml
(NuclosMail mail, OutputStream outputStream)
-
Method Details
-
send
- Throws:
BusinessException
-
send
- Throws:
BusinessException
-
send
- Throws:
BusinessException
-
send
- Throws:
BusinessException
-
transformToEml
- Throws:
BusinessException
-
receive
- Throws:
BusinessException
-
receive
default List<NuclosMail> receive(UID incomingEmailServer, boolean bDeleteMails) throws BusinessException - Throws:
BusinessException
-
receive
- Throws:
BusinessException
-
receive
default List<NuclosMail> receive(UID incomingEmailServer, String folderFrom, boolean bDeleteMails) throws BusinessException - Throws:
BusinessException
-