aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-11-04 04:55:02 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-11-04 04:55:02 +0800
commit4e0d5fd52a9825724abe9955f742b6ca53d6a438 (patch)
tree117dcc54a8c5a8439f247e1d3d75d6b24359d11e /camel/ChangeLog
parentf2f3ee373bf8c847aa20e37fd1caac1c6b4430ac (diff)
downloadgsoc2013-evolution-4e0d5fd52a9825724abe9955f742b6ca53d6a438.tar
gsoc2013-evolution-4e0d5fd52a9825724abe9955f742b6ca53d6a438.tar.gz
gsoc2013-evolution-4e0d5fd52a9825724abe9955f742b6ca53d6a438.tar.bz2
gsoc2013-evolution-4e0d5fd52a9825724abe9955f742b6ca53d6a438.tar.lz
gsoc2013-evolution-4e0d5fd52a9825724abe9955f742b6ca53d6a438.tar.xz
gsoc2013-evolution-4e0d5fd52a9825724abe9955f742b6ca53d6a438.tar.zst
gsoc2013-evolution-4e0d5fd52a9825724abe9955f742b6ca53d6a438.zip
If show_pass, then base64 the password before writing it to the output
2000-11-03 Jeffrey Stedfast <fejj@helixcode.com> * camel-url.c (camel_url_to_string): If show_pass, then base64 the password before writing it to the output string. (camel_url_new): Assume password has been base64 encoded and decode accordingly. svn path=/trunk/; revision=6374
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 026ee4605a..6c83938fe9 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,10 @@
+2000-11-03 Jeffrey Stedfast <fejj@helixcode.com>
+
+ * camel-url.c (camel_url_to_string): If show_pass, then base64 the
+ password before writing it to the output string.
+ (camel_url_new): Assume password has been base64 encoded and
+ decode accordingly.
+
2000-11-03 Dan Winship <danw@helixcode.com>
* camel-provider.h: Add an "url_flags" field to CamelProvider.