CVS commit by ossi:
make ssl certificate handling much more useful:
- system-wide ca certs are auto-loaded
- private certs are accepted even if they are self-signed
M +88 -18drv_imap.c 1.36
--- isync/src/drv_imap.c #1.35:1.36
@@ -67,4 +67,5 @@ typedef struct imap_server_conf {
CVS commit by ossi:
give the implicitly created imap account config the name of the store.
M +1 -0 drv_imap.c 1.37
--- isync/src/drv_imap.c #1.36:1.37
@@ -1872,4 +1872,5 @@ imap_parse_store( conffile_t *cfg, store
store->server = nfmalloc( sizeof(sserver) );
CVS commit by ossi:
backport: give the implicitly created imap account config the name of
the store.
M +1 -0 drv_imap.c 1.10.2.8
--- isync/src/drv_imap.c #1.10.2.7:1.10.2.8
@@ -1816,4 +1816,5 @@ imap_parse_store( conffile_t *cfg, store
store->server = nfmallo