squirrelmail.git
22 years agoAdded options for Shared Cache and Bulkquery program
bbice [Mon, 25 Mar 2002 05:37:17 +0000 (05:37 +0000)]
Added options for Shared Cache and Bulkquery program

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2634 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoBugfix
philippe_mingo [Sun, 24 Mar 2002 19:54:26 +0000 (19:54 +0000)]
Bugfix

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2633 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoRedirect the wrong access to the root pf the folder as index.php are in place
philippe_mingo [Sun, 24 Mar 2002 08:28:41 +0000 (08:28 +0000)]
Redirect the wrong access to the root pf the folder as index.php are in place
for such ocasions. This removes the bug into the redirector when the access
failure is within a plugin.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2630 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoNon-ascii characters caused problems with SVN function and were replaced
philippe_mingo [Sun, 24 Mar 2002 08:09:35 +0000 (08:09 +0000)]
Non-ascii characters caused problems with SVN function and were replaced
with a ? by SourceForge.net in your original log message, which follows:
Asunto: [SM-DEVEL] Bug in mime.php:decodeHeader()
De: Christian Schmidt <christian@ostenfeld.dk>
Fecha: S?b, 23 de Marzo de 2002, 14:48

Currently, the decodeHeader decodes headers containing several
encoded-words incorrectly. E.g. the header "=?iso-8859-1?Q?=C9?= and
=?iso-8859-1?Q?=E9?=" is decoded into "? and ?" and not into "? and ?"
as expected.

