Empty handlers for closing tags of <bind> and <query> stanzas. We handled those...
[citadel.git] / citadel / modules / imap /
2014-12-31 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2014-12-31 Wilfried GoesgensAs clang told us: we have to check for empty buffer...
2014-12-22 Wilfried Goesgensmore places to fix the new linebreak behaviour of the...
2014-10-21 Wilfried Goesgensadd whether we're in which eventloop / a worker thread...
2014-02-12 Art CancroMerge branch 'master' into nntp
2014-02-12 Art CancroAdded message-id to the list of fields CtdlOutputMsg...
2014-02-04 Art CancroMerge branch 'master' into nntp
2014-02-04 Art CancroUpdated the CtdlUserGoto() API call to also return...
2014-02-03 Wilfried GoesgensAUTH PLAIN: password length has to be its own variable...
2014-02-03 Wilfried GoesgensAUTH PLAIN: don't trip over eventually uninitialized...
2014-02-03 Wilfried GoesgensAUTH PLAIN: second try.
2014-02-01 Art CancroMerge branch 'master' into nntp
2014-01-27 Wilfried GoesgensBASE64: we don't remove \0's anymore, we need to treat...
2013-12-14 Wilfried GoesgensIMAP: fix memcpy, don't coppy blocks when loaded from...
2013-10-20 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-10-19 Wilfried Goesgensfix calculation of return string length
2013-10-10 Wilfried GoesgensUse the right strlen to output floor+roomnames via...
2013-10-10 Wilfried Goesgensmemset also needs to have the right type.
2013-10-05 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-10-05 Wilfried Goesgensremember the lengths of config strings.
2013-10-01 Wilfried GoesgensPut our known stringlength into the mime parser so...
2013-09-30 Wilfried Goesgensmore places where we can use cm_lengths;
2013-09-30 Wilfried Goesgenspreserve stringlengths when outputting stuff in the...
2013-09-30 Wilfried Goesgensfix type for sizeof; it shouldn't be the pointer.
2013-09-29 Wilfried Goesgenswe need to free the array _after_ releasing the array...
2013-09-28 Wilfried Goesgensset the type of the pointer into sizeof, so its definit...
2013-09-24 Wilfried GoesgensConvert CtdlMessages to respect cm_lengths[]
2013-09-12 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-09-01 Wilfried GoesgensMove user privileges functions to user_ops.c, room...
2013-09-01 Wilfried Goesgensrefactor naming of core message manipulation funcions
2013-09-01 Wilfried GoesgensReplace all discrete checks for empty message fields...
2013-09-01 Wilfried GoesgensRoute all access to cm_fields[] through api functions
2013-08-18 Wilfried Goesgensuse an Enum for the cm_fields vector instead of nameles...
2013-08-03 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-08-03 Art CancroInstant expunge is now the only mode of operation....
2012-11-26 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-11-20 Art Cancrogetting with the times, we dont need to wrap snprintf...
2012-07-27 Wilfried GoesgensSMTP-Relaying: implement a method to choose a relay...
2012-06-22 Wilfried GoesgensMODULES: add priorities in execution
2012-05-25 Wilfried Goesgensremove unused assignments
2012-05-25 Wilfried Goesgensfix possible buffer underrun (by 1;-)
2012-05-03 Wilfried GoesgensIMAP: make debug logging configurable.
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.
next