Protondrive CLI 0.2.3
Protondrive CLI 0.2.3
This patch release fixes rclone configuration for Proton accounts that use a separate mailbox password.
Highlights
- Added
--mailbox-passwordand--mailbox-password-stdinfor rclone-backed configuration. - Passes
mailbox_passwordto rclone using rclone-obscured secret values. - Stores the optional mailbox password in the encrypted credential vault when
--store-credentialsis used. - Reuses the mailbox password during credential-vault refresh.
- Documents stdin ordering for headless two-password accounts.
- Leaves
local_pathout ofconfigure; sync local paths remain handled by positional args or JSON sync configs.
PR / issue triage
- The relevant part of PR #4 was implemented cleanly in
main. - PR #4 was not merged because it included unrelated
local_pathconfiguration changes, a credential debug print, and no tests.
Validation
- Verified rclone provider metadata exposes
mailbox_passwordfor Proton Drive and does not exposelocal_path. go test ./...go vet ./...- Local rclone-config smoke test with fake credentials and
--mailbox-password-stdin - Linux builds for
amd64andarm64 - macOS builds for
amd64andarm64 - Archive checksum verification