Also, it currently does not ignore white-space between consecutive
encoded-words as it should.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2628 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoOptimizarion:
philippe_mingo [Sat, 23 Mar 2002 16:43:06 +0000 (16:43 +0000)]
Optimizarion:
Translatetext is a mime.php specific function.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2627 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoOptimization:
philippe_mingo [Sat, 23 Mar 2002 16:36:39 +0000 (16:36 +0000)]
Optimization:
Wraping functions are only used in compose.php

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2626 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoOptimization:
philippe_mingo [Sat, 23 Mar 2002 16:30:46 +0000 (16:30 +0000)]
Optimization:
Function next_pos_minus_white is not used into SM core, not SM official
plugins. It's code will go into a "not currently in use" repository".

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2625 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoOptimization:
philippe_mingo [Sat, 23 Mar 2002 16:23:57 +0000 (16:23 +0000)]
Optimization:
readMailboxParent was only been used in imap_mailbox. Removed from
strings.php as this is a frequent loaded module.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2624 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoAdded entry about IMAP parsing fixes.
indiri69 [Thu, 21 Mar 2002 20:31:03 +0000 (20:31 +0000)]
Added entry about IMAP parsing fixes.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2622 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoMake spacing more even when combining header lines
simond [Thu, 21 Mar 2002 18:37:10 +0000 (18:37 +0000)]
Make spacing more even when combining header lines

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2621 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoHandle multiline headers (thanks to Christian Schmidt)
simond [Thu, 21 Mar 2002 18:21:25 +0000 (18:21 +0000)]
Handle multiline headers (thanks to Christian Schmidt)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2620 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoRemove tabs and fix org height/width (thanks to Craig Kelley)
simond [Thu, 21 Mar 2002 17:51:30 +0000 (17:51 +0000)]
Remove tabs and fix org height/width (thanks to Craig Kelley)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2618 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoAdded correct References header support per rfc2822
jmunro [Thu, 21 Mar 2002 06:50:03 +0000 (06:50 +0000)]
Added correct References header support per rfc2822
removed References from small_header_array and created
a get_reference_header function in imap_messages.
Also added a calculate_reference function to smtp.php
to determine correct reference header.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2617 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoRemoved dead orbz.org filters
bbice [Thu, 21 Mar 2002 01:33:28 +0000 (01:33 +0000)]
Removed dead orbz.org filters

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2616 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoMake error message a bit more useful
simond [Wed, 20 Mar 2002 15:58:03 +0000 (15:58 +0000)]
Make error message a bit more useful

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2615 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agomention postgres support
simond [Wed, 20 Mar 2002 13:11:38 +0000 (13:11 +0000)]
mention postgres support

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2614 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoAdded changes by me to the Changelog
stekkel [Wed, 20 Mar 2002 12:50:45 +0000 (12:50 +0000)]
Added changes by me to the Changelog

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2613 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoInclude Cc in forwarded message, with option to toggle behaviour
simond [Wed, 20 Mar 2002 09:39:52 +0000 (09:39 +0000)]
Include Cc in forwarded message, with option to toggle behaviour

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2612 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agofixed a problem with preg_match when mailbox delimiter is "/"
jmunro [Tue, 19 Mar 2002 23:33:56 +0000 (23:33 +0000)]
fixed a problem with preg_match when mailbox delimiter is "/"

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2611 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoa little more clean-up
jmunro [Tue, 19 Mar 2002 23:00:42 +0000 (23:00 +0000)]
a little more clean-up

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2610 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agotweaking special folder sub folder fix
jmunro [Tue, 19 Mar 2002 22:23:48 +0000 (22:23 +0000)]
tweaking special folder sub folder fix

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2609 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoupdate
jmunro [Tue, 19 Mar 2002 18:33:45 +0000 (18:33 +0000)]
update

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2608 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agofix orphaned subfolders on the folder list when they are subfolders of a special...
jmunro [Tue, 19 Mar 2002 18:22:05 +0000 (18:22 +0000)]
fix orphaned subfolders on the folder list when they are subfolders of a special mailbox and "list special boxes first" is on

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2607 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years ago*** empty log message ***
brong [Tue, 19 Mar 2002 14:03:55 +0000 (14:03 +0000)]
*** empty log message ***

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2606 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoadded 'References:' and 'In-Reply-To:' to sqimap_get_small_header_list in preperation...
jmunro [Tue, 19 Mar 2002 07:23:02 +0000 (07:23 +0000)]
added 'References:' and 'In-Reply-To:' to sqimap_get_small_header_list in preperation for improved reference handling in smtp.php.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2605 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoFixes filters kicking in on login, added 'webmail_bottom' hook
jmunro [Tue, 19 Mar 2002 07:13:02 +0000 (07:13 +0000)]
Fixes filters kicking in on login, added 'webmail_bottom' hook

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2604 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoProtection against non-existant $msort to fix Debian Bug ##127104.
brong [Tue, 19 Mar 2002 00:15:08 +0000 (00:15 +0000)]
Protection against non-existant $msort to fix Debian Bug ##127104.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2603 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoAdded more of Jon Tai's fixes.
indiri69 [Mon, 18 Mar 2002 23:21:43 +0000 (23:21 +0000)]
Added more of Jon Tai's fixes.
Also made some formatting and spelling corrections.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2602 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agofixed $custom_css (ended up in single quotes after code cleanup)
jmunro [Mon, 18 Mar 2002 16:24:15 +0000 (16:24 +0000)]
fixed $custom_css (ended up in single quotes after code cleanup)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2601 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoMarco Ciullini <marco.ciullini@datamar.it>
philippe_mingo [Mon, 18 Mar 2002 10:46:59 +0000 (10:46 +0000)]
Marco Ciullini <marco.ciullini@datamar.it>

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2600 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoFix for bug #505216 - Folder Prefix always getting a '/' appended.
brong [Mon, 18 Mar 2002 05:35:55 +0000 (05:35 +0000)]
Fix for bug #505216 - Folder Prefix always getting a '/' appended.

