Updated
Showing
1 changed file
with
22 additions
and
1 deletions
1 | 2005-05-24 Sergey Poznyakoff <gray@Mirddin.farlep.net> | ||
2 | |||
3 | * examples/Makefile.am (noinst_PROGRAMS): Add encode2047. Sorted | ||
4 | alphabetically. | ||
5 | * examples/encode2047.c: New file. | ||
6 | * examples/base64.c (main): Add option -E (encoding). The program | ||
7 | can now be used to test any encoder/decoder filters, so its name | ||
8 | is kind of misnomer. | ||
9 | * mailbox/errors (MU_ERR_BAD_2047_ENCODING): New error code. | ||
10 | * mailbox/filter_trans.c (qp_encode): Do not keep track of the | ||
11 | whitespace. Proposed by Amit Jhawar <ajhawar@frontbridge.com>. | ||
12 | (Q_printable_char_p): TAB is not a printable char. | ||
13 | (Q_encode): Bugfix: 0x20 is represented by underscore, not vice | ||
14 | versa. | ||
15 | * mailbox/rfc2047.c (rfc2047_encode): Bugfix. Use proper encoding | ||
16 | types. Convert "base64" to "B" and "quoted-printable" to | ||
17 | "Q". Check return values from stream creation functions. Do not | ||
18 | destroy input_stream if output_stream was destroyed (prevents | ||
19 | coredump). | ||
20 | * scripts/config.rpath: Removed automatically generated file. | ||
21 | * THANKS: Added Kidong Lee and Amit Jhawar. | ||
22 | |||
1 | 2005-05-23 Kidong Lee <briankdlee@yahoo.com> | 23 | 2005-05-23 Kidong Lee <briankdlee@yahoo.com> |
2 | 24 | ||
3 | * mailbox/rfc2047.c (rfc2047_encode): Rewritten using filters | 25 | * mailbox/rfc2047.c (rfc2047_encode): Rewritten using filters |
... | @@ -5,7 +27,6 @@ | ... | @@ -5,7 +27,6 @@ |
5 | 27 | ||
6 | 2005-05-23 Sergey Poznyakoff <gray@Mirddin.farlep.net> | 28 | 2005-05-23 Sergey Poznyakoff <gray@Mirddin.farlep.net> |
7 | 29 | ||
8 | |||
9 | * mailbox/mutil.c: include <sys/select.h> | 30 | * mailbox/mutil.c: include <sys/select.h> |
10 | * lib/mailcap.c: Provide a replacement for FNM_CASEFOLD | 31 | * lib/mailcap.c: Provide a replacement for FNM_CASEFOLD |
11 | Reported by Jerry Heyman <heymanj@acm.org>. | 32 | Reported by Jerry Heyman <heymanj@acm.org>. | ... | ... |
-
Please register or sign in to post a comment