Overview
>
Package klyn.mails
Version 0.1.3
Overview
Index
Tree
Deprecated
Package klyn.mails
Contains 18 type(s).
Types
Classes
Authenticator
- Hook used by
Session
to resolve SMTP credentials lazily.
InternetAddress
- Internet email address inspired by JavaMail
InternetAddress
.
MailSupport
- Internal helper functions shared by
klyn.mails
.
Message
- Base mail message.
MimeBodyPart
- MIME body part.
MimeMessage
- MIME message inspired by JavaMail
MimeMessage
, adapted to Klyn.
MimeMultipart
- MIME multipart container.
PasswordAuthentication
- Simple SMTP user/password holder.
Session
- SMTP session configuration inspired by JavaMail
Session
, adapted to Klyn.
SmtpResponse
- SMTP response returned by
SmtpTransport
.
SmtpTransport
- Stateful SMTP transport.
Transport
- High-level sending helper inspired by JavaMail
Transport
.
Enums
MailSecurity
- SMTP transport security mode.
RecipientType
- Logical recipient bucket used by
Message
.
Exceptions
AddressException
- Raised when an email address is malformed.
AuthenticationFailedException
- Raised when SMTP authentication fails.
MessagingException
- Base exception raised by
klyn.mails
.
SendFailedException
- Raised when SMTP delivery fails for one or more recipients.