Partial support for IMAP LOgin Referrals: tell the user what's going on
[squirrelmail.git] / functions / imap_general.php
2005-04-06 kinkPartial support for IMAP LOgin Referrals: tell the...
2005-04-05 tokuladding param and since tags to some functions
2005-03-30 kinkFixed bad/malformed request error when Sent was over...
2005-03-29 tokuldocumenting some imap functions
2004-12-27 kinkIncrement year in copyright notice.
2004-11-02 jervforsReplacing tabs with spaces, trimming white space at...
2004-11-01 cigamitRemoved variables that were initialized, but never...
2004-10-31 cigamitRemove unused globals
2004-10-29 indiri69Should compared strings with strings. Otherwise a...
2004-10-28 cigamitWrong break point is set, we are only 2 deep here,...
2004-09-28 jervforsFixing undefined variables
2004-08-18 kinkClose connection cleanly when login/pw incorrect, follo...
2004-08-15 jervforsXHTML fixes
2004-06-13 janglissShouldn't let PHP generate an error in this case, if...
2004-05-26 stekkeltypo
2004-05-26 stekkelremoved parseAdress routines and made it point to rfc82...
2004-05-20 tokulaStutus -> aStatus
2004-05-19 stekkel* Request UID and UIDVALIDITY from the status response...
2004-05-14 stekkelsecond try ..
2004-05-14 stekkelDetect untagged BYE responses in case the connection...
2004-05-02 stekkelFixed on the fly decoding of base64 attachment. We...
2004-04-22 stekkelreminder for people that want to use the capability...
2004-04-12 tokultwo more subpackage blocks
2004-03-29 ebullientremove perlishly commented debug lines. my bad.
2004-03-28 ebullientfinish "buttonizing" read_body header.
2004-03-15 kinkMove $sqimap_session_id from global to static scope.
2004-02-26 tassiumBrain-damage in sqimap_create_stream(). Can't believe...
2004-02-24 kinkWe're living in 2004 now... perl is your friend for...
2003-11-09 alex-brainstormAdd an optional link parameter to sqimap_error_box...
2003-10-30 stekkelThe SASL intial response capability name is changed in
2003-10-29 kinkAdd some basic documentation, and remove some long...
2003-10-28 tassiumPreparation to begin using phpdocumentor.
2003-10-28 stekkelToday Cyrus 2.2.2-BETA with SASL Initial Client respons...
2003-10-22 tassiumNew function: sqimap_create_stream(). Returns an IMAP...
2003-09-24 stekkelRewrote sqimap_fread to make it work on PHP 4.3.2.
2003-09-23 tassiumBy request, SASL PLAIN for IMAP and SMTP.
2003-08-11 tassiumFix to prevent query containing username and password...
2003-07-27 alex-brainstormFix autodetect-delimiter-no-namespace code for devel...
2003-07-24 stekkelDue to changed behaviour of fread (see php bug 24033...
2003-07-24 alex-brainstormExtracted error_box() calling code into sqimap_error_bo...
2003-07-24 stekkelCorrect on the fly base64 decode algoritm in case the...
2003-07-23 alex-brainstormFix more literal mailbox names
2003-07-03 stekkelTypo:
2003-07-03 stekkelFinally nailed down the exchange problem. It was caused...
2003-07-03 stekkelHopefully fixed pipelined responses, I did something...
2003-07-02 stekkelrenamed sqimap_read_data_list => sqimap_retrieve_imap_r...
2003-07-02 stekkelModified pipelined request function by splitting up...
2003-06-29 stekkelreturn the result in case of pipelined responses
2003-06-28 stekkelfixed warning
2003-06-28 stekkelhandle escaped quotes again
2003-06-28 stekkelDownloading attachments is fixed. Now we do not buffer...
2003-06-18 stekkelAhhh, this doesn't work when the buffer is smaller...
2003-06-18 stekkelDO NOT buffer base64 encoded attachments before we...
2003-06-17 stekkelbecause we remove the quotes an empty string could...
2003-06-17 stekkelfixes parseAddress. I think this thing is working brill...
2003-06-17 stekkelRewritten addressparser
2003-06-13 stekkelin case of BYE response display errormessage
2003-06-12 stekkelAnother failsafe check which I missed. Thnx Erin.
2003-06-12 stekkelbetter error processing, immediate break out of the...
2003-06-11 ebullientalign cases so they're easier to find..
2003-06-11 stekkelfixed formatting, sjeesh that's realy dull work. Makes...
2003-06-11 stekkelextra safetycheck before we process group addresses
2003-06-11 stekkelRewrite of sqimap_read_data_list. This will raise perfo...
2003-05-25 kinkPrevent loop in parseAddress: if the address is invalid...
2003-05-23 stekkelMinor fixes in parseAddress and limit the returned...
2003-04-25 stekkelfix for addresses containing groups
2003-04-01 kinkencodingfixes by Marc
2003-03-29 philippe_mingoJon, please check this.
2003-03-10 janglissWeird locales seem to mess with uppercase i, and php...
2003-03-07 stekkelimproved encodeHeader function and decodeHeader handlin...
2003-03-01 stekkelin case of non sorting display newest messages first
2003-02-28 stekkelcharset encode / decode fixes
2003-02-06 stekkeladded RECENT response to result array of sqimap_get_sta...
2003-01-09 janglissAdded a check in sqimap_login to verify $onetimepad...
2003-01-09 ebullientThis makes more sense to me, and has been shown not...
2003-01-04 tassiumImproved error handling, especially for everyone whose...
2003-01-04 tassiumOk, I screwed up. When I put in cram-md5 and digest...
2002-12-31 kinkGetting ready for 1.4.0 RC1
2002-12-21 kinkAssorted fixes, courtesy Roberto De Luca && kink
2002-12-07 tassiumWith a little help from Marc (ok, a lot), CRAM-MD5...
2002-12-06 kinkXXS fixes, as in stable
2002-11-06 tassiumMerging in the tassium-auth branch.
2002-10-26 kinkMove error checking up
2002-10-26 kinkLanguage fix
2002-10-24 stekkelnice error messages
2002-10-24 stekkelerror check on imap_stream.
2002-10-23 kinkIf stream is FALSE also don't logout
2002-10-23 kinkIn sqimap_logout, check if we have a stream to logout to.
2002-10-17 stekkeltypo
2002-10-17 stekkeladded status function for getting total/unseen informat...
2002-10-06 stekkelsqsession_destroy
2002-09-21 kinkUpdate function directory to rg=0.
2002-09-10 indiri69More SM_PATH changes
2002-09-06 thomppjConverted all files in functions/ to use SM_PATH. This...
2002-08-28 stekkelFixes from Jason to sqimap_read_data.
2002-08-26 stekkelquick hack to remove the preg_match for * [0-9]+ FETCH...
2002-07-19 centaurixintegrated patch 403567 (from januar 2001 !!)
2002-07-14 jmunrorewrite of sqimap_read_data_list() see this for more...
2002-07-05 stekkelUID support
2002-03-30 philippe_mingoSome optimization on frequent loaded code.
next