mattphillips
bfe087e99f
Fix for bug number 110588. Addresses listed in the CC field of reply all messages never get double commas now.
2000-07-31 21:31:20 +00:00
Luke Ehresman
b7304a887c
removed making search results highlighted -- messed up other parsing badly
2000-07-31 16:16:57 +00:00
Luke Ehresman
2ea3b78c9e
made it so searched results are bold
2000-07-31 15:34:21 +00:00
Luke Ehresman
9d36327160
- fixed bug when deleting last message, sends you to previous list
...
- fixed bug about translate_text missing an argument
- added functionality in conf.pl to detect themes
- fixed a number of <? to be <?php
2000-07-31 14:24:37 +00:00
Luke Ehresman
edb75abb23
- did decodeHeader on to_ary and cc_ary
...
- removed requirements for subject and body of message (by request
from the list a while ago)
- fixed some language problems in help.php
- fixed some bugs with saving sent and trash folders in prefs
- let the searched results use message highlighting
2000-07-30 18:12:53 +00:00
Luke Ehresman
2245a47d18
- added more hooks
...
- updated documentation on plugins to include a list of hooks
- added info in plugin.txt on how to use "options" in your plugins
2000-07-30 15:06:26 +00:00
Luke Ehresman
5f7ac816ff
- fixed some poorly formed HTML
...
- made conf.pl a bit smarter in detecting themes directory
- added "configure" which points to config/conf.pl
2000-07-29 16:50:28 +00:00
Luke Ehresman
ddddbbe8d6
fixed a few more links to make them search-aware
...
fixed a few typos in translating_help.txt
2000-07-29 13:03:00 +00:00
Luke Ehresman
ccef67e3a5
- tweaked search functions
...
- made the rest of SM aware of search so it works well with sessions
2000-07-28 15:20:50 +00:00
Luke Ehresman
b1d39904be
fixed some bugs in date sorting.. It is now timezone independent
2000-07-28 09:54:12 +00:00
Luke Ehresman
6e7b83ddae
fixed problem with sending subjects with a '.
...
added a urlencode($mailbox) to a link in download.php
2000-07-27 13:11:33 +00:00
Luke Ehresman
600cead230
added some ending html tags, </td>, </tr>, and </table>
2000-07-27 11:45:16 +00:00
oricn
98e5b7067d
Search Functions, Sorry for Multiple commit's CVS went Screwy
2000-07-26 16:23:31 +00:00
oricn
14f69931b4
Added Search. VERY EARLY Stage, Needs a fair bit if work.
2000-07-26 16:20:08 +00:00
Luke Ehresman
dc9e76994f
- fixed renaming folders, now renames subfolders as well
...
- added some new documentation
themes/README.themes
plugins/README.plugins
doc/themes.txt
- moved themes to themes/ directory, added checking in load_prefs
- revaped help system:
- .hlp files are in xml format
- doesn't pop up new window (netscape/ie specific)
- a bit more navigationable
- context-sensative
- updated help documentation
2000-07-26 11:07:07 +00:00
gustavf
1485f5dc0b
Fixed bug that ignored lowercase quoted printable in headers.
2000-07-25 09:24:15 +00:00
Luke Ehresman
59db1f30e6
- removed BUG and TODO since we use SourceForge now,
...
- cleaned up some strings to make translations a bit easier
2000-07-24 18:25:20 +00:00
Luke Ehresman
81870d0933
fixed bug that couldn't read steve's emails
2000-07-24 17:23:26 +00:00
Luke Ehresman
ce696e8508
updated the squirrelmail.po file, fixed some bugs with next/prev
2000-07-24 16:28:26 +00:00
Luke Ehresman
50256e80db
added the 3 new translations to the changelog, fixed my misspelling of
...
Swedish from "Sweedish". :)
2000-07-24 13:36:38 +00:00
gustavf
74916d0e79
Added Portugese (Brazil) translation from Henrique Moura. Language is pt_BR.
2000-07-24 11:51:04 +00:00
gustavf
15cfc1e395
Added Dutch translation from Arjen Halma.
2000-07-24 11:34:12 +00:00
Luke Ehresman
956fbf6252
added more time zone aliases (i.e. BST, MDT, etc)
2000-07-23 19:58:28 +00:00
Luke Ehresman
f58ecc713e
it now decodes filenames
2000-07-23 18:31:43 +00:00
Luke Ehresman
c274dac51a
put the sweedish translation in the LC_MESSAGES directory, adn added it to
...
i18n.php
2000-07-23 17:15:25 +00:00
Luke Ehresman
323a7118d1
- made the date like Netscape Messenger: if today show time, if this week
...
show day and time, else show month day year.
- Fixed error in the way we send the "from" header -- had been sending:
Luke Ehresman <luke@squirrelmail.org> without the quites.. needed them!
- Fixed error when parsing url messages. If it is longer than the word
wrap length, it doesn't wrap it.
- fixed bug reported to list about next/prev not working (needed urlMailbox)
2000-07-23 15:31:05 +00:00
Luke Ehresman
359d45a1ae
fixed bug that didn't send "from" header correctly. It sent it without
...
quotes around the name like this: Luke Ehresman <luke@squirrelmail.org>
2000-07-15 15:32:41 +00:00
Luke Ehresman
a586c1a45b
- cleaned up the documentation directory
...
- fixed a bug in viewing attachments (download link didn't always download)
2000-07-15 11:35:02 +00:00
pallo
de9cf52ab6
Fixed problem with multiline SMTP reponses.
2000-07-14 21:41:17 +00:00
Luke Ehresman
929a043391
- added "High Contrast" theme submitted by Casey A. Peel <cpeel@localhost.localdomain>
...
- fixed a few things in mime.txt
- added configurable message statuses on folder list
2000-07-14 08:36:15 +00:00
Luke Ehresman
3e34975a84
- more minor UI tweaks
...
- added headers to saved text messages
2000-07-13 10:20:54 +00:00
Luke Ehresman
b849651bb9
- fixed bugs in conf.pl, removed some unnecessary options
...
- tweaked UI in a few more places
- made fonts larger when viewing full header
2000-07-12 11:01:46 +00:00
gustavf
a0f2591f38
Changed the way attachments are viewed. Now, clicking on the filename
...
is "view" and a link behind is "download" (application/octet.stream).
2000-07-11 09:58:33 +00:00
gustavf
72b04b39ff
Fixed bug that made it impossible to receive attachments.
2000-07-11 08:15:29 +00:00
gustavf
d6ec0350d6
Charset and encoding support is now working again :-)
2000-07-10 14:24:56 +00:00
gustavf
0124aca800
Added a 0 to a call in mime_structure to get rid of error messages.
2000-07-10 12:14:18 +00:00
gustavf
2c5891c4e8
Put decoding of encoded bodies back in after MIME rewrite. Still
...
missing a header->charset to get the charset support working again.
2000-07-10 11:35:31 +00:00
gustavf
1027cdda39
Made hide parameter to sqimap_mailbox_select optional, since few
...
function calls used it for something.
2000-07-10 09:37:50 +00:00
Luke Ehresman
cb9a59a769
- fixed bugs in sorting by from and subject
...
- After login, you go to INBOX, not the welcome screen
- worked out some more bugs in conf.pl
- subscribe/unsubscribe can select multiple folders at one time
- made empty trash happen on left side so you stay where you are
- standardized look and feel a little bit more
- fixed problems with renaming of folders
2000-07-10 09:22:44 +00:00
Luke Ehresman
3a9c042add
Fixed major problems with IMAP session handling in the MIME code. This
...
fixed a bunch of bugs including "reply", "forward", and the weird attachment
problem I was having.
2000-07-08 11:59:01 +00:00
Luke Ehresman
4c8b901c3e
- added a bunch of sqimap_logout's where none existed
...
- deleting/moving takes you right back where you were
- Folders section is handled better, removed notification screens
- The options "cc" and "to and cc" were added to message highlighting
2000-07-08 11:13:09 +00:00
Luke Ehresman
b8fefd8797
- added a view header option
...
- folders.php - fixed bug when listing sent/trash folders
- fixed some bugs in message highlighting
- reorganized the options page, fixed a bunch of bugs in it as well
- changed background color of header in read_body.php
2000-07-07 08:02:04 +00:00
gustavf
1767c58635
Made some more changes to the received line.
2000-07-06 17:55:43 +00:00
gustavf
c43f4c7201
Some more modifications to the received line.
2000-07-06 11:35:49 +00:00
gustavf
ce12773a34
Added proxying information to the Received: header if the user comes
...
through a HTTP-prxy that sets either HTTP_VIA or HTTP_X_FORWARDED_FOR.
2000-07-06 10:35:59 +00:00
gustavf
9141b0fcf7
Fixed bug: Now using uppercase letters when doing RFC1521 encoding of headers. Also propeprly encoding ?=_.
2000-07-06 09:02:30 +00:00
gustavf
f22ef95d0b
Fixed bug with 8-bit characters in personal name when sending mail.
2000-07-05 14:45:57 +00:00
pallo
d7e526f8e9
Removed what appears to be leftover debug code.
2000-07-05 08:49:27 +00:00
pallo
7dac11777b
Applied patch from Toby Cabot to fix a small bug in address handling.
...
Added htmlspecialchars() around variables in form output.
2000-07-05 08:32:10 +00:00
pallo
7929a509a2
Insert In-Reply-To and References headers when replying to a message.
2000-07-04 15:26:08 +00:00