Notes from UPDATING |
- These upgrade notes are taken from /usr/ports/UPDATING
- 2025-03-21
Affects: users of mail/oama Author: nivit@FreeBSD.org Reason:
Starting from version 0.15, when the GPG backend is used the encrypted
credentials are stored in the $XDG_STATE_HOME/oama directory.
If the XDG_STATE_HOME environment variable is not set then it defaults to
$HOME/.local/state.
That is a breaking change! If you use the GPG backend you need to manually
move your credential ~/.local/var/oama/*.oama files into the new directory.
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.18 21 Mar 2025 09:54:03
    |
Nicola Vitale (nivit)  |
mail/oama: Update to 0.18
- Update the list of dependencies
- Pet port(clippy|fmt)
- Add pkg-message to be shown when the user updates the port from
a version less than 0.15. That version had a breaking change.
Release changes:
https://github.com/pdobsan/oama/releases/tag/0.15
https://github.com/pdobsan/oama/releases/tag/0.16
https://github.com/pdobsan/oama/releases/tag/0.18
Reported by: portscout! |
0.14 15 Sep 2024 16:10:55
    |
Nicola Vitale (nivit)  |
mail/oama: Add new port
Many IMAP/SMTP clients, like msmtp, fdm, isync, neomutt or mutt can use OAuth2
access tokens but lack the ability to renew and/or authorize OAuth2
credentials. The purpose of oama is to provide these missing capabilities by
acting as a kind of smart password manager. In particular, access token renewal
happens automatically in the background transparent to the user.
The OAuth2 credentials are kept in a keyring provided by any password manager
with a FreeDesktop.org Secret Service compatible API. Some examples of such
password managers are:
Gnome keyring
KDE Wallet Manager
KeePaasXC
Alternatively GNU PG encrypted files can also be used as a backend for storing
credentials.
https://github.com/pdobsan/oama |
Number of commits found: 2
|