Commit graph

37 commits

Author SHA1 Message Date
Luke Ehresman
4a6ff6d6d7 added config option to specify the IMAP folder delimiter, rather than
autodetecting all the time (which doesn't work on some servers, apparently)
2000-12-06 15:01:52 +00:00
Tyler Akins
f0ba821678 Changed an if {} else if {} into if {} else {} (removed unnecessary if) 2000-11-16 16:08:49 +00:00
Tyler Akins
d4db78af51 - Returned sqimap_get_delimiter() to the old code, but left the new code
there to see if anyone could get it working
- Returned sqimap_find_displayable_name() to the old code
- Fixed readShortMailboxName() to deal with dissapearing mailboxes and more
- Returned parseAddres() to the old code
2000-10-27 17:06:21 +00:00
Tyler Akins
5effbcffde sqimap_read_data now uses the $response and $message vars
sqimap_login now uses sqimap_read_data, and is shortened a bit
sqimap_mailbox_select now forms proper request to sqimap_read_data
Potential fix for the UW version 8 IMAP server
2000-10-22 23:04:06 +00:00
Tyler Akins
bab85e2806 Added html_top and html_bottom hooks to read_body for compression plugin
Changed internationalization things a bit, hopefully easier and less errors
Many bug fixes and speed enhancements from Martin Jespersen (embeejay)
Fixed a few bugs and did some speed changes on my own too!
2000-10-21 16:08:31 +00:00
Tyler Akins
481d61b096 When there is an error logging in, and since we are using frames, the
"Click here to try again" link/prompt will now have the login.php script
fill the entire browser window (removing the frameset).
2000-10-17 21:27:03 +00:00
Luke Ehresman
8e1d8f7136 added CHARSET option to searching.. should fix the german character
problem.  Please test it out.  It takes the charset from your current
language.
2000-09-19 21:46:22 +00:00
gustavf
1bbc280e7a Added encryption of the password before it is stored in a cookie. 2000-08-17 10:11:07 +00:00
Luke Ehresman
dd974cdaef if from = "" <user@domain.com>
it now displays the address.  Previously it was blank.
2000-08-14 17:31:58 +00:00
Luke Ehresman
8c3f9a7b88 simple fix of a sorta-bug. Did a check for function bindtextdomain().
It was reported on bugs list that someone got "function doesn't exist" error.
2000-08-11 10:01:45 +00:00
Luke Ehresman
33c369d337 fixed some html errors, added endlines 2000-08-09 15:17:44 +00:00
Luke Ehresman
929a043391 - added "High Contrast" theme submitted by Casey A. Peel <cpeel@localhost.localdomain>
- fixed a few things in mime.txt
- added configurable message statuses on folder list
2000-07-14 08:36:15 +00:00
Luke Ehresman
cb9a59a769 - fixed bugs in sorting by from and subject
- After login, you go to INBOX, not the welcome screen
- worked out some more bugs in conf.pl
- subscribe/unsubscribe can select multiple folders at one time
- made empty trash happen on left side so you stay where you are
- standardized look and feel a little bit more
- fixed problems with renaming of folders
2000-07-10 09:22:44 +00:00
gustavf
683fa64ac3 Now translation is working for "Unknown user or..." 2000-06-29 11:40:58 +00:00
Luke Ehresman
1b94a32042 speed optomizations and less imap commands 2000-04-28 03:43:43 +00:00
Luke Ehresman
62b919ff99 optomizations 2000-04-28 02:41:30 +00:00
Luke Ehresman
583642327f bugfixes with folder listing 2000-04-14 03:17:41 +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
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
nehresma
269fc50d58 added use of PHP's session management 2000-04-10 13:34:01 +00:00
Luke Ehresman
fd1f5a2ede removed debugging information 2000-03-30 02:09:21 +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
c4ca87e24e saving sent messages works! 2000-03-24 22:04:58 +00:00
Luke Ehresman
d11644ee51 Updated changelog and todo, working on saving sent 2000-03-24 14:35:17 +00:00
Luke Ehresman
0b98c72d5f fixed quote problem, and added \r\n to imap message 2000-03-23 15:41:21 +00:00
Luke Ehresman
e2f6e8d72b Added use of $imapPort 2000-03-19 13:56:44 +00:00
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
6d65b66b3c Saving of sent messages works..kinda 2000-03-15 12:41:17 +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
Luke Ehresman
f30a12c0b8 fixed login problems 2000-03-07 12:34:01 +00:00
Luke Ehresman
889bd2f79b Removed font tags 2000-03-05 04:54:42 +00:00
Luke Ehresman
611f4a3dcd Updated documentation, fixed sorting problems in folder list. 2000-02-22 11:47:08 +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