-Version 0.1.2 --
-----------------------------------
+Version 0.2 -- January 02, 2000
+-------------------------------
+- Attachment support (better MIME support in general)
+
+
+Version 0.1.2 -- December 20, 1999
+-----------------------------------
- Date translation to local time
+- Rewrote folder fetching code universally
+- Added attachment detection (no downloads yet)
+- Fixed many minor bugs that were reported
Version 0.1.1 -- December 16, 1999
-----------------------------------
<?
// Organization's logo picture (blank if none)
- $org_logo = "../images/om_webmail.gif";
+ $org_logo = "../images/logo.jpg";
// Organization's name
- $org_name = "Operation Mobilization";
+ $org_name = "SquirrelMail";
// Webmail Title
// This is the title that goes at the top of the browser window
- $org_title = "OM-USA WebMail";
+ $org_title = "SquirrelMail $version";
// The server that your imap server is on
$imapServerAddress = "localhost";
$smtpPort = 25;
// This is displayed right after they log in
- $motd = " Welcome to OM's webmail system, SquirrelMail. We are currently in beta, and have not yet released a full version of SquirrelMail. Please feel free to look around, and please report any bugs to <A HREF=\"mailto:nathan@usa.om.org\">Nathan</A> or <A HREF=\"mailto:luke@usa.om.org\">Luke</A>.";
+ $motd = "";
+ $motd .= "You are using SquirrelMail's web-based email client. If you run into any bugs or have ";
+ $motd .= "suggestions, please report them to our <A HREF=\"mailto:squirrelmail-list@sourceforge.net\">mailing list</A>";
// Customizable colors
// You can define your own theme and put it in this directory. You must
These are tan colors
**/
- $color[0] = "9F8666"; // Light Gray
+ $color[0] = "B3B3B3"; // Light Gray
$color[1] = "800000"; // Red
$color[2] = "CC0000"; // Light Red
- $color[3] = "B79F7D"; // Left Background
- $color[4] = "D7BB93"; // Background
+ $color[3] = "006666"; // Left Background
+ $color[4] = "FFFFFF"; // Background
$color[5] = "FFFFCC"; // Light Yellow
$color[6] = "000000"; // Left Text
- $color[7] = "774712"; // Link
+ $color[7] = "0000CC"; // Link
$color[8] = "000000"; // Text
- $color[9] = "8B6E50"; // Darker light gray
+ $color[9] = "999999"; // Darker light gray
$color[10] = "666666"; // Darker light gray
$color[11] = "770000"; // Special folder color
?>
echo " <FONT FACE=\"Arial,Helvetica\"><A HREF=\"folders.php\">Folders</A></FONT>  ";
echo " <FONT FACE=\"Arial,Helvetica\">Options</FONT>  ";
echo " </TD><TD ALIGN=right WIDTH=30%>";
- echo " <FONT FACE=\"Arial,Helvetica\"><A HREF=\"http://adam.usa.om.org/~luke/main.php3\" TARGET=_top>Todos & Bugs</A></FONT>  ";
- echo " <FONT FACE=\"Arial,Helvetica\">Help!</FONT>";
+ echo " <FONT FACE=\"Arial,Helvetica\"><A HREF=\"http://squirrelmail.sourceforge.net\" TARGET=_top>SquirrelMail</A></FONT>";
echo " </TD>";
echo "</TABLE>";
}
}
/* SquirrelMail version number -- DO NOT CHANGE */
- $version = "0.1.2";
+ $version = "0.2";
?>