teepe
7f40ec5014
fixed delimiter presence when not connected to imap server
2001-11-01 00:08:22 +00:00
philippe_mingo
0040145f45
[ squirrelmail-Internationalization-476567 ] wrong character set
2001-10-31 08:26:44 +00:00
philippe_mingo
1229641206
Coma bugfix
2001-10-30 16:42:08 +00:00
Ondřej Surý
71b787fbdd
add support for qmail-inject (qmail-inject doesn't accept -t param)
2001-10-30 13:43:09 +00:00
philippe_mingo
7bb3e82342
The killing of the coma bug in cc field
2001-10-30 08:32:58 +00:00
philippe_mingo
cdc8c10019
Bottom row color changed
2001-10-29 15:48:20 +00:00
philippe_mingo
dfc765fdd9
Options framed (try 1)
2001-10-29 15:41:25 +00:00
philippe_mingo
18c1ce84be
' fix
2001-10-29 15:15:54 +00:00
philippe_mingo
1bdd95a910
Format fix
2001-10-29 15:14:44 +00:00
fallas
d2f2aad9a6
Modified to return bcc header if available, for save as draft.
2001-10-29 14:48:02 +00:00
philippe_mingo
7cb4fc352e
Bugfix again
2001-10-29 14:28:07 +00:00
philippe_mingo
45bbef2b42
Oops. Little bug in name block.
2001-10-29 14:22:45 +00:00
philippe_mingo
910b7f08d9
Multiple changes.
...
* Added sqclock to core with its options in folder options
* Change options_folder to use new functions
* removed some straight php in order to let xgetpo to work
2001-10-29 13:04:38 +00:00
philippe_mingo
89ef55ec81
Added submit and title functions.
2001-10-29 13:00:45 +00:00
Ondřej Surý
491041d05e
Somebody messed up Czech locale name, corrected.
2001-10-29 11:57:39 +00:00
philippe_mingo
a259908083
Button to link
...
Frame removed
2001-10-29 08:51:36 +00:00
thomppj
0e0192b790
Lots of changes to get closer to having save as draft working. Please, keep working hard on this!!!
2001-10-29 04:33:47 +00:00
philippe_mingo
b01c96b230
Rearranging (2)
2001-10-28 12:57:13 +00:00
philippe_mingo
8766c0d344
Fixed options_display to use functions/options.
...
Fixed load prefs to use default parm.
2001-10-28 00:37:47 +00:00
philippe_mingo
7d701eb002
Functions for options pages. Must be used if you want to display an
...
option on an option page.
2001-10-28 00:36:05 +00:00
Tyler Akins
030caca93c
Removed warnings
2001-10-27 17:47:03 +00:00
Tyler Akins
bb6232de77
Removed warnings
2001-10-27 17:35:47 +00:00
philippe_mingo
c5eea2115b
* Header rearranged
...
* Toggle all fixed for Konq
* Page selector now allows more customization
* Added default paramenter to get pref
2001-10-27 15:34:19 +00:00
thomppj
765375a625
Just a small fix.
2001-10-27 04:09:22 +00:00
thomppj
d9653ecd8b
Changes alignment of folder box, slightly. Made look more like the other side.
2001-10-27 03:53:45 +00:00
philippe_mingo
99d593ae06
Linux browsers didn't like the older system.
...
Now tested with:
Linux: Konq, Netscape, Mozilla, Galeon
Windows: ie6
2001-10-26 11:47:05 +00:00
philippe_mingo
eb189fd848
Some browsers may complain when fomr not present. Corrected.
2001-10-26 11:13:37 +00:00
philippe_mingo
0439b47989
Retrieval typo
2001-10-25 18:34:40 +00:00
philippe_mingo
6d0500ab82
Some rearranging
2001-10-25 14:17:43 +00:00
philippe_mingo
63e3f5c52c
typo
2001-10-25 13:49:22 +00:00
philippe_mingo
81b9e5249e
Just give focus to <input type=text>
2001-10-25 13:45:04 +00:00
philippe_mingo
c846c4048f
Focus plugin integrated into the core
2001-10-25 10:02:39 +00:00
philippe_mingo
9bcf8a1991
Sorry. Forgot the space.
2001-10-25 09:00:59 +00:00
philippe_mingo
f4ad4f2467
Cleaning
2001-10-25 08:57:54 +00:00
thomppj
a125a4c8b1
Added mark as read/unread functionality. Rearrange UI of right_main's grey action bar to accomodate additional buttons.
2001-10-25 04:18:47 +00:00
philippe_mingo
3ed9d5f7bf
Parses HTML documents to make them more readable and more secure.
2001-10-24 09:17:56 +00:00
philippe_mingo
78076e8f62
This commit contains the following things (this is NOT the magic update):
...
* Optimization. Very subtiles optimizations has been applied to the code.
* Id mime parsing. Detects cid: objects.
* Debugging removed. All if $debug code has been removed. (Debug code is
not supposed to be in stable releases).
* Indentation and space tab.
2001-10-23 13:17:22 +00:00
philippe_mingo
a1aa1b1f6d
Fixed the cookie language problem. Thank Przemek Piotrowski
2001-10-22 12:44:56 +00:00
philippe_mingo
9725cf02ef
Bugfix
2001-10-18 12:35:53 +00:00
philippe_mingo
322687306b
Trailing ^M stops header info.
2001-10-18 10:33:22 +00:00
philippe_mingo
0387c01b1c
In some situations new date handling could cause a page to not display
...
or to show strange chars together with the date. This behaviour has not
been explained so far as all function callings seem to be fine. The problem
has been narrowed to a date( $format, $stamp ); calling. $format and $stamp
have been checked and are both OK. It looks like an internal PHP problem,
but I can't be sure.
I've observed this problem in PHP 4.0.4. PHP 4.0.6 is working just fine and
don't show that strange behaviour.
In order to avoid that problem, I've observed that placing some chars
leading and trailing the date() format string avoids the problem (so maybe
an internal pointer to the string problem ?). So do I and I remove then once
the conversion is finished.
If someone can reproduce the bug with prior version and find a solution
please tell me.
2001-10-18 08:50:35 +00:00
philippe_mingo
09481c9b5a
Fixed imap search bug.
...
Updated Spanish strings.
2001-10-12 10:50:19 +00:00
philippe_mingo
b869c6dfe9
In some 'compose' situations (for example when inside options) the system doesn't know the return-to mailbox. In this case I read it from preferences and take the first in the list.
...
This should fix the MAILBOX bug in SF.
2001-10-09 11:44:42 +00:00
philippe_mingo
520ef51d88
Bugfix. Single '|' removed.
2001-10-09 10:55:23 +00:00
philippe_mingo
8c4bc83410
* Added a page selector between Previous and Next.
...
* Global PO updated.
* es locale updated.
* xgetpo fixed in order to show squirrelmail path.
2001-10-09 09:50:35 +00:00
Tyler Akins
177ebd968d
Added the hook!
2001-10-08 21:47:28 +00:00
philippe_mingo
fcb3faaf99
[ #414604 ] Help files for Czech language in iso-x-2
2001-10-04 18:10:17 +00:00
philippe_mingo
3395999d28
Adding Lithuanian translations.
2001-10-04 17:44:36 +00:00
philippe_mingo
ca1cc1a204
Use sqimap_session_id instead of axxxx for imap connections.
2001-10-04 14:31:57 +00:00
philippe_mingo
ff34119940
While getting data from a stream it is possible to reach the end, so we should check it to avoid an infinite loop.
2001-10-04 11:18:36 +00:00