Commit graph

3121 commits

Author SHA1 Message Date
Luke Ehresman
496094e5a2 fixed some bugs in the sqimap_mailbox_close() function 2000-08-10 15:10:16 +00:00
Luke Ehresman
d8ad681aa8 added sqimap_mailbox_close() and implemented it for all sqimap_mailbox_select() 2000-08-10 14:51:36 +00:00
Luke Ehresman
bcbd7bc514 - fixed and improved wordWrap
- added sqStripSlashes() function
2000-08-10 08:24:55 +00:00
Luke Ehresman
bc05456516 updated changelog, changed version number to 0.5pre2 2000-08-09 18:57:44 +00:00
Luke Ehresman
14349685a3 made message highlighting not case sensative 2000-08-09 18:55:56 +00:00
Luke Ehresman
3b9ada149a added french translation 2000-08-09 17:48:34 +00:00
Luke Ehresman
24258a460a updated a few things in preparation for the 0.5pre1 release 2000-08-09 16:18:23 +00:00
Luke Ehresman
33c369d337 fixed some html errors, added endlines 2000-08-09 15:17:44 +00:00
pallo
15e44d4a62 Only configure LDAP-addressbook(s) if PHP has LDAP support. 2000-08-09 12:48:50 +00:00
Luke Ehresman
75a85c690a if NIL is description, doesn't display it 2000-08-08 14:05:27 +00:00
Luke Ehresman
5f688d9fbf - fixed bug with word wrapping deleting last word
- renamed wordWrap() to sqWordWrap()
Applied patches:
  - fix html errors in mailbox_display.php
  - add a urlencode() in page_header.php
2000-08-08 13:54:37 +00:00
pallo
dc3ab7a91f Renamed $key variable in loops (fixes bug #111155) 2000-08-08 07:08:16 +00:00
Luke Ehresman
6fefdf0cc3 - fixed attachment names from being lower case
- added "Significant Contributions" section to AUTHORS file
- Fixed misspelling of Portuguese (was Portugese)
2000-08-05 10:38:22 +00:00
gustavf
0433a6171f Fixed yet another bug with small letters in QP encoding- 2000-08-04 14:30:39 +00:00
Luke Ehresman
89222d9f37 fixed some more quoting problems with searching and message highlighting 2000-08-03 14:24:32 +00:00
Luke Ehresman
83c798905b added css theme stuff to signout.php
made message highlighting NOT a regexp
2000-08-03 10:13:36 +00:00
Luke Ehresman
049f7a3655 - fixed some more HTML bugs
- fixed bug that threw message index into infinite loop
- changed compose.php to have ENCTYPE=multipart/form-data again
2000-08-02 12:51:17 +00:00
Luke Ehresman
eb096df5d1 fixed minor bug in url parsing that didn't let urls be at beginning of line 2000-08-01 12:49:36 +00:00
oricn
edfe18a7f2 Commented out a DEBUGING line in the URL Parser code. 2000-08-01 11:31:21 +00:00
Luke Ehresman
d1bc9ef85e - Fixed bug when one message left in message index, displayed wrong one
- Added MOTD back in
2000-08-01 10:58:39 +00:00
Luke Ehresman
c7703c06b8 fixed some bugs in url parsing, and in conf.pl 2000-08-01 10:18:27 +00:00
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