aerc/worker/imap
Frode Aannevik 550ef0bc1f Fix: oauthbearer runtime error
Configure an oauthbearer source without a token_endpoint
parameter would panic due to nil pointer dereference

  Example
    source=imaps+oauthbearer://frode.aa%40gmail.com@imap.gmail.com:993
    source-cred-cmd=pass oatuh2 frode.aa@gmail.com

token_endpoint is not required as it will use the provided
password as access_token when it is not set
2019-10-16 11:04:41 -04:00
..
create.go #190 Handle gmail duplicate folder 2019-07-11 19:38:40 -04:00
fetch.go Factor IMAP-specific structs out of UI models 2019-07-08 16:06:28 -04:00
flags.go Use []uint32 instead of imap.SeqSet 2019-07-08 16:06:26 -04:00
imap.go Factor IMAP-specific structs out of UI models 2019-07-08 16:06:28 -04:00
list.go extract search criteria parsing into the backends 2019-08-29 08:44:10 +09:00
movecopy.go Use []uint32 instead of imap.SeqSet 2019-07-08 16:06:26 -04:00
open.go s/aerc2/aerc/g 2019-05-17 20:57:10 -04:00
search.go Change search flags 2019-09-20 15:06:54 -04:00
worker.go Fix: oauthbearer runtime error 2019-10-16 11:04:41 -04:00