Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-21 | * Version 2.11.6 | Eduardo Chappa | |
* Add /tls1, /tls1_1, /tls1_2 and /dtls1 to the definition of a server to use different ways to connect using ssl, for example {server.com/tls1} will attempt to connect to server.com at the ssl imap port (port 993) and establish a connection using TLSv1. These flags can be used in conjunction with the /ssl flag, the ssl flag is redundant. Conversely, however, the /ssl flag does not imply any of these flags; the /ssl flag means SSLv3 or, if not available, SSLv2 in the SSL port. * WebAlpine: add _GNU_SOURCE to make pubcookie build. * On my way to make 'make dist' and 'make distcheck' actually work. | |||
2013-08-18 | * Opening a folder updates recent count in maildrops. | Eduardo Chappa | |
* Fixes to configure script so that it will not require PAM for every system. * Fix to configure script so that it will use CPPFLAGS instead of CPPCFLAGS, and so the --with-ssl-include-dir option take effect during the build. Fix by Ulf-Dietrich Braumann. * Fix in WebAlpine: do not use deprecated dereference in pointer, needs to use tcl_getstringresult() instead. Reported by Ulf-Dietrich Braumann. * Fix in configure script to detect location of tcl library; add /usr/local in FreeBSD and fix a bug in configure script that used $alpine_TCLINC instead of $alpine_TCLINC/tcl.h. Reported and fixed by Werner Scheinast. * Move SSL configurations from UW-IMAP to configure script. | |||
2013-06-03 | * Changes to configure.ac to add -lkrb5 to the link | Eduardo Chappa | |
* Changes to avoud errors in compilation when -Wformat-security is used * Remove RFC files from source code | |||
2013-05-31 | * somehow all.patch got here. Reversing. | Eduardo Chappa | |
2013-05-31 | * Fix not allow remote execution by adding PIPE_NOSHELL to the opening of ↵ | Eduardo Chappa | |
a url by a browser. | |||
2013-02-04 | Fix SMTP bug | Eduardo Chappa | |
2013-02-03 | Initial Alpine Version | Eduardo Chappa | |