Commit graph

34 commits

Author SHA1 Message Date
Fredrik Jervfors
3b83c567dd Minor cleanups 2004-08-24 00:40:28 +00:00
Fredrik Jervfors
303d308968 XHTML fixes 2004-08-15 01:02:58 +00:00
Fredrik Jervfors
19a22bc61e Minor code clean up 2004-07-05 07:34:00 +00:00
Fredrik Jervfors
9d4db8b166 Phpdocumentor update - sed is your friend for these kinds of things ;) 2004-05-21 23:56:53 +00:00
alex-brainstorm
8d114e5072 When copying a folder to trash before deletion, check that the top folder name really contains the delimiter. 2004-03-26 12:02:30 +00:00
Thijs Kinkhorst
cde0377d36 We're living in 2004 now... perl is your friend for these kinds of things :) 2004-02-24 15:51:22 +00:00
Thijs Kinkhorst
2751145774 Add phpdoc doc blocks to some files. 2003-10-29 09:35:51 +00:00
tassium
9098cb73e4 Preparation to begin using phpdocumentor.
Added basic @package/@subpackage tags
The decode/ files were documented slightly more thoroughly, although they're almost self-explanatory anyway.

The individual functions in the functions/ files need to be documented though, and now that this commit is in, anyone willing to write docblocks for functions should get cracking ;)
2003-10-28 21:27:47 +00:00
stekkel
40b7e15ab2 CLOSE the selected mailbox (unselect) before we delete it.
Thnx Julia Goolia for spotting this.
2003-09-18 17:57:13 +00:00
Thijs Kinkhorst
75de52f258 Getting ready for 1.4.0 RC1 2002-12-31 12:49:43 +00:00
thomppj
9001d31cf8 Converted all files in functions/ to use SM_PATH. This will break all
plugins. Each callable script needs a:

  define('SM_PATH', '../../');

Or something like that put at the top.
2002-09-06 00:31:43 +00:00
stekkel
18daecd4bd fix for bug #596781 2002-08-19 07:39:09 +00:00
robsiemb
271ff2d72a make the failure to set the \Answered flag on a message when replying
non-fatal
2002-08-08 18:54:28 +00:00
philippe_mingo
8fe45b5bc5 Code Cleaning 2002-01-23 18:12:37 +00:00
thomppj
1e2a9cc5d0 Getting ready for 1.2.0 release. 2001-12-23 07:42:40 +00:00
thomppj
5d15361f1f Code cleanup brigage... 2001-12-02 09:33:02 +00:00
philippe_mingo
da2f3297dd ** -> * 2001-11-26 19:33:28 +00:00
philippe_mingo
d61b98077f Added (c) stuff and some formatting. 2001-11-21 18:38:12 +00:00
philippe_mingo
c3aed0d769 Some fixup:
- Operation foo_once step 2 (and final)
- Create folders bugfix
- None folder bugfix
- Fixed some tabs, structs etc.
- Added some (c) stuff
- Removed some debug stuff

This changes should result in a faster SM.
2001-11-20 20:08:28 +00:00
teepe
c2185d041e cleanup of all code using delimiter 2001-11-14 01:02:37 +00:00
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