The logic is now much nicer :)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2599 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoQC. Some code cleanup to avoid line overflow on mail list.
philippe_mingo [Sun, 17 Mar 2002 20:24:45 +0000 (20:24 +0000)]
QC. Some code cleanup to avoid line overflow on mail list.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2598 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoMake the Edit and Delete links actually appear if you only have one
brong [Sun, 17 Mar 2002 13:03:21 +0000 (13:03 +0000)]
Make the Edit and Delete links actually appear if you only have one
Address Book (I presume this was a typo)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2597 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoFix to show current language rather than always Default
simond [Sun, 17 Mar 2002 11:55:00 +0000 (11:55 +0000)]
Fix to show current language rather than always Default

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2596 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoNew strings regarding height and width
philippe_mingo [Sun, 17 Mar 2002 11:27:46 +0000 (11:27 +0000)]
New strings regarding height and width

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2595 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoSmall QC check
philippe_mingo [Sun, 17 Mar 2002 11:18:02 +0000 (11:18 +0000)]
Small QC check

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2594 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoCorrected default value for width and height of logo
philippe_mingo [Sun, 17 Mar 2002 11:12:22 +0000 (11:12 +0000)]
Corrected default value for width and height of logo

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2593 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoModified default width and height logo image.
philippe_mingo [Sun, 17 Mar 2002 11:07:35 +0000 (11:07 +0000)]
Modified default width and height logo image.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2592 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoTons of formatting changes by Jon Tai.
indiri69 [Sat, 16 Mar 2002 19:44:50 +0000 (19:44 +0000)]
Tons of formatting changes by Jon Tai.
Didn't merge changes to imap_search.php, as I wanted to take a
closer look at it.

Jon Tai said:
I cleaned up the four imap_*.php files - fixed comments so they use the
/* */ style, fixed spacings, added { } around logic blocks that didn't
have them, etc.

