Package org.nuclos.api.service
Interface MailService
public interface MailService
-
Method Summary
Modifier and TypeMethodDescriptionreceive(boolean bDeleteMails) default List<NuclosMail>default List<NuclosMail>voidsend(InputStream is) voidsend(NuclosMail mail) default voidsend(UID outgoingEmailServer, InputStream is) default voidsend(UID outgoingEmailServer, NuclosMail mail) voidtransformToEml(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
-