aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
blob: 2668c971bbc296293aee0b3368eacd0cf73dd13a (plain) (blame)
1
2
3
4
5
6
7
8
9
2003-06-09  Jeffrey Stedfast  <fejj@ximian.com>

    * camel-mime-message.c (find_best_encoding): Add the
    CAMEL_BESTENC_TEXT bit to enctype if the part is a text part.

    * camel-mime-filter-bestenc.c
    (camel_mime_filter_bestenc_get_best_encoding): If we have any
    nul-bytes or if the content is non-text and contains any 8bit
    octets, we need to use base64. Fixes bug #44344.