2003-06-29 |
jangliss | *** empty log message ***
|
commit | commitdiff | tree |
2003-06-27 |
jangliss | Little bit of a tidy up. Code should be more efficient...
|
commit | commitdiff | tree |
2003-06-27 |
jangliss | Looks like somebody commented out the reference headers...
|
commit | commitdiff | tree |
2003-06-26 |
jangliss | Fixes bug #548189. The code was checking for the nickname...
|
commit | commitdiff | tree |
2003-06-23 |
jangliss | Too many spaces, makes the folder spacing look... odd...
|
commit | commitdiff | tree |
2003-06-21 |
jangliss | UW sends \NoSelect in LIST and not in LSUB, which is...
|
commit | commitdiff | tree |
2003-06-19 |
jangliss | Now that I have seemed to have fixed the INBOX issue...
|
commit | commitdiff | tree |
2003-06-18 |
jangliss | Forgot that $lsub_ibx[0] would be unset if LSUB didn...
|
commit | commitdiff | tree |
2003-06-16 |
jangliss | Eugh, this code is getting messy, can somebody verify...
|
commit | commitdiff | tree |
2003-06-15 |
jangliss | Back again... should have looked at my exchange window...
|
commit | commitdiff | tree |
2003-06-15 |
jangliss | UW can return a slightly different format for the LSUB...
|
commit | commitdiff | tree |
2003-06-15 |
jangliss | Need this check, otherwise some weird stuff occurs...
|
commit | commitdiff | tree |
2003-06-15 |
jangliss | Couple of tweaks... must include inbox otherwise it...
|
commit | commitdiff | tree |
2003-06-15 |
jangliss | Moved the INBOX check higher to save code duplication...
|
commit | commitdiff | tree |
2003-06-13 |
jangliss | More updates to the folder list. Allowed for user...
|
commit | commitdiff | tree |
2003-06-13 |
jangliss | Changed the default behaviour to use Marc's experimental...
|
commit | commitdiff | tree |
2003-05-25 |
jangliss | ChangeLog update
|
commit | commitdiff | tree |
2003-05-25 |
jangliss | Non-ascii characters caused problems with SVN function...
|
commit | commitdiff | tree |
2003-04-27 |
jangliss | Typo making '">' and argument, and probably messing...
|
commit | commitdiff | tree |
2003-04-19 |
jangliss | Update
|
commit | commitdiff | tree |
2003-04-19 |
jangliss | functions/global.php already strips slashes. Having...
|
commit | commitdiff | tree |
2003-04-19 |
jangliss | Fixed compose so that disabling sent folders now disables...
|
commit | commitdiff | tree |
2003-04-14 |
jangliss | Empty $mailbox causes sent append to break.
|
commit | commitdiff | tree |
2003-04-01 |
jangliss | E_ALL error I'd never have noticed if cvs hadn't screwed...
|
commit | commitdiff | tree |
2003-03-27 |
jangliss | Fix for infinite loop when trying to decode multi-part...
|
commit | commitdiff | tree |
2003-03-26 |
jangliss | PHP 4.3.x prefs fix for db based prefs.
|
commit | commitdiff | tree |
2003-03-25 |
jangliss | And again... another PHP 4.3 fix
|
commit | commitdiff | tree |
2003-03-25 |
jangliss | Still getting complaints about this outputting plain...
|
commit | commitdiff | tree |
2003-03-25 |
jangliss | A couple of fixes for PHP 4.3.x. This should allow...
|
commit | commitdiff | tree |
2003-03-22 |
jangliss | Lets see if this prefs fix works for now. Will do...
|
commit | commitdiff | tree |
2003-03-11 |
jangliss | Pulling out JS in options setup. Paul, did you want...
|
commit | commitdiff | tree |
2003-03-10 |
jangliss | Weird locales seem to mess with uppercase i, and php...
|
commit | commitdiff | tree |
2003-03-10 |
jangliss | Update changelog to reflect updates in compose
|
commit | commitdiff | tree |
2003-03-10 |
jangliss | Fixed attachments issue... Seemed that the session...
|
commit | commitdiff | tree |
2003-03-08 |
jangliss | A few more unnecessary urldecodes when not needed....
|
commit | commitdiff | tree |
2003-03-08 |
jangliss | I'd like my settings to stay on login... we need a...
|
commit | commitdiff | tree |
2003-03-08 |
jangliss | Changelog update
|
commit | commitdiff | tree |
2003-03-08 |
jangliss | DMN now remembers the last target mailbox to match...
|
commit | commitdiff | tree |
2003-03-07 |
jangliss | Fixed incorrect decoding of mailbox name... $_GET vars...
|
commit | commitdiff | tree |
2003-03-05 |
jangliss | No check to make sure logo is set... login.php verifies...
|
commit | commitdiff | tree |
2003-02-24 |
jangliss | Alternating reply colours... makes things easier to...
|
commit | commitdiff | tree |
2003-02-20 |
jangliss | Silly me, functions require () to work.
|
commit | commitdiff | tree |
2003-02-07 |
jangliss | Updates to reflex removal of sqextractGlobalVar
|
commit | commitdiff | tree |
2003-02-07 |
jangliss | Remove the unnecesary sqextractGlobalVar function,...
|
commit | commitdiff | tree |
2003-02-06 |
jangliss | Another XSS problem, carefully constructed X-Mailer...
|
commit | commitdiff | tree |
2003-01-24 |
jangliss | More XSS fixes
|
commit | commitdiff | tree |
2003-01-17 |
jangliss | For a more 'professional' look, using broken instead...
|
commit | commitdiff | tree |
2003-01-14 |
jangliss | I thought the hook login_form was supposed to be part...
|
commit | commitdiff | tree |
2003-01-09 |
jangliss | Added a check in sqimap_login to verify $onetimepad...
|
commit | commitdiff | tree |
2002-12-19 |
jangliss | Adjustment to the $attachment_common_type setup as...
|
commit | commitdiff | tree |
2002-12-17 |
jangliss | Lets see if we can get this cookie thing right this...
|
commit | commitdiff | tree |
2002-12-16 |
jangliss | And again... need to destroy cookies as they are created
|
commit | commitdiff | tree |
2002-12-14 |
jangliss | Sync'ing global.php with stable to fix multi-session...
|
commit | commitdiff | tree |
2002-11-29 |
jangliss | Session fix ported from stable, should fix DMN plugin...
|
commit | commitdiff | tree |
2002-11-18 |
jangliss | E_ALL fix for mail_fetch
|
commit | commitdiff | tree |
2002-11-18 |
jangliss | Okay... *this* is the one with debugging code, the...
|
commit | commitdiff | tree |
2002-11-18 |
jangliss | Try again without debug code
|
commit | commitdiff | tree |
2002-11-18 |
jangliss | Added port check to make sure it is set otherwise this...
|
commit | commitdiff | tree |
2002-11-18 |
jangliss | More typoes... brain isn't with it
|
commit | commitdiff | tree |
2002-11-18 |
jangliss | Ooups... typo
|
commit | commitdiff | tree |
2002-11-18 |
jangliss | Allow mail_fetch plugin to use a different port
|
commit | commitdiff | tree |
|