mirror of
https://git.sr.ht/~rjarry/aerc
synced 2026-03-02 18:23:33 +01:00
The lib/auth package parses Authentication-Results email headers, not general authentication mechanisms. Rename it to lib/authres to better reflect its purpose and avoid confusion with SASL/OAuth authentication code. This also aligns with the go-msgauth/authres library it wraps. Signed-off-by: Robin Jarry <robin@jarry.cc> Reviewed-by: Simon Martin <simon@nasilyan.com>