Skip to content

Releases: emersion/hydroxide

0.2.21

23 Nov 12:19
v0.2.21

Choose a tag to compare

hydroxide v0.2.21

This release fixes a new bug with the ProtonMail API, and adds a few
quality-of-life minor features.

Simon Ser (9):
      Migrate to golang.org/x/crypto/ssh/terminal
      Add prompt arg to askPass
      Add sendmail subcommand
      Add HYDROXIDE_BRIDGE_PASS env variable
      Allow import-messages to read from stdin
      Upgrade dependencies
      auth: fix re-auth 2FA error message not showing up
      Extract address key passphrases from encrypted token
      Check private key token signatures

0.2.20

30 Jul 13:37
v0.2.20

Choose a tag to compare

hydroxide v0.2.20

This release fixes buggy In-Reply-To header fields when used
with git-send-email.

Simon Ser (3):
      smtp: set ExternalID when creating draft
      Upgrade dependencies
      protonmail: mark more Message fields as json omitempty

0.2.19

22 Jul 06:28
v0.2.19
c6c1d6c

Choose a tag to compare

hydroxide v0.2.19

Harley Lang (1):
      Switch ProtonMail API endpoints to legacy

Simon Ser (1):
      readme: update IRC channel

blank X (1):
      cmd/hydroxide: add -disable-{imap,smtp,carddav} flags

0.2.18

11 Apr 10:07
v0.2.18

Choose a tag to compare

hydroxide v0.2.18

Mike Skec (1):
      Add angled brackets around Message-Id value

Simon Ser (4):
      Set deterministic message boundary
      cmd/hydroxide: override flag.Usage with our usage string
      Fix cleartext listeners
      Update dependencies

primalmotion (1):
      Add support for TLS listeners

proletarius101 (1):
      imports: change the crypto lib to new import path

0.2.17

17 Dec 13:30
v0.2.17
d16ec98

Choose a tag to compare

0.2.17 Pre-release
Pre-release
hydroxide v0.2.17

MrViK (1):
      imap: fix not being able to delete mails and [2000] IDs required

Simon Ser (4):
      Add support for mbox files for import-messages
      cmd/hydroxide: fix skipped bytes on eml import
      imports: wrap inline part in multipart message
      Update dependencies

0.2.16

05 Dec 14:47
v0.2.16

Choose a tag to compare

0.2.16 Pre-release
Pre-release
hydroxide v0.2.16

MrViK (1):
      imap: set charset header to utf-8

Simon Ser (9):
      s/flags/options/
      protonmail: introduce Timestamp
      protonmail: add Client.GetConversation
      Add export-messages command
      Add -message-id flag to export-messages command
      Update dependencies
      protonmail: update calendar endpoints
      exports: set charset to UTF-8
      exports: fix typo

TheOtherAdam (1):
      Update README.md with new install instructions

Víctor (1):
      smtp: fix bcc being ignored

0.2.15

02 Jul 10:27
v0.2.15

Choose a tag to compare

0.2.15 Pre-release
Pre-release
hydroxide v0.2.15

Daniel Bertalan (3):
      Use Protonmail fork of golang.org/x/crypto
      protonmail: verify SRP modulus signatures
      protonmail: make SRP modulus signature failures fatal

Hubcapp (1):
      update usage help to correct flag-command order

Simon Ser (4):
      imap: add support for multiple Reply-To fields
      protonmail: add ListCalendars, ListCalendarEvents
      imports: don't set empty Content-Type header field
      imports: fix io.Copy call for the message body

0.2.14

07 Mar 17:20
v0.2.14
d97056a

Choose a tag to compare

0.2.14 Pre-release
Pre-release
hydroxide v0.2.14

Dmitry Valter (1):
      Fix Attachment Error 15212

Simon Ser (3):
      cmd/hydroxide: fix sub-command arg processing
      protonmail: fix "invalid refresh token" errors
      protonmail: add Client.Debug

0.2.13

29 Feb 17:13
v0.2.13
b607399

Choose a tag to compare

0.2.13 Pre-release
Pre-release
hydroxide v0.2.13

Simon Ser (14):
      imap: refcount clients
      protonmail: add Client.ListLabels
      imap: expose folders as mailboxes
      carddav: update to go-webdav v0.2.0
      imap: fix confusion between mailbox flags and attributes
      imap: expose labels as message flags
      imap: allow setting labels (as flags)
      imap: fix some race conditions
      imap: consistently index users by IMAP-supplied username
      imap: add backend mutex
      cmd/hydroxide: add -debug flag
      cmd/hydroxide: rename hydroxide.go to main.go
      cmd/hydroxide: move usage string to global constant
      Update dependencies

0.2.12

18 Jan 09:34
v0.2.12
7d69179

Choose a tag to compare

0.2.12 Pre-release
Pre-release
hydroxide v0.2.12

Harley Lang (1):
      Increased MaxSpace int size (#80)

Simon Ser (4):
      Fix 2FA support
      Update dependencies
      go fmt
      Upgrade dependencies