mbox series

[bug#71780,0/3] add hydroxide package

Message ID cover.1719286915.git.woshilapin@tuziwo.info
Headers show
Series add hydroxide package | expand

Message

woshilapin June 25, 2024, 12:51 p.m. UTC
hydroxide is a bridge for ProtonMail which expose SMTP and IMAP.
This is useful for example for `git send-email` which needs
SMTP that ProtonMail doesn't provide.

A serie of patches is proposed.
1. first an update of existing `go-sasl`
2. second, an update of existing `protonmail/go-crypto`, note that it also impacts `go-pgpmail`
3. all the new dependencies needed for `hydroxide`, then `hydroxide`

I checked the other dependents of `go-sasl` and `protonmail/go-crypto` which are `soju` and `aerc`.
They appear to build correctly with these new versions of the dependencies.

`go-smtp` is dependency which already exists in `guix`.
However, bumping it was breaking `aerc`.
I therefore chose to make a variant for the newer version.

Jean SIMARD (3):
  gnu: update go-github-com-emersion-go-sasl
  gnu: update go-github-com-protonmail-go-crypto
  gnu: add hydroxide

 gnu/packages/golang-crypto.scm |  51 +++++++---
 gnu/packages/golang.scm        | 177 +++++++++++++++++++++++++++++----
 gnu/packages/mail.scm          |  37 +++++++
 3 files changed, 230 insertions(+), 35 deletions(-)


base-commit: 78d946b01162fbe986c6768800e8cfd6e70e67e5

Comments

Sharlatan Hellseher June 26, 2024, 2:31 p.m. UTC | #1
Hi,

Please take a look at https://issues.guix.gnu.org/57326

--
Oleg