network_spool_msg() handle QP
authorWilfried Goesgens <dothebart@citadel.org>
Fri, 12 Aug 2011 15:51:14 +0000 (15:51 +0000)
committerWilfried Goesgens <dothebart@citadel.org>
Fri, 12 Aug 2011 15:55:59 +0000 (15:55 +0000)
commitfce635472e1ea2f3e06885c5e9444f9d7d7b75f9
tree65ff181ad996647c59b6b53eb2a1b4580514d2ac
parent4e271f5e923fc558c9f4eb56fb0bbae46ad8b525
network_spool_msg() handle QP

while appending the [roomname] to the mailsubject, we have to
  - de-qp the original subject
  - search for the roomname
  - possibly prepend '[roomame] '
  - and re-qp everything.
that way we solve...
  - multiple [roomname] additions in case of QP encoded subjects
  - non RFC-Conformant behaviour in case of roomnames with umlauts.
citadel/modules/network/serv_network.c