Commit graph

3200 commits

Author SHA1 Message Date
gustavf
7f2b62ea70 Added mopre entropy collection before creating onte time pad. 2000-09-27 13:34:29 +00:00
Tyler Akins
de87d8da29 Minor HTML change to make Opera see the message list like Netscape 2000-09-26 16:12:35 +00:00
pallo
7afec3a7e7 Use extra parameters on ldap_search if PHP version is 4.0.2 or newer. 2000-09-26 10:24:05 +00:00
pallo
ff6f07534e Added function to check what PHP version we have. 2000-09-26 09:44:30 +00:00
Ondřej Surý
9c9c414faa Delete in Trash does Purge. OndraS. 2000-09-25 08:50:39 +00:00
Luke Ehresman
7199a45025 if no date is sent in the header of a message, it takes the IMAP server's
internal date for that message.
2000-09-23 00:50:23 +00:00
Tyler Akins
9add5d6ab6 Improved link detection in bodies of mail messages. 2000-09-22 18:02:35 +00:00
Luke Ehresman
f0c8e588d3 fixed problems I introduced in previous version of date.php 2000-09-22 01:20:02 +00:00
Luke Ehresman
f0fc78ac9f made some changes to date parsing trying to fix bugs 2000-09-22 01:01:22 +00:00
Luke Ehresman
56a63a2cec Fixed bug I noticed when ONLY an attachment is sent (no text message), it
would display junk.  Now it shows the attachment box.
2000-09-20 05:13:07 +00:00
Luke Ehresman
8e1d8f7136 added CHARSET option to searching.. should fix the german character
problem.  Please test it out.  It takes the charset from your current
language.
2000-09-19 21:46:22 +00:00
Luke Ehresman
4468e95b99 Changed version number
added patches from Tyler Akins to fix hyperlink rendering
2000-09-19 15:11:35 +00:00
pallo
6359632f7b Small security patch: Make sure that the envelope sender address doesn't
contain any spaces or other chars that could be used in an expolit.
2000-09-19 08:22:44 +00:00
pallo
502957a773 Fixed error in MIME structure parsing when response from IMAP server was more than one line. 2000-09-15 08:16:18 +00:00
gustavf
4dbd78bc85 Added new function charset_decode_iso_8859_2. 2000-09-15 07:58:46 +00:00
Luke Ehresman
3763033079 tweaks, fixed some misspellings, added a few hooks 2000-09-14 12:45:53 +00:00
gustavf
7eff600439 Added Norwegian (Nynorsk) translation by Magni Onsoien. I have some
problems with it, but I am working on it.
2000-09-04 13:13:34 +00:00
lbergman
e269c16ef1 Added Korean. 2000-08-30 14:12:28 +00:00
Luke Ehresman
f766c25473 improved email parsing in body of message a little bit (handles more exceptions) 2000-08-30 13:45:30 +00:00
Luke Ehresman
2b85fd91d9 finished adding czech translation 2000-08-28 20:55:34 +00:00
Luke Ehresman
7fb6b302e1 fixed double folder problem 2000-08-28 18:57:28 +00:00
lbergman
96143a8a2f Added Italian translation from Aldo Moresco. 2000-08-22 19:36:07 +00:00
Luke Ehresman
64293cc273 did a few bugfixes in imap functions,
applied patches from list
2000-08-21 15:56:33 +00:00
gustavf
2dbb129036 Changed a few strings to be easier to translate. Should be ready for
0.5 string freeze now.
2000-08-17 11:28:19 +00:00
gustavf
1bbc280e7a Added encryption of the password before it is stored in a cookie. 2000-08-17 10:11:07 +00:00
Luke Ehresman
b426710f20 tweaked conf.pl
added patch from Bill Thousand to allow sending with virtual domains
(see smtp.php for more info in function sendSMTP)
2000-08-14 20:20:31 +00:00
Luke Ehresman
dd974cdaef if from = "" <user@domain.com>
it now displays the address.  Previously it was blank.
2000-08-14 17:31:58 +00:00
mattphillips
25a486951e Added patch number 101150 to fix the regex stuff. Should fix the bug some people were having where messages were being sent to co, etc. 2000-08-11 12:44:59 +00:00
Luke Ehresman
8c3f9a7b88 simple fix of a sorta-bug. Did a check for function bindtextdomain().
It was reported on bugs list that someone got "function doesn't exist" error.
2000-08-11 10:01:45 +00:00
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