Commit graph

3121 commits

Author SHA1 Message Date
Luke Ehresman
a26b8b0925 added dropdown box for subscribe 2000-04-11 22:59:58 +00:00
Luke Ehresman
9abeae9e8c Worked on setting answered flag 2000-04-11 02:35:57 +00:00
Luke Ehresman
8b7e43ce18 added advanced flags to the message list 2000-04-11 02:05:25 +00:00
Luke Ehresman
d8e415034a added these, changed permissions 2000-04-10 15:33:00 +00:00
Luke Ehresman
19b3e0e380 removed these, changing permissiosn 2000-04-10 15:32:03 +00:00
Luke Ehresman
a1b228fb5e clicking on email addr sends you to compose screen 2000-04-10 14:57:05 +00:00
nehresma
269fc50d58 added use of PHP's session management 2000-04-10 13:34:01 +00:00
Luke Ehresman
14565eb385 Added email addr parsing, added bugfix for boundary= header 2000-04-10 05:33:59 +00:00
Luke Ehresman
e17fec30e1 added url parsing stuff 2000-04-05 14:30:54 +00:00
Luke Ehresman
a4663e3d1a added folder_prefix options 2000-04-04 01:22:42 +00:00
Luke Ehresman
38e28293bb made it possible to have a base imap directory for folders 2000-04-04 00:59:25 +00:00
Luke Ehresman
24c4c6f568 removed debugging 2000-04-03 12:51:30 +00:00
nehresma
0cdac7bd16 added fix for emptying trash where you don't actually delete the Trash folder,
but rather mark messages as deleted and expunge.  do delete the subfolders though.
2000-04-02 20:43:42 +00:00
gustavf
18c6e4c25e Now setting charset also in headers when sending mail. 2000-04-02 17:58:53 +00:00
pallo
62f6201dae Added address management methods (delete & modify).
Better file locking.
2000-04-02 16:50:40 +00:00
pallo
6e9401e3d2 Added address editing and removal methods.
Some bugfixes and improvements.
2000-04-02 16:45:41 +00:00
pallo
98087a6900 Added addressbook management. 2000-03-30 21:55:23 +00:00
pallo
afa95d46f1 Fixed typo. 2000-03-30 21:49:31 +00:00
pallo
5ec219c764 Improved local backend handling. 2000-03-30 21:39:33 +00:00
pallo
d7743d908e Improved error handling. 2000-03-30 20:01:15 +00:00
Luke Ehresman
fd1f5a2ede removed debugging information 2000-03-30 02:09:21 +00:00
pallo
be389a99c2 Constructor checks for LDAP support in PHP. 2000-03-28 19:28:42 +00:00
pallo
adb8951b14 More verbose error reporting. 2000-03-28 19:28:03 +00:00
pallo
7b2d02d72c Some changes to make translation easier. 2000-03-28 12:09:28 +00:00
pallo
232e4c1585 Added addressbook+LDAP functions. 2000-03-25 17:01:15 +00:00
Luke Ehresman
609d3785fa bugfixed the saving sent 2000-03-25 14:04:06 +00:00
Luke Ehresman
72625ecb31 major speed improvements 2000-03-25 12:12:43 +00:00
Luke Ehresman
1e4e3d6ba0 Added unsubscribe/subscribe to folders 2000-03-25 00:07:06 +00:00
Luke Ehresman
8d7c319295 fixed (no subject) in message list. it now shows 2000-03-24 23:31:00 +00:00
Luke Ehresman
48eb500e94 fixed bug with unseen messages 2000-03-24 23:21:14 +00:00
Luke Ehresman
c4ca87e24e saving sent messages works! 2000-03-24 22:04:58 +00:00
Luke Ehresman
970897ebc5 fixed filename problem with attachments 2000-03-24 21:33:20 +00:00
pallo
b650a80da1 Removed the count_chars funtion (not in use, and exists in PHP4.0b4) 2000-03-24 14:54:56 +00:00
Luke Ehresman
d11644ee51 Updated changelog and todo, working on saving sent 2000-03-24 14:35:17 +00:00
Luke Ehresman
6de839d69e fixed color problems with error messagees in compose. 2000-03-24 12:24:47 +00:00
gustavf
78c15ca561 Made page encoding a function if the users selected language. 2000-03-24 11:35:51 +00:00
gustavf
ab8137db08 Removed debug code that had made its way into CVS :-( 2000-03-24 11:11:03 +00:00
gustavf
ac4d51a18e Fixed bug: Charset was not taken into account for single-part messages. 2000-03-24 11:09:19 +00:00
gustavf
f7af096e90 Added full character translation tables for ISO-8859-1, 7 and 15. 2000-03-24 09:06:43 +00:00
Luke Ehresman
0b98c72d5f fixed quote problem, and added \r\n to imap message 2000-03-23 15:41:21 +00:00
gustavf
c65c7d9f43 Added Russian translation. 2000-03-23 14:20:13 +00:00
gustavf
8f63057f54 Minor modifications. 2000-03-23 14:18:01 +00:00
gustavf
1f57cc97aa Added limited support for Cyrillic (only KOI8-R yet) and made it possible to
select default charset.
2000-03-22 13:59:07 +00:00
gustavf
eef6160055 Decoding of iso-8859-7 (Greek) was buggy. Fixed. 2000-03-21 09:05:12 +00:00
Luke Ehresman
314fe0338b fixed minor bug with deleting folders that had quotes in them 2000-03-19 14:15:52 +00:00
Luke Ehresman
f0c37871b8 upped the version to 0.4pre1 2000-03-19 14:03:45 +00:00
Luke Ehresman
e2f6e8d72b Added use of $imapPort 2000-03-19 13:56:44 +00:00
Luke Ehresman
3fe0106a7d fixed bug with "boundary" maybe being uppercase (pine) 2000-03-19 13:42:07 +00:00
gustavf
563bd277ed Made things ready for saving messages to a sent folder. 2000-03-16 19:32:43 +00:00
gustavf
4337a096dc Added a suggested interface to add messages to a sent folder. Also changed
the code so that it knows how much data has been written to the mail.
2000-03-16 11:21:56 +00:00