Releases: emersion/hydroxide
Releases · emersion/hydroxide
0.2.21
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
0.2.19
0.2.18
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
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
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
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
0.2.13
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