Luke Ehresman
4a6ff6d6d7
added config option to specify the IMAP folder delimiter, rather than
...
autodetecting all the time (which doesn't work on some servers, apparently)
2000-12-06 15:01:52 +00:00
Luke Ehresman
83123540e4
- fixed bug in conf.pl where no default was set for $force_username_lowercase
...
- fixed bug in download.php that didn't display rtf correctly
2000-12-06 13:22:42 +00:00
Luke Ehresman
3d73002fa2
fixed bug that added index.php as a theme when autodetecting
2000-11-01 21:53:46 +00:00
pallo
b1efb67f96
Made sure nobody tries to run conf.pl as a CGI-script.
2000-10-24 13:05:51 +00:00
Tyler Akins
c535c50deb
Bug 116811 - login usernames are not case sensitive but prefs files are
...
Added option to convert usernames transparently to lowercase, defaulted it
to off. Username is converted before preferences are loaded/set and before
hooks are called.
2000-10-17 18:15:35 +00:00
Tyler Akins
856f2c924c
Changed some prompts a little to show the default options.
2000-10-16 16:04:58 +00:00
Tyler Akins
5718fe38a2
When two or more installations of SquirrelMail use symbolic links to
...
the plugins directory, you can configure them separately and correctly.
Removed chdir() call in conf.pl.
2000-10-16 15:44:19 +00:00
Luke Ehresman
cf8bc5ef5e
fixed a minor bug in invert_time stuff in conf.pl. It gave a parse error
...
if nothing had been set: $inverse_time = ; -- changed to:
$inverse_time = false;
2000-10-10 15:17:49 +00:00
Tyler Akins
faeaaa46e6
Adds a config option to invert the time for Solaris machines in the US.
2000-10-10 13:11:12 +00:00
Luke Ehresman
a61ad45b34
patched conf.pl to include theme_css support
2000-10-02 15:57:51 +00:00
Luke Ehresman
4468e95b99
Changed version number
...
added patches from Tyler Akins to fix hyperlink rendering
2000-09-19 15:11:35 +00:00
gpadgham
6c8250c94b
-fix for Bug 112604
...
-$sendmailPath was being written by conf.pl while $sendmail_path was being referenced by src/smtp.php
2000-08-24 12:48:02 +00:00
Luke Ehresman
b426710f20
tweaked conf.pl
...
added patch from Bill Thousand to allow sending with virtual domains
(see smtp.php for more info in function sendSMTP)
2000-08-14 20:20:31 +00:00
Luke Ehresman
09c786e2d0
added no color option in conf.pl
2000-08-11 16:36:49 +00:00
Luke Ehresman
25cb9fb404
made plugin installation much easier
2000-08-07 10:12:38 +00:00
Luke Ehresman
b0bfc1c870
made the sendmail/smtp option more clear
2000-08-04 15:17:38 +00:00
Luke Ehresman
d1bc9ef85e
- Fixed bug when one message left in message index, displayed wrong one
...
- Added MOTD back in
2000-08-01 10:58:39 +00:00
Luke Ehresman
c7703c06b8
fixed some bugs in url parsing, and in conf.pl
2000-08-01 10:18:27 +00:00
Luke Ehresman
9d36327160
- fixed bug when deleting last message, sends you to previous list
...
- fixed bug about translate_text missing an argument
- added functionality in conf.pl to detect themes
- fixed a number of <? to be <?php
2000-07-31 14:24:37 +00:00
Luke Ehresman
2245a47d18
- added more hooks
...
- updated documentation on plugins to include a list of hooks
- added info in plugin.txt on how to use "options" in your plugins
2000-07-30 15:06:26 +00:00
Luke Ehresman
5f7ac816ff
- fixed some poorly formed HTML
...
- made conf.pl a bit smarter in detecting themes directory
- added "configure" which points to config/conf.pl
2000-07-29 16:50:28 +00:00
Luke Ehresman
43ab206ec0
added config file versions so conf.pl can detect if you are using a
...
config file from an old version of SquirrelMail and warn you.
2000-07-29 14:26:39 +00:00
Luke Ehresman
dc9e76994f
- fixed renaming folders, now renames subfolders as well
...
- added some new documentation
themes/README.themes
plugins/README.plugins
doc/themes.txt
- moved themes to themes/ directory, added checking in load_prefs
- revaped help system:
- .hlp files are in xml format
- doesn't pop up new window (netscape/ie specific)
- a bit more navigationable
- context-sensative
- updated help documentation
2000-07-26 11:07:07 +00:00
Luke Ehresman
070bd0e7cb
- added a hook at beginning of left_main
...
- added plugin options in conf.pl
2000-07-25 13:16:15 +00:00
Luke Ehresman
39d197190c
you can now have more than 10 ldap servers and themes, bug fixed!
2000-07-24 16:39:59 +00:00
Luke Ehresman
f26ada49d8
fixed bug in conf.pl that didn't let you have more than 10 themes
...
removed unnecessary condition in download.php
2000-07-15 12:30:20 +00:00
Luke Ehresman
929a043391
- added "High Contrast" theme submitted by Casey A. Peel <cpeel@localhost.localdomain>
...
- fixed a few things in mime.txt
- added configurable message statuses on folder list
2000-07-14 08:36:15 +00:00
Luke Ehresman
b849651bb9
- fixed bugs in conf.pl, removed some unnecessary options
...
- tweaked UI in a few more places
- made fonts larger when viewing full header
2000-07-12 11:01:46 +00:00
Luke Ehresman
cb9a59a769
- fixed bugs in sorting by from and subject
...
- After login, you go to INBOX, not the welcome screen
- worked out some more bugs in conf.pl
- subscribe/unsubscribe can select multiple folders at one time
- made empty trash happen on left side so you stay where you are
- standardized look and feel a little bit more
- fixed problems with renaming of folders
2000-07-10 09:22:44 +00:00
Luke Ehresman
3a26375167
Made some changes to the way that attachments are downloaded -- changed the
...
content-type to "application/octet-stream" so that it will always get downloaded.
If it is an image, it has a "view" button beside it for convenience, and that
will load the picture in the browser.
Updated the configuration script, and documentation on mime
2000-06-30 15:17:20 +00:00
Luke Ehresman
5bb18f1127
Rewrote MIME support and made it much, MUCH quicker. All parsing of the
...
messages are now handled on the IMAP server, rather than inside PHP, which
makes it about 20x faster (literally).
2000-06-21 16:09:37 +00:00
Luke Ehresman
c292629da4
fixed bugs
2000-05-13 04:30:12 +00:00
Luke Ehresman
1af7e269a9
fixed problem with usort getting bad data in some instances
2000-05-04 20:59:39 +00:00
Luke Ehresman
13bf7c3644
basic html address book
2000-05-03 15:55:47 +00:00
Luke Ehresman
e0a4d18218
fixed some bugs with sent/trash defaults
2000-04-30 19:19:30 +00:00
Luke Ehresman
65e0c87562
updated config script with defaults
2000-04-21 22:36:16 +00:00
Luke Ehresman
454df37188
Removed special folders, made them user preferences
2000-04-21 21:36:59 +00:00
Luke Ehresman
31f2383d96
updated bug file
2000-04-20 13:43:58 +00:00
Luke Ehresman
958f343c44
bugfixes in conf.pl
2000-04-19 14:48:16 +00:00
Luke Ehresman
f2344e86db
updated cofnig script
2000-04-19 03:01:47 +00:00
Luke Ehresman
9f46ec91ca
updated config script
2000-04-19 02:50:56 +00:00
Luke Ehresman
21f468a0dc
fixed the problem with us not being RFC complient for courier
2000-04-18 00:28:16 +00:00
Luke Ehresman
61b7048566
updated config script
2000-04-16 20:22:26 +00:00
Luke Ehresman
f4cab0de8e
added the BUG file, updated config script
2000-04-15 15:34:37 +00:00
Luke Ehresman
1bd03dd251
updated config script, and added 2 people to AUTHORs file
2000-04-15 06:25:34 +00:00
Luke Ehresman
c14c143dc8
added many speed improvements
2000-04-14 01:15:43 +00:00
Luke Ehresman
b33eecd2dd
added a configure script
2000-03-30 02:05:07 +00:00