golang-gopkg-mail.v2 2.3.1-2 source package in Ubuntu

Changelog

golang-gopkg-mail.v2 (2.3.1-2) unstable; urgency=medium

  * upload source package

 -- Thorsten Alteholz <email address hidden>  Sat, 10 Apr 2021 11:24:15 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-gopkg-mail.v2_2.3.1-2.dsc 2.2 KiB 244bd2a6726349af06e6bcacca277208fed87b6a796077b50cd4ec93b632a32e
golang-gopkg-mail.v2_2.3.1.orig.tar.xz 17.7 KiB 463eb93f12ef0c839569c78783f8acf1b27c9bfbc273be6ce61b1a6e658197e3
golang-gopkg-mail.v2_2.3.1-2.debian.tar.xz 2.5 KiB 5c82b781c814f295ab4d0e37628d0e926ff0d6555ba700ee569099d75d39b171

No changes file available.

Binary packages built by this source

golang-gopkg-mail.v2-dev: simple and efficient package to send emails

 This package is an actively maintained fork of Gomail and includes
 fixes and improvements for a number of outstanding issues.
 The current progress is as follows:
    - Timeouts and retries can be specified outside of the 10 second default.
    - Proxying is supported through specifying a custom NetDialTimeout.
    - not yet: Filenames are properly encoded for non-ASCII characters.
    - not yet: Email addresses are properly encoded for non-ASCII characters.
    - not yet: Embedded files and attachments are tested for their existence.
    - not yet: An io.Reader can be supplied when embedding and attaching files.
 .
 Gomail can only send emails using an SMTP server. But the API is flexible
 and it is easy to implement other methods for sending emails using a local
 Postfix, an API, etc.