[cvs] [Wiki] changed: ImpAutomaticDefaultFolderCreation

Wiki Guest wikiguest at horde.org
Wed Jun 7 11:32:03 PDT 2006


guest [64.9.120.91]  Wed, 07 Jun 2006 11:32:02 -0700

Modified page: http://wiki.horde.org/ImpAutomaticDefaultFolderCreation
New Revision:  1.1
Change log:  typo and missing content.. oops :)

@@ -1,7 +1,7 @@
 After scouring Google for several days looking for a solution to this common question, and after subtle prodding on the Imp mailing list, I decided to roll my own method of making IMP create the default sent, trash, drafts, and spam folders as defined in "horde/imp/config/prefs.php" the first time a user logs in.   This code was written for IMP 4.1.x.  
 
-What we need to do is create a Maintenance Task in the IMP The first thing we need to do is create a maintenance task.  This is done by creating a PHP script called "horde/imp/lib/Maintenance/Tasks/create_default_folders.php" which contains the following class:
+What we need to do is create a Maintenance Task in IMP similar to the default "tos_agreement" task.  The first thing we need to do is create a maintenance task.  This is done by creating a PHP script called "horde/imp/lib/Maintenance/Tasks/create_default_folders.php" which contains the following class:
 
 <code type="php">
 <?php
 class Maintenance_Task_create_default_folders extends Maintenance_Task {


More information about the cvs mailing list