Commit graph

347 commits

Author SHA1 Message Date
tokul
96116ed329 moving isset test to same place as others 2004-11-14 17:32:53 +00:00
tokul
2c7f79e0f1 spellcheck and some comments 2004-11-01 18:28:26 +00:00
tokul
1c0b53d316 adding phpdoc blocks in addressbook classes (one more backend to go)
adding global file based address book support.
global_file backend removed (code reuse)
administrator plugin still need some mods, but it is dark outside and i'll
finish it later.
2004-11-01 17:59:53 +00:00
Thijs Kinkhorst
68bcc3041d - Make the SMTP auth detection more RFC-compliant (send HELO, enclose
MAIL FROM and RCPT TO addresses in brackets); this makes it work better
with stricter MTA's.
- Use example.com as the example domain as per RFC 2606.
2004-09-13 09:40:49 +00:00
tokul
b7d636673e me bad. loose but lossy. 2004-09-01 16:37:57 +00:00
tokul
c519c0b117 removed language codes from conf.pl. List is too big.
$default_charset can be used to change charset of English translation.
2004-08-31 17:27:10 +00:00
Thijs Kinkhorst
84544c1d47 Remove erroneous use of pipe in regexps. Since this doesn't cause any known
real bug, I won't backport it to stable unless that situation changes.
2004-08-30 07:41:34 +00:00
tokul
4ac56e5965 agresive_decoding changed to aggressive_decoding.
added loosy_encoding to conf.pl and other configuration scripts.
added phpdoc since tags to some options.
2004-08-27 12:46:59 +00:00
Fredrik Jervfors
9356924c87 Aesthetic fix 2004-07-28 15:00:26 +00:00
alex-brainstorm
d69d05737b Fix allow_advanced_search following Tomas' comments 2004-05-04 19:04:32 +00:00
alex-brainstorm
3dfe6bcf6f Fix typos for allow_advanced_search 2004-05-03 09:13:27 +00:00
Thijs Kinkhorst
bab4bf06f1 Escape theme name so it can be "Admin's Favourite" without parse errors in config.php
(closes #805309)
2004-05-01 13:33:34 +00:00
centaurix
03967ca51e added conf.pl support for advanced search functionality
you can have both forms, only advanced search or disable it.
2004-04-28 07:48:12 +00:00
stekkel
800cac7d1f rollback. To many dependencies. I thought there was only one, but forgot
about the code mess.
2004-04-22 20:14:10 +00:00
stekkel
574d72985c $enable_server_sort => $disable_server_sort.
Default we enable server sort and disable it in SquirrelMail if the capability string
does not contain the SORT extension.
2004-04-22 18:14:25 +00:00
tokul
6944574707 Adding option to default config.
Adding option for users that use /usr/sbin/sendmail
2004-03-30 16:38:48 +00:00
Erin Schnabel
c95bd9c564 Add SMTP setting to suppress SquirrelMail Received: header..
(may cause some email to be marked as spam if originating server
has dynamic IP, etc)
2004-03-27 23:27:29 +00:00
tokul
7644e4351f reverting the change. thanks Chris. 2004-03-15 07:09:50 +00:00
tokul
47150f486e width and height are integers 2004-03-14 10:58:27 +00:00
Thijs Kinkhorst
2d401fd106 Remove obsolete UID support conf.pl code. 2004-03-13 13:51:02 +00:00
Thijs Kinkhorst
ee9ef6704f Move configtest.php script to src/, because it will be called directly
by the browser. Unfortunately, CVS doesn't support moving files (unlike
Subversion).
2004-02-28 13:48:39 +00:00
Thijs Kinkhorst
459fd5efba Add some pointers to configtest.php in conf.pl and the documentation, so it
will be more visible and thus tested.
2004-02-24 13:59:14 +00:00
pdontthink
e809e3c445 Corified Msg_Flags plugin, along with Jimmy's icon themes 2004-02-24 13:23:33 +00:00
tokul
48ad0043fc 1. added non anonymous ldap binding patch. (thanks to Ilyak Kasnacheev <ilyak at online.ru>)
2. added ldap protocol version binding. (bug no. 829929)

3. cleaned administrator plugin options

