Luke Ehresman
|
9f46ec91ca
|
updated config script
|
2000-04-19 02:50:56 +00:00 |
|
Luke Ehresman
|
23f734adcc
|
refixed bug for fetching headers
|
2000-04-18 01:10:51 +00:00 |
|
Luke Ehresman
|
24b6b81305
|
re-fixed bug for fetching headers. (:
|
2000-04-18 01:10:27 +00:00 |
|
Luke Ehresman
|
21f468a0dc
|
fixed the problem with us not being RFC complient for courier
|
2000-04-18 00:28:16 +00:00 |
|
gpadgham
|
d9097790c6
|
added move message bug to bug list
|
2000-04-17 15:41:52 +00:00 |
|
Luke Ehresman
|
61b7048566
|
updated config script
|
2000-04-16 20:22:26 +00:00 |
|
gustavf
|
380fddbaf2
|
Fixed spelling of Deutsch.
|
2000-04-16 10:51:11 +00:00 |
|
Luke Ehresman
|
f4cab0de8e
|
added the BUG file, updated config script
|
2000-04-15 15:34:37 +00:00 |
|
Luke Ehresman
|
1bd03dd251
|
updated config script, and added 2 people to AUTHORs file
|
2000-04-15 06:25:34 +00:00 |
|
mattphillips
|
f4412fdca3
|
Committed myself to the spelling stuff. (gulp)
|
2000-04-14 15:23:56 +00:00 |
|
Luke Ehresman
|
13b6bc2287
|
removed case insensitivity to bugtest
|
2000-04-14 14:25:01 +00:00 |
|
Luke Ehresman
|
65d016e1d1
|
sorting works on all fields
|
2000-04-14 04:07:56 +00:00 |
|
Luke Ehresman
|
6ac16b7e0f
|
fixed bug with folder listing
|
2000-04-14 03:51:43 +00:00 |
|
Luke Ehresman
|
34c3063ea0
|
bugfixes with folder list
|
2000-04-14 03:19:59 +00:00 |
|
Luke Ehresman
|
583642327f
|
bugfixes with folder listing
|
2000-04-14 03:17:41 +00:00 |
|
Luke Ehresman
|
84dd339009
|
added speed improvements
|
2000-04-14 01:15:58 +00:00 |
|
Luke Ehresman
|
c14c143dc8
|
added many speed improvements
|
2000-04-14 01:15:43 +00:00 |
|
gustavf
|
2649d654f1
|
Added pointer to Russian version.
|
2000-04-13 06:13:48 +00:00 |
|
nehresma
|
2cfba845d4
|
2 new thins (cache, navigation between messages while reading body)
|
2000-04-13 03:21:08 +00:00 |
|
nehresma
|
4e5055bdbf
|
added caching of messages in mailbox, as well as next and previous message
while reading a message.
|
2000-04-13 03:13:01 +00:00 |
|
gpadgham
|
a3344e7d87
|
added the new message index feature...(forgot edit this file earlyer)
|
2000-04-13 02:27:05 +00:00 |
|
nehresma
|
b48414688d
|
updated info on php.ini
|
2000-04-12 20:28:10 +00:00 |
|
gpadgham
|
213578e10b
|
Added feature to allow users to customize how many messages are shown at once while indexing a mailbox
|
2000-04-12 19:02:07 +00:00 |
|
gpadgham
|
ece997e57c
|
Assigned myself to add the option of how many messages to display on the index
|
2000-04-12 17:52:22 +00:00 |
|
gustavf
|
d332b2ac0e
|
Added README.russian_apache from Konstantin Riabitsev.
|
2000-04-12 09:37:45 +00:00 |
|
nehresma
|
c1d5c2628d
|
changed log in method back to using cookies. also session id is now stored
in cookies. preliminary caching done too, but commented out for now (not working).
|
2000-04-12 03:35:12 +00:00 |
|
Luke Ehresman
|
e02cfd342e
|
changed <? to <?php in everything
|
2000-04-11 23:19:53 +00:00 |
|
Luke Ehresman
|
a26b8b0925
|
added dropdown box for subscribe
|
2000-04-11 22:59:58 +00:00 |
|
cosworth
|
435c08b990
|
Fixed back link.
|
2000-04-11 18:30:00 +00:00 |
|
Luke Ehresman
|
9abeae9e8c
|
Worked on setting answered flag
|
2000-04-11 02:35:57 +00:00 |
|
Luke Ehresman
|
58586964a3
|
advanced flags
|
2000-04-11 02:06:43 +00:00 |
|
Luke Ehresman
|
8b7e43ce18
|
added advanced flags to the message list
|
2000-04-11 02:05:25 +00:00 |
|
cosworth
|
54cd02f67e
|
< change to <=, I was right the first time, I will quit now.
|
2000-04-10 20:59:40 +00:00 |
|
cosworth
|
5365cc2824
|
Okay, I was wrong about the <= thing, I changed it back to < which does work.
|
2000-04-10 20:54:26 +00:00 |
|
cosworth
|
379dc7b931
|
Added a more automated way to create Sent and Trash folders since Cyrus doesn't create them during account creation. Also put in a hack to subscribe you to your INBOX as a work around for the fact that Cyrus doesn't have you subscribed to your INBOX automactically. This is all working with the $imap_server_type var, and shouldn't affect any other server type. The options only show up in the folders link if you do not have an INBOX.Sent or a INBOX.Trash.
I need to clean up the code, so don't but it seems to work.
|
2000-04-10 20:42:43 +00:00 |
|
cosworth
|
837b7db448
|
Added var $imap_server_type, usage is in the comments. Need to see if I need to add more server names to the list.
|
2000-04-10 19:52:36 +00:00 |
|
nehresma
|
34158083b8
|
added a few from the mailing list
|
2000-04-10 19:52:14 +00:00 |
|
cosworth
|
496a88cee2
|
Made change to line 193 to make the subscribe option show up for a user that doesn't have subfolders other than the "special folder."
Change < to <=
|
2000-04-10 19:50:26 +00:00 |
|
Luke Ehresman
|
e5df45e10d
|
fixed a few places where cookies were still being set
|
2000-04-10 15:34:04 +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
|
a7caeb29ab
|
added php session stuff to 0.4
|
2000-04-10 13:44:31 +00:00 |
|
nehresma
|
8012f1dc08
|
logged_in bug fix
|
2000-04-10 13:37:15 +00:00 |
|
nehresma
|
269fc50d58
|
added use of PHP's session management
|
2000-04-10 13:34:01 +00:00 |
|
Luke Ehresman
|
435bf3aed2
|
updated changelog, todo
|
2000-04-10 05:51:56 +00:00 |
|
Luke Ehresman
|
14565eb385
|
Added email addr parsing, added bugfix for boundary= header
|
2000-04-10 05:33:59 +00:00 |
|
nehresma
|
376a48072a
|
added several TODOs talked about on the developer's list
|
2000-04-07 02:04:25 +00:00 |
|
pallo
|
c6499a0513
|
Fixed bug in HTML when addressbook is empty.
|
2000-04-06 09:32:10 +00:00 |
|
Luke Ehresman
|
e17fec30e1
|
added url parsing stuff
|
2000-04-05 14:30:54 +00:00 |
|