![JAR search and dependency download from the Maven repository](/logo.png)
fr.sii.ogham.email.attachment.ContentDisposition Maven / Gradle / Ivy
package fr.sii.ogham.email.attachment;
public interface ContentDisposition {
public static final String ATTACHMENT = "attachment";
public static final String INLINE = "inline";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy