Switch to unified view

a/src/utils/mimeparse.h b/src/utils/mimeparse.h
...
...
82
82
83
/** Decode an Internet mail field value encoded according to rfc2047 
83
/** Decode an Internet mail field value encoded according to rfc2047 
84
 *
84
 *
85
 * Example input:  Some words =?iso-8859-1?Q?RE=A0=3A_Smoke_Tests?= more input
85
 * Example input:  Some words =?iso-8859-1?Q?RE=A0=3A_Smoke_Tests?= more input
86
 * 
86
 * 
87
 * Note that MIME parameter values are explicitely NOT to be encoded with
87
 * Note that MIME parameter values are explicitly NOT to be encoded with
88
 * this encoding which is only for headers like Subject:, To:. But it
88
 * this encoding which is only for headers like Subject:, To:. But it
89
 * is sometimes used anyway...
89
 * is sometimes used anyway...
90
 * 
90
 * 
91
 * @param in input string, ascii with rfc2047 markup
91
 * @param in input string, ascii with rfc2047 markup
92
 * @return out output string encoded in utf-8
92
 * @return out output string encoded in utf-8