Uses of Interface
org.frankframework.filesystem.IMailFileSystem
Packages that use IMailFileSystem
-
Uses of IMailFileSystem in org.frankframework.filesystem
Classes in org.frankframework.filesystem with type parameters of type IMailFileSystemModifier and TypeClassDescriptionclass
AbstractMailListener<M,
A, S extends IMailFileSystem<M, A>> Implementation of aAbstractFileSystemListener
that enables aReceiver
to look in a folder for received mails.class
FileSystemSenderWithAttachments<F,
A, FS extends IMailFileSystem<F, A>> Deprecated.class
ForEachAttachmentPipe<F,
A, FS extends IMailFileSystem<F, A>> Classes in org.frankframework.filesystem that implement IMailFileSystemModifier and TypeClassDescriptionclass
AbstractMailFileSystem<M,
A, C extends AutoCloseable> Baseclass forMailFileSystems
.class
Methods in org.frankframework.filesystem with parameters of type IMailFileSystemModifier and TypeMethodDescriptionstatic <M,
A> void MailFileSystemUtils.addAttachmentInfo
(IMailFileSystem<M, A> fileSystem, A attachment, SaxElementBuilder attachmentsXml) static <M,
A> void MailFileSystemUtils.addEmailInfo
(IMailFileSystem<M, A> fileSystem, M emailMessage, SaxElementBuilder emailXml) static <M,
A> void MailFileSystemUtils.addEmailInfoSimple
(IMailFileSystem<M, A> fileSystem, M emailMessage, SaxElementBuilder emailXml)