diff options
author | Not Zed <NotZed@Ximian.com> | 2003-04-17 11:09:37 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-04-17 11:09:37 +0800 |
commit | 6b479c5f9f5c831748275b9d82ce4123d1fc7afd (patch) | |
tree | e6c55c6b3abc5590939259c0132226ab6cf7d081 /camel/ChangeLog | |
parent | c4e57e0db3e808604665742df5d7b025b2765d68 (diff) | |
download | gsoc2013-evolution-6b479c5f9f5c831748275b9d82ce4123d1fc7afd.tar.gz gsoc2013-evolution-6b479c5f9f5c831748275b9d82ce4123d1fc7afd.tar.zst gsoc2013-evolution-6b479c5f9f5c831748275b9d82ce4123d1fc7afd.zip |
Dont assume adding 1 to line length will go to the next line. e.g. for dos
2003-04-17 Not Zed <NotZed@Ximian.com>
* camel-multipart-signed.c (parse_content): Dont assume adding 1
to line length will go to the next line. e.g. for dos lines that
end in \r\n. Fix for #41163.
(parse_boundary): util function to help above.
svn path=/trunk/; revision=20874
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 78d6f813c4..aed9ecda3f 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,10 @@ +2003-04-17 Not Zed <NotZed@Ximian.com> + + * camel-multipart-signed.c (parse_content): Dont assume adding 1 + to line length will go to the next line. e.g. for dos lines that + end in \r\n. Fix for #41163. + (parse_boundary): util function to help above. + 2003-04-15 Jeffrey Stedfast <fejj@ximian.com> * camel-gpg-context.c (gpg_verify): The gpg child process exiting |