decode rfc2047 header in mhparse
authorPhilipp Takacs <philipp@bureaucracy.de>
Mon, 19 Sep 2016 16:23:39 +0000 (18:23 +0200)
committerPhilipp Takacs <philipp@bureaucracy.de>
Sun, 23 Apr 2017 12:56:17 +0000 (14:56 +0200)
commit4fbfa159384d4f0230d96999164b630f17c5e4a5
treed339b57830805d3ff3485badb1c1aadd098c0304
parent403e71903f2bb190f83a2cababef05697babec5b
decode rfc2047 header in mhparse

attachment filenames are mostly rfc2047 encoded. Now all
mime header are decoded to avoid problems.
test/tests/mhstore/test-filenames [new file with mode: 0755]
uip/mhparse.c