aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-07-16 06:44:13 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-07-16 06:44:13 +0800
commitc3e9ea3409f0e27998452cf05825841af46ac10d (patch)
tree9d068faa24ace52827ec087f69afc701b1d212fe /camel/ChangeLog
parent657d503f0b5e7ed268b99b70a7769fbd72543550 (diff)
downloadgsoc2013-evolution-c3e9ea3409f0e27998452cf05825841af46ac10d.tar
gsoc2013-evolution-c3e9ea3409f0e27998452cf05825841af46ac10d.tar.gz
gsoc2013-evolution-c3e9ea3409f0e27998452cf05825841af46ac10d.tar.bz2
gsoc2013-evolution-c3e9ea3409f0e27998452cf05825841af46ac10d.tar.lz
gsoc2013-evolution-c3e9ea3409f0e27998452cf05825841af46ac10d.tar.xz
gsoc2013-evolution-c3e9ea3409f0e27998452cf05825841af46ac10d.tar.zst
gsoc2013-evolution-c3e9ea3409f0e27998452cf05825841af46ac10d.zip
Try to get the FQDN from the results of gethostname(). If that fails, then
2002-07-15 Jeffrey Stedfast <fejj@ximian.com> * camel-mime-utils.c (header_msgid_generate): Try to get the FQDN from the results of gethostname(). If that fails, then fall back to the results gotten from gethostname() or if that fails just use "localhost.localdomain". Addresses bug #17416. (header_decode_param): Protect against a NULL value. svn path=/trunk/; revision=17470
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 0792c232e2..714f8aa6a3 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,11 @@
2002-07-15 Jeffrey Stedfast <fejj@ximian.com>
+ * camel-mime-utils.c (header_msgid_generate): Try to get the FQDN
+ from the results of gethostname(). If that fails, then fall back
+ to the results gotten from gethostname() or if that fails just use
+ "localhost.localdomain". Addresses bug #17416.
+ (header_decode_param): Protect against a NULL value.
+
* providers/smtp/camel-smtp-transport.c (smtp_data): Get rid of
the constant 'required' variable, just use the value when calling
set_best_encoding.