aerc implements the IMAP protocol as specified by RFC 3501, with the following IMAP extensions:
IMAP configuration may be done interactively with the :new-account command.
In accounts.conf (see aerc-config(5)), the following IMAP-specific options are available:
source
Remember that all fields must be URL encoded. The "@" symbol, when URL encoded, is %40.
The meaning of the scheme component is:
imap://:
imap+insecure://:
imaps:
imaps+oauthbearer://
oauth2_params:
If specified, the configured password is used as an refresh token that is exchanged with an access token
Example: imaps+oauthbearer://...?token_endpoint=https://...&client_id=
source-cred-cmd
Example:
pass hostname/username
connection-timeout
Default: 30s
keepalive-period
By default, the system tcp socket settings are used.
keepalive-probes
By default, the system tcp socket settings are used. If keepalive-period is specified, this option defaults to 3 probes.
This option is only supported on linux. On other platforms, it will be ignored.
keepalive-interval
By default, the system tcp socket settings are used. If keepalive-period is specified, this option defaults to 3s.
This option is only supported on linux. On other platforms, it will be ignored.
Originally created by Drew DeVault <sir@cmpwn.com> and maintained by Robin Jarry <robin@jarry.cc> who is assisted by other open source contributors. For more information about aerc development, see https://sr.ht/~rjarry/aerc/.