dsp1986
dsp1986
running on a Gentoo: > $ fetchmail --version > This is fetchmail release 6.3.26+RPA+NTLM+SDPS+SSL+NLS.` running a fetch or `jaro -D imap listfolders` works until > [D] running ssl imap query...
I just noticed, that things seem to work fine on my old debian8 machine, and that it chooses a different method of running openssl: > [D] running tls imap query...
in zlibs/imap I copied l.35 to l.38, essentially forcing the tls behaviour this way. it works for `jaro imap listfolders` but wont accept the password when I `jaro fetch` It...
> IS that on dovecot or gmail? all my debugging is now going on with the dovecot server. --- I found the TLS setting in the account configuration, which I...
for future reference, this is how far I've gotten for now: `jaro fetch -a dovecot.txt` After errors about certificate a list of mail folders appears mentioning how many emails are...