dockapps/wmbiff/wmbiff
Jeremy Sowden 0ad05f5d78 wmbiff: added support for TLS SNI.
From Debian bug #917993:

  From: Nye Liu <nyet@nyet.org>
  Subject: wmbiff: gmail (and many other IMAP servers) now require SNI
  Date: Tue, 01 Jan 2019 18:33:51 -0800

  wmbiff/gmail imap4: Need new connection to ***@gmail.com@imap.gmail.com
  wmbiff/gmail comm: certificate passed time check.
  wmbiff/gmail comm: server's certificate (OU=No SNI provided\; please fix your client.,CN=invalid2.invalid) does not match its hostname (imap.gmail.com).
  wmbiff/gmail comm: server's certificate does not match its hostname.
  wmbiff/gmail comm: to ignore this error, run wmbiff with the -skip-certificate-check option

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
2019-07-23 15:38:49 +01:00
..
charutil.c Remove trailing whitespace. 2014-10-05 19:18:49 +01:00
charutil.h Remove trailing whitespace. 2014-10-05 19:18:49 +01:00
Client.h wmbiff: stop hiding pointers behind typedefs. 2019-07-14 17:35:21 +01:00
gnutls-common.c wmbiff: Fix compiler warnings from deprecated gnutls types. 2014-11-08 11:20:02 +00:00
gnutls-common.h wmbiff: Fix compiler warnings from deprecated gnutls types. 2014-11-08 11:20:02 +00:00
Imap4Client.c wmbiff: fixed leaks. 2019-07-14 17:35:21 +01:00
maildirClient.c wmbiff: stop hiding pointers behind typedefs. 2019-07-14 17:35:21 +01:00
Makefile.am Remove trailing whitespace. 2014-10-05 19:18:49 +01:00
mboxClient.c wmbiff: stop hiding pointers behind typedefs. 2019-07-14 17:35:21 +01:00
MessageList.c wmbiff: stop hiding pointers behind typedefs. 2019-07-14 17:35:21 +01:00
MessageList.h wmbiff: stop hiding pointers behind typedefs. 2019-07-14 17:35:21 +01:00
passwordMgr.c wmbiff: fixed possible null-pointer dereference. 2019-07-14 17:35:21 +01:00
passwordMgr.h wmbiff: stop hiding pointers behind typedefs. 2019-07-14 17:35:21 +01:00
Pop3Client.c wmbiff: replaced strncpy with memcpy. 2019-07-14 17:35:21 +01:00
regulo.c wmbiff: regulo_match modifies instructions[i].destination, so remove const. 2019-06-28 16:26:47 +01:00
regulo.h wmbiff: regulo_match modifies instructions[i].destination, so remove const. 2019-06-28 16:26:47 +01:00
sample.wmbiffrc Update mailing list links to new Google Groups. 2018-05-14 23:34:53 +01:00
ShellClient.c wmbiff: stop hiding pointers behind typedefs. 2019-07-14 17:35:21 +01:00
socket.c wmbiff: fixed endianness problems connecting to POP and IMAP servers. 2019-06-28 16:26:47 +01:00
test_tlscomm.c wmbiff: fixed leaks. 2019-07-14 17:35:21 +01:00
test_wmbiff.c wmbiff: stop hiding pointers behind typedefs. 2019-07-14 17:35:21 +01:00
tlsComm.c wmbiff: added support for TLS SNI. 2019-07-23 15:38:49 +01:00
tlsComm.h wmbiff: stop hiding pointers behind typedefs. 2019-07-14 17:35:21 +01:00
wmbiff-classic-master-led.xpm Enable classic mode. 2013-04-08 18:04:30 +01:00
wmbiff-master-led.xpm Strip off version numbers from dir name 2012-02-12 22:50:31 +00:00
wmbiff.1 Update mailing list links to new Google Groups. 2018-05-14 23:34:53 +01:00
wmbiff.c wmbiff: use one for-loop when creating backing XPM. 2019-07-14 17:35:21 +01:00
wmbiffrc.5.in wmbiff: Fix manpages. 2014-11-08 11:20:02 +00:00