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 TypeClassDescriptionclassAbstractMailListener<M,A, S extends IMailFileSystem<M, A>> Implementation of aAbstractFileSystemListenerthat enables aReceiverto look in a folder for received mails.classFileSystemSenderWithAttachments<F,A, FS extends IMailFileSystem<F, A>> Deprecated.classForEachAttachmentPipe<F,A, FS extends IMailFileSystem<F, A>> Classes in org.frankframework.filesystem that implement IMailFileSystemModifier and TypeClassDescriptionclassAbstractMailFileSystem<M,A, C extends AutoCloseable> Baseclass forMailFileSystems.classMethods 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)