I also hacked sqimap_find_email() in imap_general.php to support strings
in the form of "lehresma@css.tayloru.edu (Luke Ehresman)".

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2591 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoAdd org logo width/height to the admin plugin
simond [Sat, 16 Mar 2002 12:46:09 +0000 (12:46 +0000)]
Add org logo width/height to the admin plugin

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2590 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoFix IMAP PARSE reponse matching. This should get rid of retrival errors
indiri69 [Sat, 16 Mar 2002 04:23:22 +0000 (04:23 +0000)]
Fix IMAP PARSE reponse matching.  This should get rid of retrival errors
with Missing parameters and those stupid <Undisclosed-Recipient:;> To:
lines that UW IMAP chokes on from Outlook Express.
Also changed some ereg to preg and removed some useless spacing.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2589 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoFix IMAP parsing to properly match Non-FETCH reponses.
indiri69 [Sat, 16 Mar 2002 04:19:20 +0000 (04:19 +0000)]
Fix IMAP parsing to properly match Non-FETCH reponses.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2588 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoremoved left-over quote, thanks Jim Hranicky
jmunro [Fri, 15 Mar 2002 16:36:39 +0000 (16:36 +0000)]
removed left-over quote, thanks Jim Hranicky

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2587 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agosupport user option sort by internal date
stekkel [Fri, 15 Mar 2002 11:55:57 +0000 (11:55 +0000)]
support user option sort by internal date

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2586 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoadded user option to support message sort by internal date instead of the
stekkel [Fri, 15 Mar 2002 11:54:45 +0000 (11:54 +0000)]
added user option to support message sort by internal date instead of the
original message date

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2585 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoadded option to sort messages by internal date instead of the original
stekkel [Fri, 15 Mar 2002 11:52:45 +0000 (11:52 +0000)]
added option to sort messages by internal date instead of the original
message date

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2584 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agofix for not defined $sort
stekkel [Fri, 15 Mar 2002 11:33:55 +0000 (11:33 +0000)]
fix for not defined $sort

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2583 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years ago"Tomas Kuliavas" <tokul@users.sourceforge.net>
philippe_mingo [Thu, 14 Mar 2002 11:44:02 +0000 (11:44 +0000)]
"Tomas Kuliavas" <tokul@users.sourceforge.net>

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2582 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoRalf Hildebrandt <Ralf.Hildebrandt@charite.de>
philippe_mingo [Thu, 14 Mar 2002 11:42:52 +0000 (11:42 +0000)]
Ralf Hildebrandt <Ralf.Hildebrandt@charite.de>

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2581 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years ago"-= M.J. Prinsen =-" <various@bovendelft.xs4all.nl>
philippe_mingo [Thu, 14 Mar 2002 11:41:34 +0000 (11:41 +0000)]
"-= M.J. Prinsen =-" <various@bovendelft.xs4all.nl>

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2580 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoFabio Mengue - Centro de Computacao - Unicamp
philippe_mingo [Thu, 14 Mar 2002 11:40:38 +0000 (11:40 +0000)]
Fabio Mengue - Centro de Computacao - Unicamp
fabio@ccuec.unicamp.br       fabio@unicamp.br
Vacum ad brejus mobilet

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2579 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agofix for bug #529576
jmunro [Wed, 13 Mar 2002 23:49:33 +0000 (23:49 +0000)]
fix for bug #529576

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2578 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agobug # 523853 Added an option to put the automatic signature append to reply/forward...
jmunro [Wed, 13 Mar 2002 20:04:53 +0000 (20:04 +0000)]
bug # 523853 Added an option to put the automatic signature append to reply/forward before the reply/forward text. defaults to off.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2577 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agofixed bug 529327 (only occurs when not using conf.pl)
jmunro [Wed, 13 Mar 2002 16:49:38 +0000 (16:49 +0000)]
fixed bug 529327 (only occurs when not using conf.pl)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2576 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agobackout PHP<4.0.2 change as it's not supported
simond [Wed, 13 Mar 2002 15:37:49 +0000 (15:37 +0000)]
backout PHP<4.0.2 change as it's not supported

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2575 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoTypo Rollback
philippe_mingo [Wed, 13 Mar 2002 09:16:17 +0000 (09:16 +0000)]
Typo Rollback

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2574 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoComments removal
philippe_mingo [Wed, 13 Mar 2002 09:14:02 +0000 (09:14 +0000)]
Comments removal

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2573 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agofilter fix on folder/rename is back in. added hooks back to imap_mailbox.php, reworke...
jmunro [Tue, 12 Mar 2002 20:40:03 +0000 (20:40 +0000)]
filter fix on folder/rename is back in. added hooks back to imap_mailbox.php, reworked function in filters.php. should work now.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2572 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agotook out filter fix for folder rename/delete. its broken
jmunro [Tue, 12 Mar 2002 17:31:44 +0000 (17:31 +0000)]
took out filter fix for folder rename/delete. its broken

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2571 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoMin requirement = PHP4.0.2 now
simond [Tue, 12 Mar 2002 13:56:34 +0000 (13:56 +0000)]
Min requirement = PHP4.0.2 now

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2570 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoFix problems with <PHP4.0.2 including every listed require file
simond [Tue, 12 Mar 2002 10:45:53 +0000 (10:45 +0000)]
Fix problems with <PHP4.0.2 including every listed require file

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2569 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoFix a typo and the right code for capital S with caron
indiri69 [Mon, 11 Mar 2002 19:11:09 +0000 (19:11 +0000)]
Fix a typo and the right code for capital S with caron

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2568 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoAdded button to forward selected messages as attachment
stekkel [Mon, 11 Mar 2002 09:39:28 +0000 (09:39 +0000)]
Added button to forward selected messages as attachment

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2567 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoAdded button to forward selected messages as attachment
stekkel [Mon, 11 Mar 2002 09:33:31 +0000 (09:33 +0000)]
Added button to forward selected messages as attachment

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2566 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoSpanish translation update.
philippe_mingo [Mon, 11 Mar 2002 08:36:00 +0000 (08:36 +0000)]
Spanish translation update.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2565 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoMain po file act.
philippe_mingo [Mon, 11 Mar 2002 08:27:47 +0000 (08:27 +0000)]
Main po file act.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2564 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoRemoved testing change that had all the retrieval errors being sent to me.
indiri69 [Sun, 10 Mar 2002 20:01:23 +0000 (20:01 +0000)]
Removed testing change that had all the retrieval errors being sent to me.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2563 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agofix for broken drafts. Patch from Ryan O'Neill
stekkel [Sat, 9 Mar 2002 02:56:14 +0000 (02:56 +0000)]
fix for broken drafts. Patch from Ryan O'Neill

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2562 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agofix for broken draft. Patch by Ryan O'Neill
stekkel [Sat, 9 Mar 2002 02:55:00 +0000 (02:55 +0000)]
fix for broken draft. Patch by  Ryan O'Neill

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2561 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agobugfix
stekkel [Fri, 8 Mar 2002 21:44:37 +0000 (21:44 +0000)]
bugfix

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2560 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agochanged attachment handling by looking at the compose session_id
stekkel [Fri, 8 Mar 2002 21:27:02 +0000 (21:27 +0000)]
changed attachment handling by looking at the compose session_id

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2559 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoadded code for opening a compose window in a new window
stekkel [Fri, 8 Mar 2002 21:25:53 +0000 (21:25 +0000)]
added code for opening a  compose window in a new window

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2558 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agomake it possible to attache selected messages to a new message
stekkel [Fri, 8 Mar 2002 21:24:40 +0000 (21:24 +0000)]
make it possible to attache selected messages to a new message

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2557 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoadded message/rfc822 handling
stekkel [Fri, 8 Mar 2002 21:23:26 +0000 (21:23 +0000)]
added message/rfc822 handling

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2556 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoadded extra variable to make it possible to add more lines to the onload
stekkel [Fri, 8 Mar 2002 21:22:31 +0000 (21:22 +0000)]
added extra variable to make it possible to add more lines to the onload
function

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2555 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agodifferent attachement handling. Now lookup an session id before we delete an
stekkel [Fri, 8 Mar 2002 21:21:10 +0000 (21:21 +0000)]
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.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2554 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoadded message/rfc822 handling
stekkel [Fri, 8 Mar 2002 21:18:17 +0000 (21:18 +0000)]
added message/rfc822 handling

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2553 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agonow we correctly handle message/rfc822 attachments
stekkel [Fri, 8 Mar 2002 21:17:25 +0000 (21:17 +0000)]
now we correctly handle message/rfc822 attachments

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2552 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoFixed a problem with sqimap_unseen_messages where some versions of UW
indiri69 [Fri, 8 Mar 2002 21:07:49 +0000 (21:07 +0000)]
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.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2551 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoMake sure base_uri is correct (submitted by James Lewis)
simond [Fri, 8 Mar 2002 10:11:33 +0000 (10:11 +0000)]
Make sure base_uri is correct (submitted by James Lewis)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2550 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoFix to show errors if the plugin dirs can't be found
simond [Thu, 7 Mar 2002 20:38:03 +0000 (20:38 +0000)]
Fix to show errors if the plugin dirs can't be found

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2549 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoAdded function to get entity header of an attached message
stekkel [Thu, 7 Mar 2002 14:14:10 +0000 (14:14 +0000)]
Added function to get entity header of an attached message

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2548 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoNo need to write org_logo twice (Doh!)
brong [Wed, 6 Mar 2002 02:55:21 +0000 (02:55 +0000)]
No need to write org_logo twice  (Doh!)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2547 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoMaking note of the new SquirrelSpell version
graf25 [Wed, 6 Mar 2002 02:31:12 +0000 (02:31 +0000)]
Making note of the new SquirrelSpell version

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2546 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoAdding error reporting routines, by popular demand. :)
graf25 [Wed, 6 Mar 2002 02:09:21 +0000 (02:09 +0000)]
Adding error reporting routines, by popular demand. :)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2545 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoreduce code by implementing function to create $to, $cc and $bcc strings
stekkel [Tue, 5 Mar 2002 16:25:25 +0000 (16:25 +0000)]
reduce code by implementing function to create $to, $cc and $bcc strings

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2544 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoAdded info about WIDTH and HEIGHT tag options
brong [Tue, 5 Mar 2002 03:06:16 +0000 (03:06 +0000)]
Added info about WIDTH and HEIGHT tag options

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2543 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoAdded WIDTH and HEIGHT options to the logo image. Also added ALT tag
brong [Tue, 5 Mar 2002 03:04:07 +0000 (03:04 +0000)]
Added WIDTH and HEIGHT options to the logo image.  Also added ALT tag
on the image, requires new i18n string sprintf(_("%s Logo"), $org_name)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2542 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoRemoved urlencode call. $rcptaddress is already encoded.
indiri69 [Mon, 4 Mar 2002 23:08:50 +0000 (23:08 +0000)]
Removed urlencode call.  $rcptaddress is already encoded.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2541 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoChanged sendMessage call to use the new field for MDN. Keeps
indiri69 [Mon, 4 Mar 2002 20:49:15 +0000 (20:49 +0000)]
Changed sendMessage call to use the new field for MDN.  Keeps
SquirrelMail from giving a warning.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2540 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoPostgreSQL should now work as a db prefs backend (and fix alterable field names)
simond [Sun, 3 Mar 2002 14:18:57 +0000 (14:18 +0000)]
PostgreSQL should now work as a db prefs backend (and fix alterable field names)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2539 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoMade SquirrelMail display \Noselect nodes in Cyrus also made it
ullgren [Sun, 3 Mar 2002 13:39:39 +0000 (13:39 +0000)]
Made SquirrelMail display \Noselect nodes in Cyrus also made it
impossible to try to delete \Noselect nodes. (patch #452178)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2538 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agopatch #514208 + input checking of polders page
teepe [Sun, 3 Mar 2002 10:56:41 +0000 (10:56 +0000)]
patch #514208 + input checking of polders page

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2537 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoClear out tabs for proper spaces
simond [Sat, 2 Mar 2002 20:31:04 +0000 (20:31 +0000)]
Clear out tabs for proper spaces

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2536 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoStop a repeating loop when deleting a highlight
simond [Sat, 2 Mar 2002 11:21:18 +0000 (11:21 +0000)]
Stop a repeating loop when deleting a highlight

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2535 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoWe really shouldn't allow web users to access all our users prefs in default installs!
simond [Sat, 2 Mar 2002 11:18:58 +0000 (11:18 +0000)]
We really shouldn't allow web users to access all our users prefs in default installs!

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2534 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoadded note about 1.2.x needing register_globals on
jmunro [Sat, 2 Mar 2002 08:06:03 +0000 (08:06 +0000)]
added note about 1.2.x needing register_globals on

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2533 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agobased on bug report #497148. Limits alias expansion functions to local addressbook...
jmunro [Sat, 2 Mar 2002 07:41:10 +0000 (07:41 +0000)]
based on bug report #497148. Limits alias expansion functions to local addressbook lookups.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2532 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agoapplied patch #522687. simple changes to option appearance
jmunro [Sat, 2 Mar 2002 05:51:18 +0000 (05:51 +0000)]
applied patch #522687. simple changes to option appearance

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2531 7612ce4b-ef26-0410-bec9-ea0150e637f0

22 years agomoved filter update on folder rename/delete to
jmunro [Sat, 2 Mar 2002 05:29:16 +0000 (05:29 +0000)]
moved filter update on folder rename/delete to
the filter plugin (sorry folks).

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2530 7612ce4b-ef26-0410-bec9-ea0150e637f0