Commit graph

1482 commits

Author SHA1 Message Date
indiri69
0c68f83077 Some code cleanups. 2002-10-24 16:35:16 +00:00
stekkel
2c28f46a6a nice error messages 2002-10-24 13:57:13 +00:00
stekkel
fced9cf08c error check on imap_stream. 2002-10-24 09:25:20 +00:00
sizzlingmercury
a55cce3a7a Folder Selection changes integrated from sizzle-ui stream..
Options for how folder selection list is displayed is on Folder Options page
Folder lists on Search, Folders, and Folder Options Pages, as well
as Folder selection lists used by the Message Index and the
Delete_move_next plugin all modified to use new Option list
creation method in imap_mailbox.
2002-10-24 05:45:48 +00:00
robsiemb
ab185e4315 avoid stupid IE6 bug with frames and scrollbars 2002-10-23 20:22:02 +00:00
stekkel
ad96d34bde set default download link to absolute_dl = true to force download instead of
viewing inline
2002-10-23 17:48:08 +00:00
Thijs Kinkhorst
2b3080ed24 If stream is FALSE also don't logout 2002-10-23 15:21:21 +00:00
Thijs Kinkhorst
5ccfbf3bec In sqimap_logout, check if we have a stream to logout to.
If we don't, logging out is not neccessary.
This prevents an endless loop of fgets when there's no connection anymore.
2002-10-23 15:12:13 +00:00
Thijs Kinkhorst
4e00cacd75 rg=0 fix from stable 2002-10-23 12:14:12 +00:00
Thijs Kinkhorst
3521d74783 Do some HTML4 fixes and upgrade our HTML version to 4.01. 2002-10-23 11:59:04 +00:00
Thijs Kinkhorst
708214822b Use a consistent capitalization of "SquirrelMail" throughout the application. 2002-10-22 20:55:22 +00:00
stekkel
36e62adf71 Added var $link to set_url_var so we correctly can set the new uri with
& if it concerns a link or & when it concerns a header redirect.
2002-10-22 12:33:18 +00:00
Thijs Kinkhorst
2d3d604a6b You must start a session to be able to destroy it. 2002-10-21 11:27:58 +00:00
Thijs Kinkhorst
b93cf928ab Be somewhat clearer in the error message: default_pref not readable
should not return the error dat data_dir is not writable... fixes
#618924.
2002-10-18 15:00:32 +00:00
stekkel
1c7d5b8467 speed improvements 2002-10-18 11:34:50 +00:00
stekkel
fb711df79e speed improvements mailbox_list. Need testing before we release! 2002-10-18 10:50:12 +00:00
stekkel
838e0f5985 fix for greek chars. 2002-10-18 08:59:13 +00:00
stekkel
2025b8406b typo 2002-10-17 19:46:29 +00:00
stekkel
4336cb7efc added status function for getting total/unseen information with one imap
call
2002-10-17 19:39:04 +00:00
stekkel
6b0015bd89 UI consistancy 2002-10-17 16:44:54 +00:00
stekkel
b3bd69dc5d Remove save extension check for images because it can cause problems when
the extension is not save and the image url points to the url base address.
If the server uses session trans_sid then somehow the session is destroyed
because of the automatic ?SID=session_id_string.
At least that's what I think what happens.
2002-10-17 13:48:04 +00:00
Thijs Kinkhorst
aafadd5214 Obsolete smtp.php 2002-10-17 09:21:30 +00:00
Thijs Kinkhorst
0d5d413efc Remove retrievalerror.php 2002-10-17 08:58:48 +00:00
robsiemb
c67d301d2a no need to init $result twice 2002-10-16 14:51:26 +00:00
stekkel
aaad3fb5ca Sorry, I edited a not up to date version of file_prefs 2002-10-15 22:27:53 +00:00
stekkel
861d8ca33d Merge from stable (Valcor's fixes) 2002-10-15 22:04:47 +00:00
stekkel
df0abfef1f removed $session from glabal because it was messing up the comp_in_new
function
2002-10-15 21:05:54 +00:00
stekkel
386bbd11c1 rg=0 fix for recovering sessions 2002-10-15 20:53:17 +00:00
stekkel
9d5a2dc4d3 valign=top for message rows 2002-10-15 13:19:22 +00:00
stekkel
cfee3caa63 Whoops, I introduced a warning. Fixed. 2002-10-15 13:05:22 +00:00
stekkel
7403696be7 added validation of timezone. This solves strtotime returning -1 because of a
non valid date format.
2002-10-15 12:30:12 +00:00
teepe
7926f832ba fix for display of empty date 2002-10-15 11:29:26 +00:00
Thijs Kinkhorst
d77bd47504 Error catching on failure & update ChangeLog 2002-10-15 11:00:14 +00:00
simond
566cd026ec Remove isWarning as it's been dropped from PEAR with cvs versions 2002-10-15 08:25:29 +00:00
Thijs Kinkhorst
b0f4b511cd Forwardporting safer abook/prefs saving from stable 2002-10-14 22:02:46 +00:00
robsiemb
f1e8bacd17 add get_pref and get_pref_override plugin hooks 2002-10-11 14:28:07 +00:00
stekkel
2bfbbec970 Added configurable SquirrelMail link. Hopefully this filters the feedback
page oon squirrelmail.org
2002-10-11 07:28:42 +00:00
stekkel
7f5a2c8507 last try to fix greek chars 2002-10-10 22:51:36 +00:00
stekkel
11717656c4 forgot table tag 2002-10-10 22:34:51 +00:00
stekkel
702adaefd3 UI thread: Temporary permission to put back some layout changes. 2002-10-10 21:15:11 +00:00
indiri69
b63a2e3d10 Changed and removed some redundant code. If this doesn't work, let me know. 2002-10-09 17:43:37 +00:00
stekkel
44cc548976 Removed last thin line. The line that supposed to be between the messages. 2002-10-09 17:23:20 +00:00
indiri69
f2c9895941 More code cleanups 2002-10-09 16:59:56 +00:00
stekkel
1a338c5847 second try 2002-10-09 14:38:26 +00:00
stekkel
0cdbabff22 Probably a bugfix thnx to Tomas Kuliavas 2002-10-09 14:31:05 +00:00
indiri69
ca98f65150 Cleaned up the source code a bit. 2002-10-08 22:19:00 +00:00
thomppj
4fe36335ba Improve spacing for "Move Selected To". If this messes things up for any
browsers, feel free to reverse.
2002-10-07 23:49:31 +00:00
thomppj
f4c863bc6c Undoing button 'enhancements' 2002-10-07 23:27:42 +00:00
stekkel
fb73d24480 Layout improvements 2002-10-07 22:11:03 +00:00
stekkel
8081392ace more button display enhancements 2002-10-07 19:53:32 +00:00