com.solarmosaic.client.mail.Header.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mail-client_2.10 Show documentation
Show all versions of mail-client_2.10 Show documentation
Scala mailer built on top of the JavaMail API.
The newest version!
package com.solarmosaic.client.mail
/**
* A header.
*
* @param name The name of the header.
* @param value The value of the header.
*/
case class Header(name: String, value: String)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy