[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55903] [PATCH 32/41] gnu: Add go-github-com-emersion-go-smtp.
From: |
(unmatched-parenthesis |
Subject: |
[bug#55903] [PATCH 32/41] gnu: Add go-github-com-emersion-go-smtp. |
Date: |
Sat, 11 Jun 2022 20:16:44 +0100 |
* gnu/packages/golang.scm (go-github-com-emersion-go-smtp): New
variable.
---
gnu/packages/golang.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index ab34d02190..00b6945e10 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -10542,3 +10542,27 @@ (define-public go-github-com-emersion-go-pgpmail
(description
"Package pgpmail implements PGP encryption for e-mail messages.")
(license license:expat)))
+
+(define-public go-github-com-emersion-go-smtp
+ (package
+ (name "go-github-com-emersion-go-smtp")
+ (version "0.15.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/emersion/go-smtp")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1vhc0vpjd4yhxk6wrh01sdpi7nprjn98s46yy82xwlkm0cskl0h7"))))
+ (build-system go-build-system)
+ (arguments
+ (list #:import-path "github.com/emersion/go-smtp"))
+ (propagated-inputs (list go-github-com-emersion-go-sasl))
+ (home-page "https://github.com/emersion/go-smtp")
+ (synopsis "SMTP implementation for Go")
+ (description
+ "Package smtp implements the Simple Mail Transfer Protocol as defined in
+@url{https://rfc-editor.org/rfc/rfc5321.html,RFC 5321}.")
+ (license license:expat)))
--
2.36.1
- [bug#55903] [PATCH 41/41] gnu: Add aerc., (continued)
- [bug#55903] [PATCH 33/41] gnu: Add go-github-com-niemeyer-pretty., (unmatched-parenthesis, 2022/06/11
- [bug#55903] [PATCH 27/41] gnu: Add go-github-com-protonmail-go-crypto-brainpool., (unmatched-parenthesis, 2022/06/11
- [bug#55903] [PATCH 35/41] gnu: Add go-git-sr-ht--sircmpwn-getopt., (unmatched-parenthesis, 2022/06/11
- [bug#55903] [PATCH 39/41] gnu: Add go-github-com-emersion-go-milter., (unmatched-parenthesis, 2022/06/11
- [bug#55903] [PATCH 40/41] gnu: Add go-github-com-emersion-go-msgauth-authres., (unmatched-parenthesis, 2022/06/11
- [bug#55903] [PATCH 30/41] gnu: Add go-github-com-protonmail-go-crypto-ocb., (unmatched-parenthesis, 2022/06/11
- [bug#55903] [PATCH 31/41] gnu: Add go-github-com-emersion-go-pgpmail., (unmatched-parenthesis, 2022/06/11
- [bug#55903] [PATCH 32/41] gnu: Add go-github-com-emersion-go-smtp.,
(unmatched-parenthesis <=
- [bug#55903] [PATCH 34/41] gnu: Add go-github-com-arran4-golang-ical., (unmatched-parenthesis, 2022/06/11
[bug#55903] Fwd: Re: [PATCHSET] Adding aerc, (, 2022/06/11
[bug#55903] [PATCHSET] Adding aerc, Maxime Devos, 2022/06/11
[bug#55903] [PATCH v2 01/35] gnu: Add go-github-com-zenhack-go-notmuch., (, 2022/06/13
[bug#55903] [PATCH v2 04/35] gnu: Add go-github-com-xo-terminfo., (, 2022/06/13
[bug#55903] [PATCH v2 03/35] gnu: Add go-google-golang-org-protobuf., (, 2022/06/13