removed all references to sprintf from several files (not all files yet)
[citadel.git] / citadel / msgbase.c
2002-03-11 Nathan Bryantremoved all references to sprintf from several files...
2002-03-07 Art Cancro* Force recipient only in Mail>, not in all mailbox...
2002-03-02 Art Cancro* Properly implemented the network filter list. Finish...
2002-03-01 Art Cancro* CtdlReadMessageBody() -- fixed bug that caused the...
2002-02-08 Art Cancro* Changed the logic for printing RFC822 addresses ...
2002-02-08 Art Cancro* Added client and server side support for entering...
2002-02-08 Art Cancro* When outputting a message in non-RFC822 format, don...
2002-02-05 Art Cancro* Don't crash when posting if the user doesn't have...
2002-02-02 Art Cancro* If a user has at least one valid Internet directory...
2002-01-30 Art Cancro* Added a new DeleteFunctionHook type of thing. These...
2002-01-26 Art Cancro* More internet addressing and global directory stuff...
2002-01-26 Art Cancro* smtp FROM command now validates sender using the...
2002-01-11 Michael Hampton* Allow users to move/copy messages between personal...
2002-01-11 Art Cancro* Finished most of the work for the Global Address...
2002-01-11 Art Cancro* More code for the Global Address Book
2002-01-10 Art Cancro* Minor changes for global directory service
2002-01-03 Art Cancro* Fixed mail to "sysop"
2002-01-02 Art Cancro* More message submission queue stuff
2002-01-01 Art Cancro* Finished the updates to serv_smtp.c, although I think...
2001-12-31 Art Cancro* mail stuff
2001-12-30 Art Cancro* CtdlSaveMsg() is now CtdlSubmitMsg() and can accept...
2001-12-14 Art Cancro* Hi from Stu
2001-12-03 Art Cancro* quick fix
2001-12-03 Art Cancro* Began implementing some code to handle multiple recip...
2001-12-03 Art Cancro* When sending mail, copy to the sender's "Sent Items...
2001-11-13 Art Cancro* Re-introduced the ability to enter IGnet mail into...
2001-10-29 Art Cancro* More of the same
2001-10-29 Art Cancro* Renamed "SuppMsgInfo" to "MetaData" because that...
2001-10-17 Nathan Bryantfurther format string cleanups (for i686-linux type...
2001-10-17 Nathan Bryant - declare *printf format specifiers if gcc detected
2001-10-17 Nathan Bryantwarning fixes and cleanups for 64-bit machines
2001-10-16 Nathan Bryant - further configure tweaks for FreeBSD and Tru64 Unix
2001-10-10 Art Cancro* Comments & cosmetics for previous update
2001-10-10 Art Cancro* Bugfix for MSG0 command to properly handle multipart...
2001-10-06 Art Cancro* Stripped the build of obsolete parts of the old netwo...
2001-10-03 Art Cancro* Implemented BOUNCE BOUNCE BOUNCE
2001-09-06 Art Cancro* A few more updates to the networker
2001-09-06 Nathan Bryant - port to Cygwin (DLL support, etc.)
2001-06-17 Nathan Bryantfix all the <time.h> vs. <sys/time.h> issues, hopefully
2001-06-06 Art Cancro* msgbase.c: output extra newline at end of RFC822...
2001-04-28 Art Cancro*** empty log message ***
2001-04-26 Art Cancro* Finished the implementation of per-message seen/unsee...
2001-04-21 Art Cancro* Began implementation of per-message seen/unseen attribute
2001-04-10 Art Cancro* Finished coding IMAP APPEND. It works, but there...
2001-03-10 Art Cancro* Implement proper access control for deleting messages...
2001-03-05 Art Cancro*** empty log message ***
2001-03-05 Art Cancro* IMAP COPY
2001-02-28 Art Cancro* Backed out the variable-length string changes.
2001-02-22 Stu MarkMostly made changes to allow client_gets to handle...
2001-02-08 Art Cancro* Fixed namespace problems resulting from the automatic...
2001-02-06 Art Cancro* citadel.rc: changed the default for local_screen_dime...
2001-01-16 Art Cancro* Changed the MIME parser API *again* because we now...
2001-01-15 Art Cancro * "Path:" removed for now because it confuses brain...
2001-01-13 Nathan Bryantmerged remaining changes from TRANSACTIONS (using cvs...
2000-12-30 Art Cancro* more buffer size stuff
2000-12-27 Art Cancro* The size constant "256" which shows up everywhere...
2000-12-26 Art Cancro* More IMAP tweaks
2000-12-20 Art Cancro* Don't crash when a zero-length message is delivered.
2000-11-26 Art Cancro* msgbase.c: Added new API function CtdlOutputPreLoaded...
2000-11-12 Art Cancro* Optimized server side input of message text
2000-11-06 Art Cancro* Changed the mime_parser() API (again) to allow "don...
2000-11-02 Art Cancro* Worked on the fetching of mime parts using imap
2000-10-28 Michael Hampton* msgbase.c: eliminated most gotos; a single goto in...
2000-10-17 Art Cancro* IMAP date strings. More stupidity.
2000-09-01 Art Cancro* msgbase.c: cmd_opna() - increase desired_section...
2000-08-09 Art Cancromsgbase.c: fixed a bug in
2000-08-05 Art Cancro* Added [idle] to client wholist display for sessions...
2000-06-28 Art Cancro* Changed the comments at the beginning of each file...
2000-06-25 Art Cancro* imap
2000-06-04 Art Cancro* CtdlForEachMessage() now returns the number of messag...
2000-05-26 Art Cancro* Changed some of the rev-level sensitive stuff to...
2000-03-28 Art Cancro* Fixed dumb CtdlDeleteMessages() API goof that was...
2000-03-27 Art Cancro* Third parameter of CtdlDeleteMessages() now takes...
2000-03-27 Nathan Bryant * First cut at Solaris fixes. There may still be some...
2000-03-10 Art Cancro* Changes to message base and networker to support...
2000-03-03 Art Cancro* Finished the inbound side of gateway domain service
2000-02-29 Art Cancro* IGnet delivery is broken
2000-02-26 Art Cancro* Fortified the message base and SMTP code so that...
2000-02-22 Art Cancro* Minor tweaks to RFC822 output to keep brain-damanged...
2000-02-22 Art Cancro* Got bounce messages working (mostly ... testers,...
2000-02-18 Art Cancro* Coded up the "bounce" functions. Still a coupla...
2000-02-18 Art Cancro* Made the <.ASI> command a bit friendlier.
2000-02-17 Art Cancro* Tried to fix breakage with MS Outlook
2000-02-16 Art Cancro* Altered the display and conversion of RFC822 messages
2000-02-16 Art Cancro* More addressing hacks
2000-02-14 Art Cancro* sysdep.c: added new event hook type EVT_TIMER. Timer...
2000-02-10 Art Cancro* AXED STUFF!!
2000-02-10 Art Cancro* When parsing incoming Date fields, replace with the...
2000-02-07 Art Cancro* nothing
2000-02-07 Art Cancro* Renamed CtdlLocalHost() to CtdlHostAlias() and worked...
2000-01-25 Art Cancro* Wrote enough of the SMTP sender to get Patriot drooli...
2000-01-24 Art Cancro* Stuff
2000-01-23 Art Cancro* Temporary hack to ig_tcp_server() to listen on an...
2000-01-23 Art Cancro* Coded up some more of the SMTP-sender (still not...
2000-01-17 Art Cancro* CR to CRLF hacks (lose, lose, lose)
2000-01-17 Art Cancro* Completed POP3 server. All RFC1939 commands except...
2000-01-17 Art Cancro* Bug fix to new output message
2000-01-17 Art Cancro* Modified CtdlOutputMsg() to handle output to arbitrar...
2000-01-16 Art Cancro* Began change of output_message() to CtdlOutputMsg()
2000-01-15 Art Cancro* Fixed the access rights on auto-created rooms (the...
next