File: control

package info (click to toggle)
golang-gopkg-gomail.v2 2.0.0%2Bgit20160411.23.81ebce5-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 172 kB
  • sloc: makefile: 3
file content (29 lines) | stat: -rw-r--r-- 1,061 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: golang-gopkg-gomail.v2
Section: devel
Priority: extra
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any
Standards-Version: 3.9.8
Homepage: https://github.com/go-gomail/gomail
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-gopkg-gomail.v2.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-gopkg-gomail.v2.git
XS-Go-Import-Path: gopkg.in/gomail.v2

Package: golang-gopkg-gomail.v2-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: simple and efficient package to send emails in Go
 Gomail is a simple and efficient package to send emails though an
 SMTP server. It is able to establish TLS connections and verify
 X.509 certificates and can be configured for local mail delivery.
 .
 Gomail supports:
   * Attachments
   * Embedded images
   * HTML and text templates
   * Automatic encoding of special characters
   * SSL and TLS
   * Sending multiple emails with the same SMTP connection