Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
25e27fda
...
25e27fda9fcf4665e58e21fe518f5040f8ec0daf
authored
2005-05-24 14:15:08 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated
1 parent
110fcd35
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
1 deletions
ChangeLog
ChangeLog
View file @
25e27fd
2005-05-24 Sergey Poznyakoff <gray@Mirddin.farlep.net>
* examples/Makefile.am (noinst_PROGRAMS): Add encode2047. Sorted
alphabetically.
* examples/encode2047.c: New file.
* examples/base64.c (main): Add option -E (encoding). The program
can now be used to test any encoder/decoder filters, so its name
is kind of misnomer.
* mailbox/errors (MU_ERR_BAD_2047_ENCODING): New error code.
* mailbox/filter_trans.c (qp_encode): Do not keep track of the
whitespace. Proposed by Amit Jhawar <ajhawar@frontbridge.com>.
(Q_printable_char_p): TAB is not a printable char.
(Q_encode): Bugfix: 0x20 is represented by underscore, not vice
versa.
* mailbox/rfc2047.c (rfc2047_encode): Bugfix. Use proper encoding
types. Convert "base64" to "B" and "quoted-printable" to
"Q". Check return values from stream creation functions. Do not
destroy input_stream if output_stream was destroyed (prevents
coredump).
* scripts/config.rpath: Removed automatically generated file.
* THANKS: Added Kidong Lee and Amit Jhawar.
2005-05-23 Kidong Lee <briankdlee@yahoo.com>
* mailbox/rfc2047.c (rfc2047_encode): Rewritten using filters
...
...
@@ -5,7 +27,6 @@
2005-05-23 Sergey Poznyakoff <gray@Mirddin.farlep.net>
* mailbox/mutil.c: include <sys/select.h>
* lib/mailcap.c: Provide a replacement for FNM_CASEFOLD
Reported by Jerry Heyman <heymanj@acm.org>.
...
...
Please
register
or
sign in
to post a comment