* move stuff from Hdr into substruct that may be easily wiped by memset 0'ing them
[citadel.git] / webcit / messages.c
2009-05-24 Wilfried Göesgens* move stuff from Hdr into substruct that may be easily...
2009-05-19 Wilfried Göesgens* fix URL parsing for /message/
2009-05-17 Wilfried Göesgens* more fixes, offset in URLS is different now, since...
2009-05-17 Wilfried Göesgens* BIG rewrite of header handling and slimming of contex...
2009-05-14 Wilfried Göesgens* add defines for our errorcodes
2009-05-13 Wilfried Göesgens* output the mime type of the tepmlate in read_message...
2009-05-12 Art Cancro* load_mimepart() was including protocol chatter in...
2009-05-10 Wilfried Göesgens* uninitialized value...
2009-05-10 Wilfried Göesgens* add more module handlers:
2009-05-07 Wilfried Göesgens* don't choke if the vcard fails to load
2009-05-04 Wilfried Göesgens* serv_getln now is a wrapper around existing functiona...
2009-04-26 Wilfried Göesgens* use load_message in the useredit form
2009-04-26 Wilfried Göesgens* chop read_message into two pieces: the part actualy...
2009-04-25 Wilfried Göesgens* evade double calls to output_headers
2009-04-25 Wilfried Göesgens* swap I/O to the new functions
2009-04-23 Wilfried Göesgens* use modern functions for downloads.
2009-04-19 Wilfried Göesgens* use enhanced buffering while reading messages too.
2009-04-16 Art Cancro* Don't fetch header summary in MSGS command for calend...
2009-03-19 Art Cancro* Remove leading '|' from references if present
2009-03-18 Wilfried Göesgens* change message list to use buffered serverread and...
2009-03-02 Wilfried Göesgens* fix display of quoted-printable names in addressbook...
2009-02-25 Wilfried Göesgens+ add non-TP-Related Wildfire enabled error logging...
2009-02-17 Wilfried Göesgens* if the mail doesn't give us a mimetype (..or just...
2009-02-16 Wilfried Göesgens* fix the Ladyhawke image post bug (hopefully)
2009-02-16 Wilfried Göesgens* remove double call registration.
2009-02-10 Wilfried Göesgens* add name of callback hook for logging (yes, I LOVE...
2009-02-10 Wilfried Göesgens* move serv_info into the session, here we can control...
2009-02-02 Wilfried Göesgens* fix "all" messages view in bbs view
2009-01-31 Wilfried Göesgens* display single vcard by just calling read_message...
2009-01-25 Matt* fix search in mailbox view
2009-01-18 Wilfried Göesgens+ add flag to print backtraces in template logging...
2009-01-14 Wilfried Göesgens* add 'control context'; which will carry information...
2009-01-13 Matt* fix issues with room list in firefox 2 (didn't detect...
2009-01-13 Matt* move output_headers to the top of readloop, before...
2009-01-12 Matt*fix numerous regressions that I let slip:
2009-01-12 Wilfried Göesgens+ add =() subtemplates for params
2009-01-12 MattMerge new summary view branches changes into trunk
2009-01-11 Wilfried Göesgens* complete the sorting api by non-room based preferences
2009-01-11 Art Cancro* messages.c: Msg->MsgBody->msgnum = msgnum;
2009-01-11 Art Cancro* Updated render_MIME_ICS() to do the right thing if...
2009-01-10 Art Cancro* Add text/calendar to the MSGP list. Also added...
2009-01-10 Wilfried Göesgens* realize types in preferences like thought at the...
2009-01-08 Wilfried Göesgens* move some more vars from the session context to strbu...
2008-12-26 Wilfried Göesgens* --pedantic cleanup.
2008-12-26 Wilfried Göesgens* hide message headers if not -T n & 0x2 != 0
2008-12-24 Wilfried Göesgens* remove msgids from handling
2008-12-24 Wilfried Göesgens* fix dropdown
2008-12-20 Wilfried Göesgens* shortcut notation to tokens for hashkeys; TKEY(n...
2008-12-20 Wilfried Göesgens* msg_is_in_mset isn't here
2008-12-15 Mattfix (no subject) for blank message subjects
2008-12-14 Wilfried Göesgens* fix addressbook view. where did this get lost?
2008-12-14 Wilfried Göesgens* fix some conditions with unassigned variable access
2008-12-14 Wilfried Göesgens* some tiny cleanups...
2008-12-13 Wilfried Göesgens* typedef wcsession, so we don't always need to say...
2008-12-13 Wilfried Göesgens* BIG shuffle:
2008-12-11 Wilfried Göesgens* buyebye pullquote message... byebye duplicate bugs...
2008-12-11 Wilfried Göesgens* fix attachments forwarding
2008-12-11 Wilfried Göesgens* load attachments in forwarded messages
2008-12-08 Wilfried Göesgens* if we need the first urlpart, we musn't move it just...
2008-12-08 Wilfried Göesgens* fix messageselectomatic.
2008-12-07 Wilfried Göesgens* make readloop long-controlled
2008-12-07 Wilfried Göesgens* follow api-change in several places
2008-12-02 Wilfried Göesgens* load_seen is our only condition for tagging messages
2008-12-01 Wilfried Göesgens* sometimes switches need break statements.
2008-11-30 Wilfried Göesgens* abstract sorting algorithms. abstraction layer so...
2008-11-29 Wilfried Göesgens* increase number of messages to 10k as it was before...
2008-11-29 Wilfried Göesgens* valgrind cleanup
2008-11-25 Wilfried Göesgens* add missing hint to -Z
2008-11-25 Wilfried Göesgens* fix 64 bit incompatibility
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...
next