* remove old (replaced) code
[citadel.git] / webcit / messages.c
2008-11-24 Wilfried Göesgens* remove old (replaced) code
2008-11-20 Wilfried Göesgens* map room-flags into conditionals
2008-11-20 Wilfried Göesgens* catch more render bugs
2008-11-15 Wilfried Göesgens* finish message displaying.
2008-11-11 Wilfried Göesgens* change syntax of read_message
2008-11-11 Wilfried Göesgens* render submessages.
2008-11-10 Wilfried Göesgens* migrate message creation to templates (citing still...
2008-11-09 Wilfried Göesgens* chop messages.c into handy pieces
2008-11-08 Wilfried Göesgens* add ical and vcard rendering
2008-11-08 Wilfried Göesgens* re-implement anonymous messages
2008-11-07 Wilfried Göesgens* display attachments in messages as view/download...
2008-11-06 Wilfried Göesgens* put filename reference into token, so we can put...
2008-11-06 Wilfried Göesgens* upgrade hash retriever function, it now takes the...
2008-11-05 Wilfried Göesgens* put the right pointer into the hash
2008-11-05 Wilfried Göesgens* fix freeing.. well, most of it
2008-11-05 Art Cancrofixed a compiler warning
2008-11-03 Wilfried Göesgens* while decoding messages, guess the charset in this...
2008-11-03 Wilfried Göesgens* remove duplicate function
2008-11-03 Wilfried Göesgens* skip all blank lines (even if thep have '>'s in them)
2008-11-02 Wilfried Göesgens* plain mail renderer
2008-11-02 Wilfried Göesgens* put QP Decoder intoo its own file
2008-10-11 Art CancroBig change to calendar view functions. We now declare
2008-10-06 Art CancroCleaned up some bad html
2008-09-27 Wilfried Göesgens* rename urlstring parser
2008-09-08 Wilfried Göesgens* sanitize accesses, so valgrind doesn't moan of uninit...
2008-08-31 Wilfried Göesgens* clean some memleaks
2008-08-30 Wilfried Göesgens* migrate our iconbar wholist section to templates.
2008-08-25 Wilfried Göesgens* use & instead of ? for separating further url parameters
2008-08-22 Wilfried Göesgens* two tiny leaks
2008-08-21 Art CancroMinor adjustments to address book view -- fill in
2008-08-20 Art CancroChanged the tabbed dialog API to include an epilogue...
2008-08-17 Wilfried Göesgens* add new 'Context' Parameter to the template call
2008-08-03 Wilfried Göesgens* abstract setting per room preferences
2008-08-03 Wilfried Göesgens* migrate bstr backend to strbuf
2008-08-03 Mattmass mobile update, interface cleanup and restyling.
2008-07-31 Wilfried Göesgens* several memoryleaks
2008-07-28 Wilfried Göesgens* read static/server files directly into the outbuffer
2008-07-27 Wilfried Göesgens* use strbuffer as wprintf backend
2008-07-14 Wilfried Göesgens* removed handlers from webcit.h if possible
2008-07-13 Wilfried Göesgens* copy daves great handler script and modify it to...
2008-07-13 MattDisable photo view for vcard
2008-07-12 Wilfried Göesgens* fixed several tiny flaws
2008-07-12 Wilfried Göesgens* added GCC Format String checkers to the remaining...
2008-07-12 Wilfried Göesgens* avoid to run over the buffer while parsing the url
2008-07-09 Wilfried Göesgens* catch some more error conditions, double frees...
2008-07-09 Wilfried Göesgens* added gcc printf format checking to wprintf
2008-07-07 MattRename is_wap to is_mobile
2008-06-23 Art Cancrominor formatting and comments cleanup
2008-05-15 Art CancroWhen printing a message, the page title is now the...
2008-05-13 Wilfried Göesgens* utf8-strcut the sender too...
2008-05-06 Art Cancro* The 'delete' button on sticky notes now works.
2008-05-02 Wilfried Göesgens* migrated SUBST stuff to hash
2008-05-01 Wilfried Göesgens* added matts date picker widget
2008-04-25 Wilfried Göesgens* fix URL termination bug
2008-04-21 Wilfried Göesgens* more carefully render urls
2008-04-21 Art CancroMinor formatting cleanup
2008-04-17 Art CancroWhen assembling lists of thread references, if the...
2008-04-16 Art CancroDoh! Thread references read left-to-right, not right...
2008-04-05 Wilfried Göesgens* fixed some hickups in the urlencode function.
2008-04-04 Wilfried Göesgens* we should send the buffer we printed the command...
2008-04-04 Wilfried Göesgens* we have now several bstrs:
2008-04-04 Art CancroFixed a memory allocation problem
2008-04-04 Art Cancro* Restore the ability of addurls() to delimit on '...
2008-04-03 Art Cancrowebcit - generate Reply/ReplyAll/ReplyQuoted URL's...
2008-04-03 Wilfried Göesgens* xbstr now will give the length of the value to its...
2008-04-02 Wilfried Göesgens* moved url argument list to hash.
2008-03-31 Wilfried Göesgens* we need to find ?Q? or ?B? before searching for the...
2008-03-30 Wilfried Göesgens* lengthen the subject buffer so it can take utf8 glyphs
2008-03-26 Wilfried Göesgens* use the utf8 functions to cut subjects at the border...
2008-03-20 Wilfried Göesgens* use snprintf to avoid stack corruption.
2008-03-20 Wilfried Göesgens* init command buf empty to avoid fancy side effects
2008-03-18 Art Cancrolibical, expat, and libsieve are now *required*.
2008-03-16 Wilfried Göesgens* use larger buffer for subject, as QP encoded subjects...
2008-03-10 Wilfried Göesgens* abstract #ifdef HAVE_ICONV around utf8ify_rfc822_stri...
2008-02-27 Art CancroWhen clicking on a contact's email address to send
2008-02-27 Art CancroMultipart/alternative (possibly nested inside multipart...
2008-02-27 Wilfried Göesgens* sample aproach to use the citadel commandline client...
2008-02-24 Wilfried Göesgens* collect sender / read / unread information for calend...
2008-02-18 Wilfried Göesgens* decode qp string in vcards, even if they're not expli...
2008-02-12 Art CancroRemoved some spurious trace messages
2008-01-29 Wilfried Göesgens* readSmessage(); zero our strings properly so we don...
2008-01-29 Wilfried Göesgens* fix uninitialized case.
2008-01-29 Wilfried Göesgens* don't double evaluate the first pair; some nice comments
2008-01-29 Wilfried Göesgens* move the whole string rather than just the next parti...
2008-01-29 Wilfried Göesgens* remove blanks between qp partitions.
2008-01-28 Wilfried Göesgens* use iconv for more parts of the message while replyin...
2008-01-24 Art CancroFixed bug #226. The sample message supplied was
2008-01-20 Wilfried Göesgens* sanitize the next message pointer loop in the "Goto...
2008-01-17 Wilfried Göesgens* decode subject in the right position; if we decode...
2008-01-16 Wilfried Göesgens* don't overrun our room list.
2008-01-14 Wilfried Göesgens* new urlesc here too.
2008-01-09 Dave WestFix the repeated signature and extra space at beginning...
2007-12-12 Art CancroCalendar system now handles invitations and rsvp's
2007-11-16 Art CancroMove vcard.c into libcitadel.
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-11-14 Art Cancroforce_room variable needs to be output using
2007-11-14 Art CancroAdded a 'force_room'
2007-11-08 Art CancroFixed the problem dave reported yesterday, where a
2007-11-07 Thierry Pasqualier- removed an extra </select> on message selector on...
2007-11-06 Art CancroRemoved an extra <div> and also fixed a <td> tag with
next