* Updated message reading to use the new MSG4 command, so we can do output
[citadel.git] / webcit / messages.c
2002-07-23 Art Cancro* Updated message reading to use the new MSG4 command...
2002-07-16 Art Cancro* Small change to above
2002-07-16 Art Cancro* Display HTML messages as HTML. (Wow!)
2002-07-13 Art Cancro* Handle multipart/alternative in a nicer way, giving...
2002-07-11 Art Cancro* hacks to text_to_server() to transmit messages as...
2002-06-15 Art Cancro* stuff
2002-06-15 Art Cancro* Use safestrncpy() instead of strncpy() where appropriate
2002-05-12 Michael Hampton* do_template() now parses a .wml file for WAP clients...
2002-05-10 Art Cancro* Hacked the address book view a little bit
2002-05-09 Art Cancro* Began working on address book view
2002-05-07 Art Cancro* In message summary, replace 'Del' links with checkboxes
2002-05-01 Art Cancro* "folder list" view (not finished)
2002-04-28 Art Cancro* Finished summary mode (for the most part, anyway)
2002-04-26 Art Cancro* Separated "summary mode" message listing into its...
2002-04-26 Art Cancro* view
2002-04-20 Art Cancro* Some work on email summary screen
2002-03-22 Art Cancro* "vcard edit" button for _other_ users' My Citadel...
2002-03-07 Art Cancro* Final polish for initial round of vCard editing funct...
2002-03-04 Art Cancro* Wrote some skeleton code for robust vCard editing
2002-02-24 Art Cancro* Added the ability to enter a Subject: line in messages
2002-02-13 Art Cancro* Added some rudimentary support for displaying vCards...
2002-02-13 Art Cancro* Began some hacks for vCard processing
2002-01-03 Art Cancro* templatized the "prompt for recipient" screen
2001-11-18 Art Cancro* Brought over the newer string tokenizer from Citadel
2001-08-13 Art Cancro* Got it!
2001-08-13 Art Cancro* Another attempt at focus
2001-08-11 Art Cancro* Attempt at setting focus to msgtext area when enterin...
2001-06-27 Art Cancro* Correct generated window name in pop up pages
2001-06-07 Art Cancro* First cut at downloading attachments throught the...
2001-01-25 Art Cancro* "Delete message" button now confirms on client-side...
2000-10-03 Art Cancro* Cosmetic changes to login screen, menu bar, and messa...
2000-09-28 Art Cancro* Linked to the bio/photo page from message headers...
2000-09-24 Art Cancro* oops a bug
2000-09-24 Art Cancro* When reading large numbers of messages, group them...
2000-09-14 Michael HamptonReplace occurrences of % throughout the HTML with ...
2000-07-06 Art Cancro* Fixed the count in 'there are xxx messages remaining...
2000-05-31 Art Cancro* Initial support for "summary" (headers only, no body...
2000-05-02 Art Cancro* Font related changes to html
2000-03-31 Art Cancro* text_to_server() now behaves the way web users expect...
2000-03-31 Art Cancro* Added "max messages per page" and "read next nnn...
2000-03-19 Art Cancro* Made the header-bar buttons more visible
2000-01-16 Art Cancro* div align=center
1999-12-06 Art Cancro* Moved a bunch of other global variables to per-sessio...
1999-12-06 Art Cancro* ooooops
1999-12-04 Art Cancro* Moved all diagnostic output to stderr
1999-12-03 Art Cancro* Rewrote the HTTP engine and application coupling...
1999-11-26 Art Cancro* Started moving all of the global variables into a...
1999-07-13 Art Cancro messages.c: don't auto-link URL's in messages if it...
1999-07-13 Art CancroRevert
1999-07-13 Art CancroIncreased some buffer sizes to handle large embedded...
1999-06-03 Art Cancro * roomops.c: made room banner graphics more...
1999-05-22 Art Cancro * Minor code cleanups
1999-04-16 Nick GrossmanChanged some output formatting, mostly <FONT> tags...
1999-04-15 Art CancroGot it!
1999-03-07 Art Cancro * wildmat.c, braindamage.c: added
1999-01-29 Art Cancro * wDumpContent() is now responsible for </BODY...
1999-01-29 Art Cancro * Made the frames stuff less dependent on the...
1998-12-23 Art Cancro * Got the Zap and List-Zapped commands working
1998-12-18 Art Cancro * Added the screens to send pages
1998-12-14 Art CancroSet up an option in output_headers() to optionally...
1998-12-14 Art Cancromessages.c: added "move message" functionality
1998-12-14 Art Cancromessages.c: added "delete message" functionality
1998-12-12 Art Cancro * Brought over message reading and entry functions...
1998-12-12 Art Cancro * Brought over message reading and entry functions...
1998-12-12 Art Cancrofixed spacing
1998-12-12 Art CancroBrought over message reading functions from old WebCit