summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMaxime Petazzoni <maxime.petazzoni@bulix.org>2009-04-25 15:26:00 +0200
committerLucas Nussbaum <lucas@lucas-nussbaum.net>2009-05-05 11:18:35 +0200
commit8df5558cd8c98107aea0446f212a1883bc120a6e (patch)
tree9a60b8e1a95eb3888ded10c45a86f39cd7c79ad4 /debian
parenteb91d4339dd9d56e39f5a45fca9652d7844ab175 (diff)
downloadfeed2imap-8df5558cd8c98107aea0446f212a1883bc120a6e.tar.gz
feed2imap-8df5558cd8c98107aea0446f212a1883bc120a6e.tar.bz2
feed2imap-8df5558cd8c98107aea0446f212a1883bc120a6e.zip
Encode the From: and To: email fields in Base64 encoded UTF-8
Email headers are not supposed to be UTF-8 encoded and should be plain us-ascii. This change encodes the From: and To: fields of the emails sent out by feed2imap in Base64, using the =utf-8?b?...?= syntax.
Diffstat (limited to 'debian')
0 files changed, 0 insertions, 0 deletions
mmit/src/password-store.sh?h=1.6.5&id=36a5583120ad8a6f939a8971284424d580c48ab2&follow=1'>git: use secure tmp directoryJason A. Donenfeld1-4/+11 2014-05-10configure git to decrypt gpg files automaticallySamuel Le Thiec1-0/+5 2014-05-08completion: add new generate flagsJason A. Donenfeld3-2/+7 2014-05-08inplace: mutually exclusive with forceJason A. Donenfeld2-3/+3 2014-05-08usage: tab to spacesJason A. Donenfeld1-1/+1 2014-05-08generate: use nice ansi colors instead.Jason A. Donenfeld1-3/+2 2014-05-08zsh: posix compatible sed fix for zsh-completionJason A. Donenfeld1-1/+1 2014-05-07Implement interactive init functionSvend Sorensen1-0/+8 2014-05-07Implement interactive rename functionSvend Sorensen1-0/+7 2014-05-07Reorder interactive function to match order of helper functionsSvend Sorensen1-13/+13 2014-05-07Make edit helper function name consistent with other helpersSvend Sorensen1-1/+1 2014-05-07Factor out password completing-read functionSvend Sorensen1-4/+8 2014-05-07Add dash to Package-RequiresSvend Sorensen1-1/+1 2014-05-06Force sane sort order.Jason A. Donenfeld1-2/+2 2014-05-06generate: add --in-place optionJason A. Donenfeld4-9/+33