Fixed the issue where inbox showed up in the lsub response with a \NoSelect
[squirrelmail.git] / functions / imap_mailbox.php
2004-02-26 stekkelFixed the issue where inbox showed up in the lsub respo...
2004-02-25 kinkTweak the LSUB INBOX regexp to allow for only 1 space...
2004-02-25 kinkFix the display of a subfolder "foo.inbox" aswell.
2004-02-25 kinkRequire whitespace in the LSUB before the mailbox name...
2004-02-24 kinkWe're living in 2004 now... perl is your friend for...
2004-01-28 ebullientAdded function to update arrays etc for DMN.
2004-01-05 pdontthinkChange to new hook function, as elsewhere in same file
2003-11-10 stekkel* first unsubscribe before we delete
2003-10-29 kinkAdd some basic documentation, and remove some long...
2003-10-28 tassiumPreparation to begin using phpdocumentor.
2003-09-04 tassiumNew hook function: boolean_hook_function(), which is...
2003-08-22 alex-brainstormadvanced_tree: sort mailboxes naturally, handle special...
2003-08-17 alex-brainstormreplace htmlentities() with htmlspecialchars() since...
2003-07-30 alex-brainstormMailbox names are html encoded in select/option and...
2003-07-28 stekkelremove the % from the LSUB request because we do not...
2003-07-28 stekkelDisable \NoSelect flag for INBOX.
2003-07-23 alex-brainstormremoved encode_mailbox_name() and changed calls since...
2003-07-17 janglissShould have checked in further details what the possibl...
2003-07-17 janglissWhen using sent subfolders, the special folder option...
2003-07-11 alex-brainstormoldway=false : Fix forged LSUB response triggered by...
2003-07-11 alex-brainstormFix literal and duplicate mailbox names
2003-07-10 stekkelRemove check for INBOX. If inbox isn't in the LSUB...
2003-07-04 alex-brainstormfix mailbox list (noselect and array_values)
2003-07-03 stekkelHopefully fixed pipelined responses, I did something...
2003-06-29 stekkelTo many problems with this regex call. using \\\\ inste...
2003-06-29 stekkelalways check total messages for the trash_folder so...
2003-06-29 stekkelrequest LIST calls / mailbox and STATUS info by using...
2003-06-28 stekkelMake skiplist check casesensitive
2003-06-28 stekkelmake use of sqimap_run_command instead of forbidden...
2003-06-21 janglissUW sends \NoSelect in LIST and not in LSUB, which is...
2003-06-19 stekkelDo utf7 decode after we created the tree, otherwise...
2003-06-19 janglissNow that I have seemed to have fixed the INBOX issue...
2003-06-18 janglissForgot that $lsub_ibx[0] would be unset if LSUB didn...
2003-06-18 stekkelimap_utf7 decoding of mailboxes (mailbox-tree)
2003-06-16 janglissEugh, this code is getting messy, can somebody verify...
2003-06-15 janglissBack again... should have looked at my exchange window...
2003-06-15 janglissUW can return a slightly different format for the LSUB...
2003-06-15 janglissCouple of tweaks... must include inbox otherwise it...
2003-06-15 janglissMoved the INBOX check higher to save code duplication...
2003-06-15 ebullientCorrected display (on Courier at least) of mailboxes...
2003-06-13 kinkE_ALL notice removal
2003-05-01 ebullientUW Folder badness take two.
2003-05-01 ebullientAdditional tweaks for folder create/rename/delete displ...
2003-05-01 ebullientFirst crack at 725443.
2003-04-14 janglissEmpty $mailbox causes sent append to break.
2003-03-10 kinkFix copyerror, this eliminates some warnings of undefin...
2003-02-24 stekkellot's of fixes:
2003-02-07 ebullientFix for 636577.
2003-01-10 tassiumRemoved function sqimap_mailbox_has_children() from...
2003-01-09 tassiumFixed left_main.php to show purge link for trash if...
2002-12-31 kinkGetting ready for 1.4.0 RC1
2002-11-14 stekkelfix for checking specialmailboxes.
2002-10-28 kinkOf course the real fix for using utf7-functions inconsi...
2002-10-28 kinkFix inconsequent use of utf7_encode which causes proble...
2002-10-28 kinkMerge utf7_decode_local and utf7_encode_local into...
2002-10-26 kinkObsolete array.php
2002-10-24 indiri69Some code cleanups.
2002-10-24 sizzlingmercuryFolder Selection changes integrated from sizzle-ui...
2002-10-18 stekkelspeed improvements
2002-10-18 stekkelspeed improvements mailbox_list. Need testing before...
2002-09-17 robsiembmore noselect fixes
2002-09-17 robsiembdon't STATUS a mailbox that isn't selectable
2002-09-06 thomppjA terrible pile of things done to the code. Did a littl...
2002-09-06 thomppjConverted all files in functions/ to use SM_PATH. This...
2002-08-29 robsiembcorrectly detect \Noselect in LSUB responses, and set...
2002-08-26 philippe_mingoMarc check this.
2002-07-21 jmunrofix for bug #578156
2002-07-05 stekkelfix for expunge with UID in the sid
2002-07-05 stekkelmodified sqimap_expunge to return the number of expunge...
2002-07-03 stekkelput all the information returned from a select in the...
2002-06-17 jmunrofix for bug #559257
2002-06-11 jmunrothis is a fix for the LSUB with a % when getting the...
2002-06-02 kinkRemove $boxesnew from global to make new way of getting...
2002-05-27 jmunrofix for folders with '*'. bug #552180
2002-05-23 stekkelrestore imap_utf7 encoding
2002-05-23 stekkelfix for alternative mailbox-tree
2002-05-17 stekkelfix for mailboxes with trailing delimiter in the new...
2002-05-16 centaurixpatch #551871 for feature request #545070 from Stefan...
2002-05-16 stekkelfixed missed folder_prefix in new mailboxtree
2002-05-15 stekkelAdded new experimental functions for mailbox-tree's
2002-04-02 jmunrothread sort view is now saved per folder thanks Robert...
2002-03-24 philippe_mingoNon-ascii characters caused problems with SVN function...
2002-03-23 philippe_mingoOptimization:
2002-03-19 jmunrofixed a problem with preg_match when mailbox delimiter...
2002-03-19 jmunroa little more clean-up
2002-03-19 jmunrotweaking special folder sub folder fix
2002-03-19 jmunrofix orphaned subfolders on the folder list when they...
2002-03-16 indiri69Tons of formatting changes by Jon Tai.
2002-03-12 jmunrofilter fix on folder/rename is back in. added hooks...
2002-03-12 jmunrotook out filter fix for folder rename/delete. its broken
2002-03-03 ullgrenMade SquirrelMail display \Noselect nodes in Cyrus...
2002-03-02 simondClear out tabs for proper spaces
2002-03-02 jmunromoved filter update on folder rename/delete to
2002-02-28 jmunrofix for bug #512056, update filters when renaming/delet...
2002-02-26 jmunrofixes "orphaned" sub folders when renaming parent folder
2002-02-19 philippe_mingoUpon Aaron and Bernard request this is a very simple...
2002-02-13 ullgrenminor spelling error
2002-02-13 philippe_mingoMarc variant for the messages flags.
2002-02-09 philippe_mingoMDN
2002-01-31 philippe_mingoSorry, last commit broke the code. I had to make a...
next