Commit graph

1082 commits

Author SHA1 Message Date
simond
dc26a6eba2 PostgreSQL should now work as a db prefs backend (and fix alterable field names) 2002-03-03 14:18:57 +00:00
Pontus Ullgren
420220e4d7 Made SquirrelMail display \Noselect nodes in Cyrus also made it
impossible to try to delete \Noselect nodes. (patch #452178)
2002-03-03 13:39:39 +00:00
simond
17f36392d0 Clear out tabs for proper spaces 2002-03-02 20:31:04 +00:00
jmunro
a58aee2606 based on bug report #497148. Limits alias expansion functions to local addressbook lookups. 2002-03-02 07:41:10 +00:00
jmunro
0dbbf72335 moved filter update on folder rename/delete to
the filter plugin (sorry folks).
2002-03-02 05:29:16 +00:00
simond
e8a23e0ab1 Add support for renaming db prefs fieldnames (this doesn't add postgres support, but that's on it's way next 2002-03-01 09:01:35 +00:00
jmunro
13f321176e fix for bug #512056, update filters when renaming/deleting folders 2002-02-28 23:15:27 +00:00
jmunro
1c7b042b32 added global $body to formatBody function, fixes translate plugin. 2002-02-28 20:19:20 +00:00
indiri69
196981122a Patch to fix several problems in MagicHTML.
1. Now recognizes comments that dont have a space between <!-- and the text.
2. Fixed typo from EMBB to EMBE to handle EMBED tags.
3. Fixed BASE so it doesn't mangle BASEFONT tags.
2002-02-27 22:44:43 +00:00
jmunro
d48d0885e5 fixes "orphaned" sub folders when renaming parent folder 2002-02-26 06:22:03 +00:00
philippe_mingo
5b17760392 Sorry for the bug 2002-02-25 19:24:19 +00:00
philippe_mingo
76b37919d6 "Marc Groot Koerkamp" <marc@its-projects.nl> patch for greek enconding. 2002-02-25 18:54:20 +00:00
simond
52cf1b1aba Fix filename 2002-02-25 18:29:56 +00:00
teepe
c1e9ee3215 I applied the patch proposed in (patch #516542)
https://sourceforge.net/tracker/index.php?func=detail&aid=516542&group_id=311&atid=300311

please all: be alert whether as to stripping dangerous html is still fully functional
2002-02-24 21:58:51 +00:00
simond
5b31d9c211 Fix problem reported by Aleksander Piotrowski 2002-02-23 09:39:44 +00:00
teepe
52a1dd0287 going on -- defrost 2002-02-22 13:14:57 +00:00
teepe
46b342a9d6 getting ready for 1.2.5 2002-02-22 13:03:34 +00:00
teepe
76849489c8 multipart/mixed patch of Seth ER 2002-02-22 12:24:17 +00:00
Bron Gondwana
555826258e Fix little bug where base_uri is '/' causing the 'Please Login' URL to
redirect to //src/login.php - which maps to http://src/login.php, and
I don't have a hostname 'src' on my network!
2002-02-22 10:15:18 +00:00
teepe
044df18388 fix of David Rees 2002-02-19 23:15:59 +00:00
thomppj
a278b28fa9 Prettied up hide/view unsafe images commands... 2002-02-19 16:16:08 +00:00
Bron Gondwana
3156563fe5 Added a link allowing you to view all 'removed for security reasons' images
for this specific message.  It is only shown when at least one message has
been removed.  (because people want it, including me!)

Strings "View unsafe images" and "Don't view unsafe images" for the
translators.
2002-02-19 12:37:45 +00:00
philippe_mingo
c69d34e447 Upon Aaron and Bernard request this is a very simple single pass caching
of the mailbox list. It's not a big deal as only very specific tasks calls
the mailbox list twice (purge for example).

Wouter please check if this enters into your plans and roll it back if not
8) The caching is quite simple and shouldn't have collateral effects. The
caching is only active during the page refresh as it is not sessionized
(and shouldn't as third party software could change mailbox).
2002-02-19 11:57:53 +00:00
Bron Gondwana
1ee47e9517 Fix & in URLs to &amp; for correctness of HTML, also 100% to "100%" in
table definitions.

Remove two cases of </TR></TD></TABLE> in formatBody, moving the </TR></TD>
bit back into src/read_body.php to match the <TABLE><TR><TD> before the
function call, and removing the excessive close tags problem.

The possibly controversial bit: remove all outputting of <BASE> tags within
the message body.  I refer you to:

http://www.w3.org/TR/1998/REC-html40-19980424/struct/links.html#h-12.4

specifically,

When present, the BASE element must appear in the HEAD section of an
HTML document, before any element that refers to an external source.
2002-02-19 01:47:55 +00:00
Bron Gondwana
e5a5c56bd0 Fix & in URLs to &amp; for correctness of HTML, also 100% to "100%" in
table definitions.
2002-02-19 01:43:19 +00:00
Bron Gondwana
3b0914a58c Move javascript from between <head> and <body> into <head> where it
belongs.
2002-02-19 01:41:48 +00:00
Tyler Akins
0f2498a28d Warning removal. 2002-02-19 00:53:36 +00:00
simond
2eab6ef55a Should really use a persistant DB connection 2002-02-17 13:48:52 +00:00
philippe_mingo
890d100e0a > Subject: Yahoo Mail Failure.
> From: "Chris Picciotto" <Chris@Picciotto.net>
> Date: Thu, February 14, 2002 5:20 pm
2002-02-15 06:02:05 +00:00
simond
765a189c88 fix to support multiple sigs 2002-02-14 09:33:05 +00:00
philippe_mingo
92e6b38f50 Added signature into multiple identities.
Code by:
Stefan Meier <Stefan.Meier@cimsource.com>
2002-02-14 06:12:51 +00:00
Pontus Ullgren
f89c521908 minor spelling error 2002-02-13 21:07:18 +00:00
jmunro
c84e4eb418 Fixed bug with double error messages 2002-02-13 21:02:00 +00:00
philippe_mingo
47e7812ade Tylerisation 2002-02-13 16:00:00 +00:00
philippe_mingo
8254107c8f Marc variant for the messages flags. 2002-02-13 14:23:31 +00:00
philippe_mingo
132d4d933f Code cleanup 2002-02-12 19:22:45 +00:00
philippe_mingo
62766e77f9 Bug fix 2002-02-12 19:13:40 +00:00
jmunro
c748eb1af1 fixed bug with multiple terms and UW 2002-02-12 14:58:09 +00:00
philippe_mingo
c8b66d81fb Bugfix, remove bcc and cc display when empty 2002-02-12 08:48:11 +00:00
philippe_mingo
46841e05a2 Bugfix in generate random string. 2002-02-11 19:36:12 +00:00
jmunro
5b81f4db16 fixed several warnings about Undefined vars 2002-02-11 19:22:04 +00:00
jmunro
dc073365fb fixed another translation issue 2002-02-11 18:45:55 +00:00
jmunro
98b3662e24 Fixed Missing translation on Compose link 2002-02-11 18:41:37 +00:00
jmunro
c12c7b406e Added a "compose in new window" option located in display prefs. Each file that calls compose.php has been modified 2002-02-11 18:25:59 +00:00
philippe_mingo
e8f634a376 One more intl. 2002-02-10 09:02:35 +00:00
philippe_mingo
8bc0e5a3fb This commit contains several syntax fix.
- Pontus: Don't use tabs 8-)
- Jason, please pay atention at the changes. Mostly
  internationalization stuff and " to ' changes. Also
  leave E_ALL only in PHP.INI into the reporting error options.
  That way you'll get on screen all the compilation warnings
  in order to remove them.
2002-02-10 08:58:51 +00:00
thomppj
6773db3272 This is Philippe Mingo
Added query string to imap error
2002-02-09 23:11:10 +00:00
Pontus Ullgren
2311a76ae9 Fixed body retrival error on cyrus. (removed trailing space after command) 2002-02-09 23:07:33 +00:00
philippe_mingo
0776dbf7c4 Tylerisation 2002-02-09 22:56:04 +00:00
Pontus Ullgren
214c25573c Added the possibility for plugins to change Content-Type
Added support for on delivery reciepts
2002-02-09 21:37:17 +00:00