Commit graph

6 commits

Author SHA1 Message Date
Andrej Kacian
6e78641b08 Added a password store function to check if a password exists. 2018-07-08 16:04:36 +02:00
Andrej Kacian
ff566d1064 Added SOCKS proxy support.
Based on UI and network code from LibSylph/Sylpheed, rewritten
to use getaddrinfo(), fixed some small bugs in handling errors.

Added connect wrappers for etpan IMAP and NNTP, as well as for
anything Session-based (POP3, SMTP, Managesieve).

Adds support for global, as well as per-account proxy servers.

Original patch by Charles Lehner <cel at celehner com>, from
bug #2244.
2018-06-11 13:15:03 +02:00
Andrej Kacian
a96fdf2c4e Handle password store config_version update without the global gint variable. 2018-01-19 19:16:44 +01:00
Andrej Kacian
a9ead9d10f Empty account block in password store when deleting an account.
This effectively deletes it, as empty password blocks are
not saved to disk.
2016-03-24 20:39:26 +01:00
Andrej Kacian
0a7b4563cc Use account ID instead of name in passwordstorerc. 2016-03-14 20:46:59 +01:00
Andrej Kacian
2a6f8d16b2 Implement a password store. 2016-03-01 20:50:35 +01:00