aboutsummaryrefslogtreecommitdiff
path: root/libsylph/codeconv.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-03-17 04:48:28 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-03-17 04:48:28 +0000
commit5d5b413e4b4213e72f51d6393d4f42ba96936ea2 (patch)
tree470154d84b34f340f90ceefb0ccbc936869002a7 /libsylph/codeconv.h
parent0758434f9b288d0c05d7df2147a24c0ca9af0492 (diff)
implemented RFC 2231 filename encoding on send.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1052 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/codeconv.h')
-rw-r--r--libsylph/codeconv.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libsylph/codeconv.h b/libsylph/codeconv.h
index 1920c8f0..700e83b0 100644
--- a/libsylph/codeconv.h
+++ b/libsylph/codeconv.h
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2005 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2006 Hiroyuki Yamamoto
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -230,6 +230,9 @@ void conv_encode_header (gchar *dest,
gint header_len,
gboolean addr_field,
const gchar *out_encoding);
+gchar *conv_encode_filename (const gchar *src,
+ const gchar *param_name,
+ const gchar *out_encoding);
gint conv_copy_file (const gchar *src,
const gchar *dest,