Luke Ehresman
29d33eca25
fixed problems with not sorting.. sorts descending now with newest on top
2000-11-12 06:17:51 +00:00
Luke Ehresman
3f25e88004
added option to have no sorting (click on icon beside date)
2000-11-11 23:47:49 +00:00
gpadgham
657ad85b20
fixed a bug that wasn't allowing the mailbox to be written into the sort URL links, thus breaking sorting.
2000-11-09 15:09:13 +00:00
mattphillips
5a93799a67
Fixed a bug that was causing problems deleting messages with SM through SSL.
2000-11-08 15:21:36 +00:00
gpadgham
65c563e75d
more places needed the $invert_time variable declared global to be able to be read from the config file.
2000-11-01 22:38:27 +00:00
gpadgham
45005e6dbf
fixed a function where a variable needed to be global in order to be used corrently (this was in the timezone offset fix for unix)
2000-11-01 22:24:22 +00:00
mattphillips
c151b7f40d
displayHtmlHeader expects a title, not colors.
2000-11-01 22:10:28 +00:00
Luke Ehresman
93bc5e87c3
added serbian translation
2000-10-30 21:40:06 +00:00
Luke Ehresman
9c37a5ebd9
- Changed version numbers from 0.6pre1 to 1.0pre1
2000-10-30 18:25:13 +00:00
Luke Ehresman
20809ecfc8
fixed bug in figuring out which date format to show.
2000-10-30 18:12:06 +00:00
Luke Ehresman
837022bcd6
removed some buggy UW specific code -- subscribed folders now show with UW again.
2000-10-30 17:29:40 +00:00
Tyler Akins
d60cece8f1
<pre> tags instead of <tt> and stuff for reading mail.
2000-10-30 16:48:22 +00:00
Tyler Akins
d4db78af51
- Returned sqimap_get_delimiter() to the old code, but left the new code
...
there to see if anyone could get it working
- Returned sqimap_find_displayable_name() to the old code
- Fixed readShortMailboxName() to deal with dissapearing mailboxes and more
- Returned parseAddres() to the old code
2000-10-27 17:06:21 +00:00
lbergman
d97b292a95
Added redirection from subdirs to prevent file listing.
2000-10-27 02:41:26 +00:00
Tyler Akins
a9354cd059
Added numerous changes from embeejay
...
Added an expunge button, shown only when needed
Better flag handling
ereg() calls instead of lots of other calls
2000-10-23 16:17:52 +00:00
Ondřej Surý
0fc888752c
I have apllied patch to handle virtual domains login automatically.
...
You can logon with @/% as login separator. (ex. test@foobar.cz ) and
it will set domain according to your login.
2000-10-23 12:18:15 +00:00
Tyler Akins
5effbcffde
sqimap_read_data now uses the $response and $message vars
...
sqimap_login now uses sqimap_read_data, and is shortened a bit
sqimap_mailbox_select now forms proper request to sqimap_read_data
Potential fix for the UW version 8 IMAP server
2000-10-22 23:04:06 +00:00
Tyler Akins
bab85e2806
Added html_top and html_bottom hooks to read_body for compression plugin
...
Changed internationalization things a bit, hopefully easier and less errors
Many bug fixes and speed enhancements from Martin Jespersen (embeejay)
Fixed a few bugs and did some speed changes on my own too!
2000-10-21 16:08:31 +00:00
Ondřej Surý
3a1107410a
- fixed error in iso-8859-2 handling function in function/i18n.php.
...
- prepare for another php backend in functions/imap.php.
- aligned "Sent" button in src/compose.php.
- added two .cvsignore files in data/ and config/ directory.
2000-10-20 15:13:17 +00:00
Tyler Akins
2f3492524b
Closure of bug 117039
...
Used patch extremely similar to one submitted by embeejay.
2000-10-18 17:29:27 +00:00
Tyler Akins
5a91c4cbdd
Moved a lot of duplicated code into a separate function to display the
...
header of the list of messages for searches and for standard folder listings.
2000-10-18 17:25:15 +00:00
Tyler Akins
b967a101d4
Searches now show proper headers for the columns of data for the messages
...
found.
Display of empty mailbox table cell now has proper column number.
2000-10-18 16:03:55 +00:00
Tyler Akins
c60acc2295
When reading mail messages, you won't get all spaces replaced with --
...
only the necessary ones required for spacing purposes are left. (every other)
2000-10-17 22:05:57 +00:00
Tyler Akins
481d61b096
When there is an error logging in, and since we are using frames, the
...
"Click here to try again" link/prompt will now have the login.php script
fill the entire browser window (removing the frameset).
2000-10-17 21:27:03 +00:00
Tyler Akins
ad8fed9e47
Attempted to fix a bug where the port number was added twice to the URLs.
2000-10-17 18:29:01 +00:00
Luke Ehresman
f02abcb861
added hooks for allbox plugin
2000-10-17 15:18:18 +00:00
Tyler Akins
995d93b74d
Changed how replied-to messages are wrapped.
2000-10-14 15:22:16 +00:00
pallo
caad46d878
First version of an address book backend for personal address books that
...
are stored in a database using the PEAR database abstraction.
2000-10-13 20:29:31 +00:00
Tyler Akins
66e359c340
Attachment hook has the filename sent.
2000-10-13 16:33:26 +00:00
Tyler Akins
d6d35f4be7
Modified sqWordWrap again, it also now works with lines like '>'
2000-10-12 16:57:01 +00:00
Luke Ehresman
e46b0d6acd
runs message through sqWordWrap before putting it in compose area on reply
2000-10-12 15:30:39 +00:00
Luke Ehresman
c1be332c49
If a message has attachments, it is shown in the message index by putting
...
a "+" in the flags area.
2000-10-12 14:35:58 +00:00
Tyler Akins
0e5a275825
Added the 'login_top' hook (was missing) (login.php)
...
Made the username form name and password form name changeable (login.php)
Added a random string generator function (strings.php)
mimeBoundaryString now uses the random string generator (smtp.php)
2000-10-11 16:48:02 +00:00
Tyler Akins
73f6370ab5
Changed size display:
...
- Change to megs if over 1024 k
- if x < 10, show first digit after decimal point
Created new function (in strings.php) in case sizes should be shown elsewhere.
2000-10-11 15:52:55 +00:00
Tyler Akins
c4651cc100
Fixed silly typo, now you can read your mail. :-)
2000-10-11 12:55:47 +00:00
Tyler Akins
350c5219d6
Minor bugfixes:
...
- Single word lines would have been wrong (count($words) <= 1)
- $beginning_spaces doubled on first line that was wrapped
- Skips leading spaces on wrapped lines, preserving them on the first line
2000-10-10 17:46:57 +00:00
Tyler Akins
be2cc2f087
Updated sqWordWrap() function a lot
2000-10-10 17:24:56 +00:00
Tyler Akins
75ec65addd
Functions now pass message body by reference to save on memory.
2000-10-10 15:08:41 +00:00
Tyler Akins
faeaaa46e6
Adds a config option to invert the time for Solaris machines in the US.
2000-10-10 13:11:12 +00:00
Luke Ehresman
a23a8950e1
- improved date parsing
...
- added file sizes in a number of places
2000-10-10 00:59:05 +00:00
Tyler Akins
32a4467252
New attachment view, do_hook() with parameters, better attachment hook
2000-10-09 12:18:32 +00:00
Luke Ehresman
842c56ae78
made message index order customizable
2000-10-07 16:23:18 +00:00
Luke Ehresman
369e7225ff
changed version to "0.6pre1 (cvs)"
2000-10-06 21:22:15 +00:00
pallo
e6366ffc7a
Avoid using track vars when not necessary.
2000-10-04 14:17:50 +00:00
Tyler Akins
8c33b4b434
Attempted to auto-detect port number in get_location()
2000-10-02 20:35:25 +00:00
Luke Ehresman
1aab461cf7
added catalan
2000-10-02 13:37:45 +00:00
Tyler Akins
60ec412850
Improved random number generation
2000-10-02 12:17:26 +00:00
Tyler Akins
cffb2e9b1f
Strings with ) are not counted in mime_match_parenthesis()
2000-10-01 16:32:46 +00:00
pallo
b799a269df
Fixed bug in PHP version checking code.
2000-09-29 09:55:54 +00:00
pallo
addf91a3ff
Fixed one of Gustav's many famous typos :)
2000-09-27 14:13:08 +00:00