diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-01-18 03:21:11 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-01-18 03:21:11 +0800 |
commit | eea1e59abbbc3e8d26c454d13a9fb59d88e652e2 (patch) | |
tree | c0ac419b8c1e6f753f52b75775e78b559379f8be /camel/ChangeLog | |
parent | bda8b73fe19ec3881f79f8d3d8cfc575dceef6de (diff) | |
download | gsoc2013-evolution-eea1e59abbbc3e8d26c454d13a9fb59d88e652e2.tar.gz gsoc2013-evolution-eea1e59abbbc3e8d26c454d13a9fb59d88e652e2.tar.zst gsoc2013-evolution-eea1e59abbbc3e8d26c454d13a9fb59d88e652e2.zip |
Stop uudecoding once the CAMEL_UUDECODE_STATE_END state bit gets set. Set
2002-01-17 Jeffrey Stedfast <fejj@ximian.com>
* camel-mime-filter-basic.c (filter): Stop uudecoding once the
CAMEL_UUDECODE_STATE_END state bit gets set. Set the
CAMEL_UUDECODE_STATE_BEGIN state bit once we find the begin line.
(reset): No longer have uu_begin or uulen state variables, these
are now stuffed into a single state variable.
* camel-mime-utils.c (uudecode_step): No longer needs a uulen
argument and also keeps track of whether or not the end of the
encoded data has been found in 'state'.
(uuencode_step): Now stuffs uulen into state so that the uulen
argument is no longer needed.
(uuencode_close): Same.
svn path=/trunk/; revision=15349
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 011388a8b9..a1e671678d 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,18 @@ +2002-01-17 Jeffrey Stedfast <fejj@ximian.com> + + * camel-mime-filter-basic.c (filter): Stop uudecoding once the + CAMEL_UUDECODE_STATE_END state bit gets set. Set the + CAMEL_UUDECODE_STATE_BEGIN state bit once we find the begin line. + (reset): No longer have uu_begin or uulen state variables, these + are now stuffed into a single state variable. + + * camel-mime-utils.c (uudecode_step): No longer needs a uulen + argument and also keeps track of whether or not the end of the + encoded data has been found in 'state'. + (uuencode_step): Now stuffs uulen into state so that the uulen + argument is no longer needed. + (uuencode_close): Same. + 2002-01-16 Jeffrey Stedfast <fejj@ximian.com> * camel-mime-filter-basic.c (filter): If we don't want to corrupt |