Commit graph

1100 commits

Author SHA1 Message Date
stekkel
ccf95e2a08 support user option sort by internal date 2002-03-15 11:55:57 +00:00
simond
0bb875e85b backout PHP<4.0.2 change as it's not supported 2002-03-13 15:37:49 +00:00
philippe_mingo
7aa4e64e46 Typo Rollback 2002-03-13 09:16:17 +00:00
philippe_mingo
b727196f87 Comments removal 2002-03-13 09:14:02 +00:00
jmunro
0a4194b3fb filter fix on folder/rename is back in. added hooks back to imap_mailbox.php, reworked function in filters.php. should work now. 2002-03-12 20:40:03 +00:00
jmunro
7668b0f3fc took out filter fix for folder rename/delete. its broken 2002-03-12 17:31:44 +00:00
simond
127f77e7b1 Fix problems with <PHP4.0.2 including every listed require file 2002-03-12 10:45:53 +00:00
indiri69
90450e7932 Fix a typo and the right code for capital S with caron 2002-03-11 19:11:09 +00:00
stekkel
015a28f1e2 Added button to forward selected messages as attachment 2002-03-11 09:39:28 +00:00
stekkel
6604a8005c Added button to forward selected messages as attachment 2002-03-11 09:33:31 +00:00
stekkel
28578cd771 bugfix 2002-03-08 21:44:37 +00:00
stekkel
3ec6cd283f added extra variable to make it possible to add more lines to the onload
function
2002-03-08 21:22:31 +00:00
stekkel
b8a2d7a3b8 different attachement handling. Now lookup an session id before we delete an
attachments. With this change it is possible to compose multiple messages
with attachments at once.
2002-03-08 21:21:10 +00:00
stekkel
e49bc3f144 added message/rfc822 handling 2002-03-08 21:18:17 +00:00
stekkel
7fd6fd34c8 now we correctly handle message/rfc822 attachments 2002-03-08 21:17:25 +00:00
indiri69
95949406b0 Fixed a problem with sqimap_unseen_messages where some versions of UW
Imap will send 2 lines of response on a STATUS mailbox (UNSEEN) when
the last EXAMINE was on the same mailbox.  This kept the INBOX from
displaying the number of unread messages.  This seems like valid behaviour
to me, but UW IMAP doesn't like it depending on how it's been compiled.
2002-03-08 21:07:49 +00:00
simond
f0dd17daf3 Make sure base_uri is correct (submitted by James Lewis) 2002-03-08 10:11:33 +00:00
stekkel
47e7d84c25 Added function to get entity header of an attached message 2002-03-07 14:14:10 +00:00
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