4. added global sql address book support. Obsolates MySQL address book plugin (http://www.squirrelmail.org/plugin_view.php?id=104).
2003-12-26 09:13:37 +00:00
Jimmy Conner
9d5770a2ea Back out support for using SM without Frames 2003-12-01 21:56:59 +00:00
Erin Schnabel
b65a281139 Move the Frames options to screen 11 (Tweaks) as the interface tweaks there
are a more appropriate place than General.
2003-12-01 20:07:45 +00:00
Jimmy Conner
742afd5b0e Added support for using Squirrelmail without frames
(With many thanks to Jason Wickers (jwickers at scs.wsu.edu))
----
There are still a few minor things to iron out, but overall
it works fairly well at this point.  Any plugin that calls
DisplayPageHeader() will now have to replace their </body></html>
with a simple call to noframes_bottom() to be compatible...
(Possibly rename that function to DisplayPageFooter in the future)
2003-12-01 18:51:07 +00:00
tokul
6d759a7deb fixed two question errors 2003-10-25 13:28:49 +00:00
tassium
d73be26326 Need to escape $oldway in the print statement.
I _really_ do not like the name and description on this one; it confuses me and I know what it does.
2003-10-16 16:41:16 +00:00
tokul
4a4b2866ca same strings in to options 2003-10-13 18:26:56 +00:00
tokul
c4b55deeb4 boolean should be entered without quotes. missed that. 2003-10-13 17:32:44 +00:00
tokul
3fb1f4585c Adds language options in config.
Allows limiting number of available languages.
Two fixes in administrator plugin (global $version and colcpan=2i)
2003-10-13 16:56:34 +00:00
tassium
a88a1754d6 Removed code that forces $uid_support = true, since it is now done in functions/global.php. 2003-09-30 19:26:32 +00:00
tassium
3ee4ee358f conf.pl no longer offers to detect auth methods if TLS is enabled. 2003-09-29 21:11:34 +00:00
tassium
f63241e700 Removed UID support as a toggleable option.
Forced $uid_support = true;
2003-09-24 13:48:00 +00:00
tassium
160ebd3c07 By request, SASL PLAIN for IMAP and SMTP.
I did not add detection to conf.pl, perhaps later..
2003-09-23 18:06:12 +00:00
tassium
9eea5cf71a Tentative support for mercury/32 as a preset.
For reference, the values I used were taken directly from a message on the squirrelmail-users list.  See Message-ID: <007e01c37a6c$ebab8910$b700a8c0@tora> in the archives for details.

If you use Mercury, now would be a good time to double-check the defaults I've put in.
2003-09-15 14:05:31 +00:00
Erin Schnabel
ad09363445 Change that darn dratted auto-purge folders when you delete 'em thing with
Courier. Sometimes it works with Courier, but it seems that more often than
not, Courier complains if you try to delete a folder and send it to Trash
(seems like we don't close or unselect the folder after copying the contents
to Trash but before we try to delete it).

In any case, since subfolders of trash Will technically work, my safety
don't shoot yourself comments aren't really appropriate.

Also flipped the question on it's head, so it will hopefully make more sense
(value stored is the same, just turned the question upside-down).
2003-07-17 06:42:30 +00:00
tassium
1bf647396d Server defaults now include force_username_lowercase as appropriate.
(Cyrus & Courier = false, Exchange & UW = true)
The only one we don't have is macosx, but that's because I don't have one of those to test with.
2003-06-19 15:43:10 +00:00
Thijs Kinkhorst
ef86e97ccd Make this test accept uppercase values, eg as supplied by administrator
plugin (fixes #734895).
2003-05-18 11:52:50 +00:00
Erin Schnabel
03d9228d3d Added patch 717651 2003-04-10 00:40:08 +00:00
Erin Schnabel
f280cfe8d7 Clarification of messages for restricted settings with
Courier-IMAP and UW-IMAP
2003-04-08 01:01:02 +00:00
Erin Schnabel
ec45e1a274 Re-add the outside-of-the-SM-Tree handling that I somehow dropped
from change_to_SM_path().
2003-04-08 00:26:42 +00:00
Erin Schnabel
f8ea993189 Bug 437140
Support MS cls
2003-04-04 04:32:49 +00:00
pdontthink
42baa39a3e Removed accidental duplication of several lines in data directory input section. 2003-02-15 11:21:16 +00:00
Erin Schnabel
4432283b71 Changes for Folder Deletion:
+ "Don't delete folder.." option changed to
    "Folder Deletion Bypasses Trash" to make it more obvious what yes means.
  + Changed auto configuration values for UW and Courier IMAP -
    these two servers should always "bypass Trash" when deleting folders,
    as neither allow subfolders in Trash.
  + Cleaned up initial theme display because it was annoying.
  + Changed behavior of "edit name" option, to make it a sub-option of
    "edit identity" since the values are tied together.

Maybe someday I'll remember to add these things to the damn changelog.
2003-02-08 02:50:50 +00:00
Erin Schnabel
9ef652583a use Perl's function for this. Don't know what I was thinking. 2003-02-03 22:31:13 +00:00
Erin Schnabel
17b2e6bce4 Better way to fix conversion stuff for windows paths.. 2003-02-02 17:47:16 +00:00
Erin Schnabel
34a111296a Tweaks to resolve various path issues.
I think this solves problems with images/css specifications
(more updates to directions than changes of behavior).
The one piece I'm not sure is completely fixed is the Windows
issues (i.e. c:\path\to). Will post to list for person to test.
2003-02-02 06:25:17 +00:00
tassium
d1cc599af5 Ok, I screwed up. When I put in cram-md5 and digest-md5, I left the alternative as being "plain", which is a misnomer. There really IS a mechanism called "plain", and what we're doing isn't it. So I've renamed our "plain" to "login".
For IMAP, it uses the IMAP4rev1 "LOGIN <user> <pass>" syntax.
For SMTP, it uses the AUTH LOGIN (two-step) method.
2003-01-04 06:01:26 +00:00