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:51:14 +0000 (15:51 +0000)
commit506107b8a35a33ebadb9aed260a19a4846b8d189
treebfb633f02b2252014cc2571549ac513659a5e51a
parent632d2ac4a3c102be5b7c4b3929224a18dcf18a36
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