Commit graph

14284 commits

Author SHA1 Message Date
lkehresman
cf4f3f3af5 Adds message flag usage.. messages are bold if unread, not shown if deleted. 2000-02-22 12:06:33 +00:00
lkehresman
34c737b83c Fixed the problem with downloading attachments... they work now. 2000-02-22 11:55:02 +00:00
lkehresman
c9bf4d35b8 Updated documentation, fixed sorting problems in folder list. 2000-02-22 11:47:08 +00:00
gustavf
e7e91a1cef Fixed a problem with signatures getting added all the time when
attaching files.
2000-02-21 12:33:14 +00:00
lkehresman
c476df0b4d Just updated some documentation 2000-02-21 12:21:11 +00:00
lkehresman
10db3375ba Updated translation file. 2000-02-21 12:08:36 +00:00
lkehresman
6c7a6cc496 Rewrote imap functions 2000-02-21 12:00:35 +00:00
lkehresman
1b45484e5e Rewrote IMAP functions. 2000-02-21 12:00:17 +00:00
gustavf
538b571e0c Added use of signature separator. 2000-02-21 08:41:54 +00:00
nehresma
47b7685436 changed the fetch command for headers to be more flexable across
different servers
2000-02-19 18:04:16 +00:00
lkehresman
7fb4e39568 updated the authors file 2000-02-18 12:44:37 +00:00
lkehresman
3fa90cae86 Added the header("Location...") to index.php 2000-02-18 12:08:09 +00:00
nehresma
c95ba80c4c removed whitespace at end of file 2000-02-17 17:14:18 +00:00
nehresma
eee88a2f25 deleting folders is now recursive and should work more reliably 2000-02-17 17:13:18 +00:00
lkehresman
ecb560b65a Small fix to folder renaming. 2000-02-16 12:08:45 +00:00
nehresma
7dff534508 more debuging stuff for shane 2000-02-16 04:12:11 +00:00
nehresma
4b7c6ce41c more debug stuff for Shane 2000-02-15 22:23:00 +00:00
nehresma
69f3211ba2 fixed some html on removing a folder 2000-02-15 15:55:57 +00:00
nehresma
c1d0e08a22 added debug info to track emptying of trash bug on Shane's
system
2000-02-15 15:55:24 +00:00
gustavf
e2e8a7d071 Reworte the install guide. 2000-02-15 11:35:03 +00:00
nehresma
4ec9ed9a1a downloading of attachment bug fix. blank line at end of php script
src/load_prefs.php that cause the header function to not work.
2000-02-14 20:59:39 +00:00
nehresma
fb14273531 bug fixes and better error messages on emptying trash 2000-02-14 19:40:20 +00:00
gustavf
52badaa242 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
nehresma
9e8865fecf fixed bug where empty trash wasn't showing up 2000-02-11 22:56:15 +00:00
nehresma
11967e3d71 fixed a couple of bugs in folder manipulation, in particular:
- creating of folders wasn't using the folder delimeter
   - deleting of folders was broken
   - renaming folders didn't keep you subscribed to the folder on Cyrus
   - the left frame wasn't checking the right thing when looking to see if
         a folder was a special folder or not.
2000-02-11 22:30:18 +00:00
lkehresman
748b8ce11d Updated some of the themes, fixed some asthetic problems with some error messages 2000-02-11 12:24:42 +00:00
gustavf
ae79e2110f 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
1dbaf906af 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
nehresma
8e44bcf092 added gustav's new option for using sendmail as of 0.3 2000-02-10 15:43:50 +00:00
lkehresman
7edea7a8b1 Made deleting messages smarter.. detects if trash folder exists or not 2000-02-09 14:54:46 +00:00
lkehresman
9b38f638aa put the send button back at the top 2000-02-09 14:09:18 +00:00
gustavf
bd9c735eca Added configuration directive attachment_dir 2000-02-09 13:40:17 +00:00
gustavf
3a52fb9ca1 File no longer used. 2000-02-09 12:22:16 +00:00
lkehresman
0eee4d48ff Moved attachment adding during compose to bottom 2000-02-09 12:21:54 +00:00
lkehresman
adde5626a3 updated the changelog 2000-02-09 12:12:09 +00:00
lkehresman
96deca317e 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
3363eb7117 Added correct timezone according to locale 2000-02-09 11:18:50 +00:00
lkehresman
dd35219911 Fixed a bug in displaying email addresses in the message list. 2000-02-08 12:28:11 +00:00
lkehresman
fbc33cbf16 This might fix the problem with adding slashes when composing messages 2000-02-08 12:18:17 +00:00
lkehresman
2b9b5fbaa1 Added refreshing of left folder list using META tags. Editeded HTML for
compose.php a little bit.
2000-02-08 11:59:09 +00:00
nehresma
b7c5927e52 spelling mistake 2000-02-05 17:57:38 +00:00
nehresma
6b0cd6ec61 Cleaned up a bit of HTML in composing messages 2000-02-05 17:40:56 +00:00
nehresma
e1e86188a0 added speed stuff to 0.3pre1 2000-02-05 17:26:53 +00:00
nehresma
ae430eb05f 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
a3ab4ec9a8 Added attachments support when sending mail (alfa quality). 2000-02-01 13:58:51 +00:00
nehresma
44dd4cfd4a added step for copying config_default.php to config.php 2000-01-31 16:55:05 +00:00
nehresma
672b7692dc 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
nehresma
358f20c6b7 added checking to see if php was compiled --with-gettext or not 2000-01-31 16:47:18 +00:00
nehresma
43afa6be97 removing config.php from the cvs. instead use config_default.php 2000-01-31 16:46:03 +00:00
nehresma
fe1aa80a8d this is the new default config file. use this to add new configuration
options, but make a copy of it as config.php on your system to customize
for your network.
2000-01-31 16:43:54 +00:00