* moved CtdlDecodeQuotedPrintable() into tools.c
authorArt Cancro <ajc@citadel.org>
Sun, 11 Nov 2007 04:46:40 +0000 (04:46 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 11 Nov 2007 04:46:40 +0000 (04:46 +0000)
commit25cccc9f7cfe02266538d289301606f5a97b9a2b
treed8540d4c3c3fec7f67138b1b3098b746f9488fd0
parent817b0066f8119737cf62e79b79894bea1933f388
* moved CtdlDecodeQuotedPrintable() into tools.c
  (later we will move most or all of tools.c into libcitadel)
* amended citadel_ipc.c message reading loop.  When using MSG4 (nearly
  always), parse base64 and quoted-printable encodings, and decode them.
  MSG4 does not *yet* send these, instead performing the decoding on
  the server side.  During experimentation I told the server not to
  decode, and this will resolve Bug #289.  All that's left to do is to
  add something to the protocol so that the client can tell the server
  that it wants non-decoded message text.  I'll do that tomorrow.
citadel/citadel_ipc.c
citadel/mime_parser.c
citadel/tools.c
citadel/tools.h
webcit/mime_parser.c
webcit/tools.c
webcit/webcit.h