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 class ContentDisposition {
	public static final String ATTACHMENT = "attachment";
	
	public static final String INLINE = "inline";
	
	private ContentDisposition() {
		super();
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy