Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use system sslcacertfile by default #17

Merged
merged 1 commit into from
Oct 27, 2020
Merged

Commits on Oct 26, 2020

  1. 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 OfflineIMAP#14
    thekix committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    a4863b2 View commit details
    Browse the repository at this point in the history