Commit graph

3200 commits

Author SHA1 Message Date
nehresma
724f46a357 sqimap_mailbox_delete was recursive and it no longer needed to be 2000-03-04 21:31:54 +00:00
nehresma
80f37eaf33 deleting of folders should work now 2000-03-04 21:25:42 +00:00
nehresma
7373ae9b9e tree functionality 2000-03-04 21:24:13 +00:00
Luke Ehresman
326e29e174 fixed problem with wrong messages getting deleted 2000-03-03 12:04:17 +00:00
gustavf
12637c99fe Fixed a few bugs when setting language. 2000-03-02 10:29:34 +00:00
gustavf
3e93f03caa Added setting of language and a brief Norwegian translation. 2000-03-01 14:42:32 +00:00
gustavf
960fbbd382 Added a constat to all files in functions/ to be able to chech whether the
file has already been included.
2000-03-01 08:44:35 +00:00
gustavf
afc9c2c723 Uses the brand new configuration directive email_address to set the
From: address when sending mail.
2000-02-29 14:49:16 +00:00
gustavf
22057561e6 Typo in last commit. 2000-02-29 14:35:44 +00:00
gustavf
038ddd9523 Added support for iso-8859-1 (Latin/Greek alphabet). 2000-02-29 14:29:37 +00:00
Luke Ehresman
9dd3457d0c ifixed a few bugs with not being RFC complient 2000-02-29 12:42:57 +00:00
gustavf
20118cb5b3 Fixed bug: Encoding was not set correctly when message was not multipart. 2000-02-29 11:52:15 +00:00
gustavf
bf00a72aca Moved some output, so that page_header.php can send headers. 2000-02-28 14:47:23 +00:00
gustavf
4dd329551a Added i18n.php and moved som functionality to that file. 2000-02-28 14:18:43 +00:00
gustavf
ddcdaa1fbf Changed parameters to sendmail. 2000-02-27 18:24:58 +00:00
gustavf
a38cdabfdd Changed name of rfc1522Decode to decodeHeader. The function now returns
HTML-entities and the output should not be run through htmlspecialchars.
Added full support for all characters in iso-8859-15 (translated into Unicode
HTML entities according to HTML 4.0).
2000-02-25 12:51:35 +00:00
gustavf
1db2d7e1ac Added partial support for iso-8859-15 to rfc1522Decode. 2000-02-24 09:44:36 +00:00
gustavf
af4341d0a5 Fixed decodeBody. Now handles Quoted Printable correctly. 2000-02-23 10:31:27 +00:00
gustavf
aff062119c Added gettext to strings. 2000-02-23 10:04:58 +00:00
gustavf
3a4d89fc67 Added support for RFC1522 (MIME coding of headers). 2000-02-22 13:32:38 +00:00
Luke Ehresman
d5c3b8a6f9 fixed problems with viewing messages ending with a ) 2000-02-22 12:14:46 +00:00
Luke Ehresman
d9b0649076 Adds message flag usage.. messages are bold if unread, not shown if deleted. 2000-02-22 12:06:33 +00:00
Luke Ehresman
1ed03f4b37 Fixed the problem with downloading attachments... they work now. 2000-02-22 11:55:02 +00:00
Luke Ehresman
611f4a3dcd Updated documentation, fixed sorting problems in folder list. 2000-02-22 11:47:08 +00:00
gustavf
0433435ec3 Fixed a problem with signatures getting added all the time when
attaching files.
2000-02-21 12:33:14 +00:00
Luke Ehresman
112d9bc61c Just updated some documentation 2000-02-21 12:21:11 +00:00
Luke Ehresman
d507e552c8 Rewrote IMAP functions. 2000-02-21 12:00:17 +00:00
nehresma
a4e05de6de changed the fetch command for headers to be more flexable across
different servers
2000-02-19 18:04:16 +00:00
nehresma
a5fdbfdfcf deleting folders is now recursive and should work more reliably 2000-02-17 17:13:18 +00:00
nehresma
050324174f fixed some html on removing a folder 2000-02-15 15:55:57 +00:00
nehresma
a55373bd55 bug fixes and better error messages on emptying trash 2000-02-14 19:40:20 +00:00
gustavf
a92d01f2e1 Minor bug that let the user get files from any directory on the server using
../../dir/dir as attachments fixed.
2000-02-14 07:55:37 +00:00
gustavf
44cb896e8a No longer put complete filename relative to / in the HTML-code when
attaching files. This was a security bummer.
2000-02-11 09:46:15 +00:00
nehresma
be778eead1 fixed some cyrus problems and a bug in reloading the left frame where the
time was set to "" rather than "None".
2000-02-11 02:42:40 +00:00
Luke Ehresman
dfe2b3657f Made deleting messages smarter.. detects if trash folder exists or not 2000-02-09 14:54:46 +00:00
Luke Ehresman
db4f8834c4 Fixed some major bugs in getting the folder list. Might fix the problem with the left folder not refreshing. Also made the folder creation and deletion look nicer. 2000-02-09 12:10:43 +00:00
gustavf
bca8608947 Added correct timezone according to locale 2000-02-09 11:18:50 +00:00
Luke Ehresman
021a919842 Fixed a bug in displaying email addresses in the message list. 2000-02-08 12:28:11 +00:00
Luke Ehresman
1012474c0a This might fix the problem with adding slashes when composing messages 2000-02-08 12:18:17 +00:00
nehresma
3f92b233e3 increased performance of reading mailboxes 20-30% by doing 2 things:
1. Read message flags in at same time as headers
   2. Sped up the getTimeStamp function in date.php
2000-02-05 17:02:05 +00:00
gustavf
acfb8eb8a5 Added attachments support when sending mail (alfa quality). 2000-02-01 13:58:51 +00:00
nehresma
1de98e240a fixed a bug when deleting messages and the flag for moving to trash was set,
but there was no trash box to move to.
2000-01-31 16:50:01 +00:00
gustavf
0ff0583a0f Restructured code for sending. compose_send.php is no longer used.
Made a framework for sending attachments.
2000-01-28 12:25:24 +00:00
Luke Ehresman
6c609ecb83 fixed some bugs in the way it got the folder separator 2000-01-27 15:15:02 +00:00
gustavf
1026d64179 Moved creation of headers into write822Header and some code clean up. 2000-01-26 09:51:09 +00:00
gustavf
138c05236b Some minro modification to the use of config.php 2000-01-25 14:47:26 +00:00
nehresma
d213b06c5b fixed several parse errors with gettext stuff 2000-01-13 23:07:42 +00:00
serek
b8c09d04b9 added gettext support. 2000-01-13 21:26:30 +00:00
serek
e6052853b1 added gettext support. 2000-01-13 21:18:59 +00:00
serek
8d45a568f1 added gettext support. 2000-01-13 20:59:13 +00:00