EN · DE · RU · FR · ES

#1393: IMailAttachment.kt

projectforge-business/src/main/kotlin/org/projectforge/mail/IMailAttachment.kt Type: Kotlin · Role: Mail · Source: projectforge-business/src/main/kotlin/org/projectforge/mail/IMailAttachment.kt 32 lines · 5 code · 25 comments · 2 blank
Source code file at projectforge-business/src/main/kotlin/org/projectforge/mail/IMailAttachment.kt containing Kotlin code for the Mail layer.

Code Structure

Annotations: author, micromata

Interfaces: IMailAttachment

Properties (1): filename

Package: org.projectforge.mail

Source Code (abridged)

package org.projectforge.mail

/**
 * @author Kai Reinhard (k.reinhard@micromata.de)
 */
interface IMailAttachment {
    var filename: String?
    var content: ByteArray?
}

Git History

868d6abb7 2025 -> 2026
96e97e738 Nothing real.
b309e9be9 MailAttachments improved (effected BirthdayButler, Polls). E-Mail is sent automatically, if nightly sanity check has errors.