Age | Commit message (Collapse) | Author |
|
that fix the following startup crashes:
* Crash when Alpine started with empty url fragment;
* Crash when Alpine started with option last-time-prune-questioned
in wrong format;
* Crash when Alpine started with printf formatting characters from
command line; and
* Crash when Alpine started with an extremely long command line
option.
* Crash when Alpine is started with the wrong piped input when
opening a folder from the command line. Reported by Mateusz
Kocielski from LogicalTrust.
|
|
a. Add a new variable: encryption-protocol-range, which can be
used to specify the minimum and maximum versions of the TLS
protocol that Alpine will attempt to use to encrypt its
communication with the server.
b. Add support for the Server Name Identification (SNI) extension
needed for TLSv1.3.
c. Remove the DTLS code. It was not being used.
|
|
emails, the filenames will be displayed in RFC1522 representation,
instead of in decoded form. Reported and patched by Wang Kang.
|
|
for big amounts of time while displaying messages in the screen.
Reset sleep time to 5 seconds in case it finds it needs to sleep
more than 5 seconds or a negative amount of time.
|
|
because of that, Alpine sets their encoding to quoted-printable, in
contradiction to RFC 2045. We handle this by keeping the encoding
reported by the server. Based on a report by Holger Trapp.
|
|
Content-Transfer-Encoding: QUOTED-PRINTABLE, Alpine will stop
processing that message. Later this causes Alpine to crash because
when it displays messages, it assumes that both header and body parts
are processed. Reported by Mark Crispin in 2010, in the Alpine-info
list (message with subject "crash bug in
alpine/mailpart.c:format_msg_att()") with no example, and reported
now by Holger Trapp, with an example.
|
|
then forwarding the message will set the first part to be flowed, and
sent that way even when the option Do Not Send Flowed Text is
enabled.
To avoid this issue, we remove any flowed text parameters from the
body of the message, so we create a "remove_parameter" function, and
then we set the flowed parameter only when the user requested.
Reported by Holger Trapp.
|
|
a failure using an SMTP server. This was due to c-client sending a
RSET command after the failure and Alpine reporting the reply of this
command.
|
|
S/MIME,
and then reenabled it. This crash was due to a double free of memory. To avoid
this in the future, we created a function free_x509_store(), which whenever
called, will only free memory once. A similar crash would occur when one
attempted to enter the S/MIME configuration screen if S/MIME was turned off.
In this case, Alpine would try to dereference a null pointer.
|
|
version 1.3.
|
|
signing first and encrypting second, which makes Alpine fail to parse
the signed data after encryption. Reported by Holger Trapp.
|
|
LibreSSL in connecting to external servers. This complements the
changes to support S/MIME. In particular, we add support for
validation of certificates by using C:\\libressl\ssl\certs as the
place to save CA certificates. In order to help users, some
certificates are distributed. TODO: Kerberos port, w2k.
|
|
we need to allocate memory for storing the resolved path. Reported by
Fabian Schmidt.
|
|
avoid memory leaks when trying to get the opening text a second time,
and get the actual opening text for html messages that are part of a
multipart/* text. In addition, Alpine caches this text, so that operations
such as resizing, or marking a message deleted, does not make Alpine
recompute this text.
|
|
character in UTF-8, but 0xfff8 is undefined.
|
|
coming from the configure script and imap/Makefile. Remove the double
definition from imap/Makefile. Reported and patched by Wang Kang.
|
|
|
|
is used. The revert to using code for the Windows operating system.
Reported by Andrew Ho.
|
|
multipart/mixed message that contain a signed part.
|
|
multipart/signed, Alpine will include the text of the original
message in a reply message, instead of including a multipart
attachment. Suggested by Barry Landy.
|
|
part. In this case, these attachments are not included in a reply,
even if the option "Include Attachments in Reply" is enabled. We
include these attachments in a reply too in this case (experimental.)
|
|
|
|
|
|
|
|
a connection that is having problems being kept alive after the
number of seconds configured in this variable, if the connection has
not recovered. The default is 0, which means to keep the connection
alive and wait for the connection to recover.
|
|
servers that implement the X-GM-EXT-1 capability (such as the one
offered by Gmail.) This allows users to do selection in Alpine as if
they were doing a search in the web interface for Gmail.
|
|
https://www.gnu.org/software/gettext/manual/html_node/config_002eguess.html.
Suggested by Matias Fonzo.
|
|
closed.
* A message could fail to verify its signature even if the
certificate was saved when the message was open. Based on a report by
David Woodhouse to the RedHat bugzilla system.
|
|
|
|
* rewrite of some code in pith/ical.c to make sure function prototypes are
correct.
* Add a separator line to the calendar entry in case, the calendar is sent
as the main body of the message.
|
|
|
|
alpine would not create a self-signed certificate to encrypt the
password file. Reported in comp.mail.pine by mechanic.
|
|
command. The Exchange server adds a white space (US-ASCII 32)
at the end of the reply to a STATUS command, making the parser
fail, and ignoring the reply of the STATUS command.
|
|
forward_subject function, as this causes problems with
overlapping memory. The problem exists in slackware 12.4.
Reported by Rich Shepard.
|
|
of if the feature for activating handles in attachments is enabled
or not.
|
|
to TLS_client_methodto when compiling Alpine with OpenSSL 1.1.
|
|
add support for encodings other than quoted-printable and base64.
|
|
of an attachment, Alpine would crash. Reported by Stefan Mueller.
* In the previous situation, if a DESCRIPTION is encoded in quoted
printable, it needs to be decoded twice (once as part of the calendar
onvitation and another as part of the DESCRIPTION text, so when decoding
we need to decode quoted-printable, then remove escapes characters, then
decode quoted-printable and transform \r\n to \n. Whew!)
|
|
DATE-TIME format, now it recognizes DATE format. Reported by Holger
Trapp.
* Add escape parser to event location (switch "\," to "," etc.)
* Start work to support reply of invitations, but then I realize that I
need to start work in sending event invitations before I do that, so
I will.
|
|
generated by the configure script.
|
|
* The online repo does not mimic the root local directory
from which it is created. This is an attempt to fix this.
This caused the problem that kerberos was not working
with the bytes on the repo, but it would work on the root
which created it. Reported by Holger Trapp.
|
|
|
|
in case the user has ldap installed.
|
|
main website of distribution of Alpine.
|
|
(alpine.exe had already been added in the previous commit.)
|
|
|
|
password file encryption key. This allows users to use their
password file without entering a master password.
|
|
See Bug 876164 in Debian at https://bugs.debian.org/876164. Added
m4/m4_ax_prog_cc_for_build.m4 macro.
|
|
and hoststamp[] default variables when building Alpine.
|
|
it possible to translate them.
|