docker-offlineimap/offlineimap/repository
Rodolfo García Peñas (kix) a4863b2f04 Use system sslcacertfile by default
This patch includes a new functionality to get the sslcacertfile.

With this patch is possible to remove the sslcacertfile variable form the
.offlineimaprc and use the system's default. This could be easy for new users.

With this patch, the user can use ssl without the sslcacertfile option
in .offlineimaprc, use sslcacertfile = <empty> (no include anything
after the equal sign, os specify the sslcacertfile as previosly.

Currently, these are the options:

    User specifies sslacertfile -> OK
    User specifies sslacertfile=OS-DEFAULT
        If the system's default is provided -> OK
        If the system's default is not provided -> Fail
    User do not specifies sslacertfile -> Fail
    User specifies empty sslacertfile -> Fail

With the new option (this patch).

    User specifies sslacertfile -> OK
    User specifies sslacertfile=OS-DEFAULT or
    User do not specifies sslacertfile or
    User specifies empty sslacertfile
        If the system's default is provided -> OK
        If the system's default is not provided -> Fail

Closes #14
2020-10-26 12:10:49 +01:00
..
__init__.py Changed doxygen parameter 2020-10-10 17:48:30 +02:00
Base.py repository/Base.py changed not var in 2020-08-30 14:15:49 +02:00
Gmail.py repository/Gmail.py Unused argument 2020-08-30 14:17:10 +02:00
GmailMaildir.py Reformat offlineimap/folder/GmailMaildir.py 2020-08-29 19:50:46 +02:00
IMAP.py Use system sslcacertfile by default 2020-10-26 12:10:49 +01:00
LocalStatus.py Reformat offlineimap/folder/LocalStatus.py 2020-08-29 19:52:56 +02:00
Maildir.py repository/Maildir.py changed not var in 2020-08-30 14:25:55 +02:00