CURL: make log output configurable.
[citadel.git] / citadel / modules / imap /
2012-01-30 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-30 Art CancroMore changes of 'free software' to 'open source' made...
2012-01-22 Wilfried Goesgensmap_fetch_body() pass StrBuf* into the mimeparser inste...
2012-01-22 Wilfried GoesgensAdd formatcheckers to IAPrintf
2012-01-22 Wilfried Goesgensfix warning; add length to irlparams so we don't need...
2012-01-22 Wilfried Goesgensmap_rescan_msgids(): musn't ues memcpy on overlapping...
2011-12-03 Wilfried GoesgensMemleaksearch
2011-11-06 Wilfried GoesgensIMAP FETCH Command: IAPuts immediately outputs the...
2011-09-07 Wilfried GoesgensFix warnings all over citserver; handle function replie...
2011-09-04 Art CancroRemoved references to Subversion in the code
2011-09-04 Wilfried Goesgensfix the GETMETADATA command; we mustn't count our naive...
2011-09-04 Art CancroAdded protocol names to all 'client disconnected' syslogs
2011-09-04 Art CancroCC->kill_me now contains an enum indicating the REASON...
2011-09-04 Art CancroRemoved newlines from syslog in pop3 and imap modules
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2010-11-14 Wilfried GoesgensMemleak: free the imap-handlerlist on exit
2010-11-13 Wilfried Goesgensfound one more place using IO directly, rerouting it...
2010-11-08 Wilfried Goesgensfix some incompletely transformed reply strings; thanks...
2010-11-07 Wilfried GoesgensRewrite IMAP-Module to buffer its output
2010-11-03 Wilfried Goesgensmove old tokenizer over to the managesieve server;...
2010-10-26 Art CancroDon't output a space between imap namespaces
2010-09-16 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-14 Art Cancroimap server update to new API
2010-09-01 Art CancroMore removal of $Id$ tags
2010-08-28 Wilfried Göesgens* do typedef the visit struct, remove all those 'struct...
2010-08-26 Wilfried Göesgens* if we fail to log in because of user/passvoid wrong...
2010-07-26 Wilfried GöesgensFix IMAP-List command
2010-07-21 Art Cancro* imap_load_part() is expecting the desired_section...
2010-07-21 Art Cancro* indentation fix
2010-07-21 Art Cancro* Fix a bug that caused a logging problem but did not...
2010-07-21 Art Cancro* Minor logging change while I work on fixing imap...
2010-07-19 Wilfried Göesgens* duplicate memreadline & bmstrcasestr to a const and...
2010-06-22 Wilfried Göesgens* fix build of webcit tests
2010-05-18 Wilfried Göesgens* split cutuserkey() out of makeuserkey(); its name...
2010-04-24 Wilfried Göesgens* move policy.c into modules/expire/expire_policy.c...
2010-03-21 Wilfried Göesgens * imap_fetch_rfc822(): migrate to strbuf
2010-03-20 Wilfried Göesgens* imap_listroom():
2010-03-20 Wilfried Göesgens* imap_append(): rename buffer, don't use it for severa...
2010-03-20 Wilfried Göesgens* string_append_c(): use another name for buf
2010-03-20 Wilfried Göesgens* rename another buf
2010-03-19 Wilfried Göesgens* give static buffers either a meaningfull name or...
2010-03-16 Wilfried Göesgens* free some forgotten buffers
2010-03-16 Wilfried Göesgens* fix imap uid fetching:
2010-03-13 Wilfried Göesgens* migrate redirect_buffer logic to StrBuf, valgrind...
2010-03-12 Wilfried Göesgens* upsi, forgot to move that flag
2010-03-12 Wilfried Göesgens* casting int to char* doesn't work out on 64 bit archi...
2010-03-11 Wilfried Göesgens* make uid fetch and friends dynamic in size
2010-03-05 Art Cancro* New parameter to CtdlSaveMsgPointersInRoom() to suppr...
2010-02-25 Wilfried Göesgens* rework imap tokenizer, we no longer copy the stuff...
2010-02-21 Wilfried Göesgens* migrate append to StrBuf; switch the lineconverter...
2010-01-22 Wilfried Göesgens* add literal support to imap login / passwords; this...
2009-11-18 Art Cancro* Gratuitous style cleanup of some of the imap code
2009-11-02 Art Cancro* Made some annotations regarding bug 368 in the code.
2009-11-02 Art Cancro* removed a spurious trace msg
2009-10-25 Dave WestAnd a few more things comply with the coding style.
2009-10-25 Dave WestA few more API clean ups. Mainly revolving around user_...
2009-10-23 Dave WestFix the Makefile.in to properly clean the user_modules...
2009-10-17 Dave WestCitadel API clean up.
2009-10-15 Art Cancro* More license declarations
2009-10-12 Art Cancro* Blank out the Envelope-to: header when reading messag...
2009-08-14 Wilfried Göesgens* be more paranoid about the previous content of passvo...
2009-06-12 Wilfried Göesgens* add _DRAFTS_ to the userdata creator, and translate...
2009-06-04 Art Cancro* IMAP CREATE command with no folder name specified...
2009-06-04 Art Cancro* Eliminated the CtdlCopyMsgsToRoom() function, since...
2009-06-01 Art Cancro* Fixed bug #467, possibly at the cost of poorer perfor...
2009-04-14 Art Cancro* svn propset svn_keywords 'Id' on some files that...
2009-04-06 Art Cancro* Set zapped_ok to 1 on nearly all calls to imap_grabro...
2009-03-09 Art Cancro* Removed the defunct METADATA parameters to our unfini...
2009-03-02 Art Cancro* Added some comments next to portions of the code...
2008-11-20 Art CancroFixed a serious problem with IMAP header fetch. memrea...
2008-09-26 Art CancroUpdated the MIME Parser API to include Content-ID in
2008-09-25 Art CancroCompleted HEADERS_FAST mode, which fetches only the top
2008-07-17 Art CancroDisplaying incoming instant messages through an IMAP...
2008-07-17 Dave WestIMAP now supports the nologin flag in the context and...
2008-05-28 Dave WestNow IMAP posts Aide messages when a room is created.
2008-05-24 Wilfried Göesgens* make QP encoding of senders optional, so we can flag...
2008-03-31 Art CancroRefrain from transmitting untagged IMAP responses when the
2008-03-21 Dave WestDid away with lprintf all together now its called CtdlL...
2008-01-01 Art CancroMore verbose logging for get_default_icaltimezone(...
2007-12-29 Dave WestFix the missing #define CTDLTHREAD_BIGSTACK for the...
2007-12-27 Art CancroAdded a missing 'NO' to some error messages in IMAP...
2007-12-10 Wilfried Göesgens* give message sender in while evaluating the recipient...
2007-12-09 Wilfried Göesgens* give the flag to the CtdlDoIHavePermissionToPostInThi...
2007-12-09 Art CancroIMAP server: suppress untagged 'EXISTS' and 'EXPUNGE...
2007-12-03 Wilfried Göesgens* applied Patrick Colemans patch
2007-11-25 Dave WestHere it is, the new thread interface.
2007-11-21 Art Cancrostruct CitContext no longer contains separate module...
2007-11-19 Art Cancroooops... ascmonths[] was in use in imap_tools.c .....
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-11-04 Wilfried Göesgens* init some numbers.
2007-10-28 Dave WestSolution to bug no. 258 (forging of from headers with...
2007-10-16 Dave WestAdded a comment to serv_ldap.c
2007-10-13 Wilfried Göesgens* speed up imap_pick_range by getting the Imap-Context...
2007-10-13 Wilfried Göesgens* don't call the context getter to frequent.
2007-10-11 Art CancroCompleted the implementation of RFC2359
2007-10-10 Art CancroBegan implementing the UIDPLUS extension.
2007-09-26 Art CancroPatch to handle Matt's issue with parentheses
2007-09-20 Wilfried Göesgens* honor the openssl configure define, so we don't die...
2007-09-11 Wilfried Göesgens* 64 bit cleanness: format size_t properly in printf()
2007-09-10 Art CancroFor the SSL-only ports, if crypto negotiation fails,
next