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

jvmMain.raven.FileAttachment.kt Maven / Gradle / Ivy

There is a newer version: 3.0.11
Show newest version
package raven

import java.io.File

class FileAttachment(
    override val content: File,
    override val type: String,
    override val name: String
) : EmailAttachment




© 2015 - 2024 Weber Informatics LLC | Privacy Policy