Only attempt to insert quote when replying to mail.
[citadel.git] / webcit-ng / server /
2023-11-06 Art CancroFixed the MIME boundary after the message text.
2023-11-06 Art CancroQuoted-printable encode HTML messages on the WebCit...
2023-11-06 Art Cancrowebcit-ng: fixed the way HTTP uploads are fed into...
2023-11-06 Art CancroProgress on upload
2023-11-03 Art Cancroroom_functions.c: remove diagnostic hex dump of recipie...
2023-10-30 Art Cancrovcard.c: style cleanup
2023-10-27 Art CancroChanged some C89 style comments to C99 style.
2023-10-21 Art CancroSaving my place.
2023-10-13 Art CancroMore progress on attaching attachments
2023-10-11 Art Cancromessages.c: inching towards saving the attachments
2023-10-11 Art CancroGot multipart/mixed being transmitted
2023-10-11 Art Cancrobroken: attachments window cannot be a child of the...
2023-10-11 Art Cancroupload: reduce attachment identifiers to 9 characters.
2023-10-10 Art Cancromove struct uploaded_file to webcit.h
2023-10-06 Art Cancroupload DELETE method
2023-10-06 Art CancroVarious operations in the /ctdl/p/ hierarchy to handle...
2023-10-04 rootupload.c: hold uploads in temporary file handles
2023-10-03 Art Cancroupload: change REST path from /ctdl/a/upload/ to /ctdl/p/
2023-09-30 Art Cancroupload.c: rename "tempfilename" to "ref"
2023-09-27 Art Cancrouploads: return uploaded file info to caller
2023-09-27 Art Cancroupload.c: more progress on returning values
2023-09-27 Art Cancroupload.c: write uploaded data to a temp file
2023-09-26 Art Cancroupload.c: stub function for accepting uploads
2023-09-19 Art CancroAttachments now download with the appropriate filename.
2023-09-19 Art Cancroview_mail.js: better display of attachment links; attac...
2023-09-15 Art CancroObsolete sys/time.h and HAVE_TIME_WITH_SYS_TIME
2023-08-02 Art CancroEnumerate attachments in JSON message output
2023-07-10 Art Cancroforum_view.c: log unhandled headers
2023-07-07 Art CancroDAV MOVE method wasn't documented. Documented it.
2023-07-06 Art Cancrowebcit-ng makefile now handles changes to webcit.h...
2023-06-29 Art CancroGeneric user icon instead of 404 when avatar not found.
2023-03-13 Art CancroLearn from the Citadel Server whether a room is the...
2023-03-13 Art CancroImplemented RFC4918 MOVE and COPY methods for individua...
2023-03-12 Art CancroImplemented an algorithm that can correctly divide...
2023-03-11 Art Cancrodav_move_or_copy_message() skeleton
2023-03-05 Art CancroPreparing to implement MOVE and COPY methods
2023-01-02 Art CancroCopyright notices updated to 2023
2022-12-28 Art CancroRemove color from syslog messages
2022-11-23 Art Cancrowebcit-ng uses biff notifications now
2022-11-23 Art CancroMAKE WAY FOR BIFF in webcit-ng
2022-11-19 Art Cancrostriplt() is now string_trim()
2022-11-09 Art Cancrowar on old style
2022-11-03 Art Cancro"rcpt" and "cccc" fields are now delivered as json...
2022-10-20 Art CancroSending mail now works.
2022-09-09 Art CancroSeparate out the display name and email addresses in...
2022-09-08 Art CancroMove *.c and *.h into server/ directory.