]> code.citadel.org Git - citadel.git/commit
RSS feed reader now QP-Encodes message text.
authorArt Cancro <ajc@citadel.org>
Fri, 6 Jan 2023 22:45:21 +0000 (17:45 -0500)
committerArt Cancro <ajc@citadel.org>
Fri, 6 Jan 2023 22:45:21 +0000 (17:45 -0500)
commit33acf198d25adef891793b53eadd09f5623fe2a8
tree4545ea4907ec8312941bb7a7e79ecd8783827f26
parent7d66c47a0d5c5c1b0053409153db4a3750aa70d6
RSS feed reader now QP-Encodes message text.

RSS and Atom do not specify any limitation on line lengths, and there are feeds
out there that supply HTML with no line breaks at all.  This was causing messages
to be truncated when read by clients with 1K or 4K line buffers.  So we now use
quoted-printable encoding on incoming feed text when inserting it into a message.
citadel/server/modules/rssclient/serv_rssclient.c