Commit graph

14 commits

Author SHA1 Message Date
philippe_mingo
b630edc905 Operation "foo_once".
functions Folder
Step 1: Check file including and change it to the _once system.
2001-09-26 10:43:39 +00:00
Tyler Akins
041c15128a * To reduce on errors, I moved the includes for config.php and strings.php
into validate.php.
    = They (config/strings) were used eveywhere validate was used
    = Validate already included auth.php (which included i18n.php)
    = Now including just one file does a lot of stuff including loading
      SM config, validating data, and loading internationalization
    = Since we only include config.php once and not dozens of times, we could
      have a slight speed increase
2001-04-26 14:28:02 +00:00
Tyler Akins
0d0de5d238 * Got bored and copied all the validate.php and define() stuff to 1.1
* Cleaned up some code
* Fixed some typos
* Added a few files (documentation, translations)
* EAGERLY awaiting 1.1 to come out
* Made all global stuff "global $varname" so the new define() method we use
  will work properly (methinks)
2001-04-19 17:58:10 +00:00
lbergman
2614511432 replace with '' 2001-01-31 03:24:03 +00:00
Tyler Akins
de965920f1 Removed a lot of the warnings generated when PHP has all warnings enabled.
This is not done yet, but it is a VERY good start.
Added $Id$ tags to a lot of the files.
2001-01-30 17:22:38 +00:00
Luke Ehresman
65dc422fae * Removed sqimap_mailbox_close() function -- automatically expunges mailbox
when it closes.  Someone suggested that we use this, and I hadn't
    researched its functionality enough before implementing
* Made the $auto_expunge variable actually do something.
2001-01-09 01:12:47 +00:00
pallo
d55196673c Applied patch #102205 + some extra code to fix bug #121006. 2000-11-24 14:47:54 +00:00
Luke Ehresman
d8ad681aa8 added sqimap_mailbox_close() and implemented it for all sqimap_mailbox_select() 2000-08-10 14:51:36 +00:00
Luke Ehresman
e02cfd342e changed <? to <?php in everything 2000-04-11 23:19:53 +00:00
nehresma
0cdac7bd16 added fix for emptying trash where you don't actually delete the Trash folder,
but rather mark messages as deleted and expunge.  do delete the subfolders though.
2000-04-02 20:43:42 +00:00
nehresma
28f90b3d5d documentation added 2000-03-06 16:02:05 +00:00
nehresma
06bdb7ed96 took out some debugging code 2000-03-06 15:42:42 +00:00
Luke Ehresman
2fe25cf047 Fixed some bugs in folder deleting 2000-03-05 03:53:38 +00:00
nehresma
7373ae9b9e tree functionality 2000-03-04 21:24:13 +00:00