Luke Ehresman
f9d245950c
added saving attachments again, and removed a "click here" screen after
...
composing a message.
2000-03-15 13:37:26 +00:00
Luke Ehresman
ee8aad3279
removed saving sent for now
2000-03-15 13:16:24 +00:00
Luke Ehresman
6d65b66b3c
Saving of sent messages works..kinda
2000-03-15 12:41:17 +00:00
gustavf
658948cab9
Added MESSAGE-ID to header array.
2000-03-15 09:59:01 +00:00
gustavf
3e8621f4c9
Things should now work even if PHP is compiled without gettext support.
2000-03-15 09:45:52 +00:00
gustavf
40d05edc2b
Changed \n to \r\n to confomr better with SMTP.
2000-03-14 12:22:41 +00:00
Luke Ehresman
16117bd1ac
fixed the problem with no attachments
2000-03-13 12:04:39 +00:00
Luke Ehresman
78a26f4403
fixed a bug in my last bugfix. (:
2000-03-10 00:27:33 +00:00
Luke Ehresman
e0675f325a
fixed bug in sending messages. It wasn't putting a blank line between the
...
header and the body.
2000-03-10 00:21:30 +00:00
Luke Ehresman
c988303370
updated some documentation
2000-03-10 00:02:10 +00:00
Luke Ehresman
d883a8c471
fixed some slash problems
2000-03-09 13:07:37 +00:00
Luke Ehresman
4f969083b7
fixed a bug with email addresses not displaying right in message list
2000-03-09 13:00:16 +00:00
gustavf
2a5c09f554
Changed language code for German from ger to de.
2000-03-08 15:54:59 +00:00
Luke Ehresman
5cd2d8d8dc
updated for german translation
2000-03-07 22:22:20 +00:00
Luke Ehresman
679934e638
added german translation, fixed some minor bugs.
2000-03-07 22:20:59 +00:00
Luke Ehresman
f30a12c0b8
fixed login problems
2000-03-07 12:34:01 +00:00
Luke Ehresman
b70d28043f
added defaults if no mime type is available
2000-03-07 02:44:50 +00:00
nehresma
28f90b3d5d
documentation added
2000-03-06 16:02:05 +00:00
nehresma
06bdb7ed96
took out some debugging code
2000-03-06 15:42:42 +00:00
Luke Ehresman
889bd2f79b
Removed font tags
2000-03-05 04:54:42 +00:00
Luke Ehresman
2fe25cf047
Fixed some bugs in folder deleting
2000-03-05 03:53:38 +00:00
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