All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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