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>
Sun, 4 Sep 2011 21:46:06 +0000 (21:46 +0000)
commit8be8a5b748c3ce194848cf0b148bab01f7803b4c
treecfb61b1b57d3bcb4b5f3268c3f94c7e9f5cc3b2c
parentbcece5dc8099fa6257984ba7fda0ea407b04d377
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