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
3e34975a84
- more minor UI tweaks
...
- added headers to saved text messages
2000-07-13 10:20:54 +00:00
Luke Ehresman
b849651bb9
- fixed bugs in conf.pl, removed some unnecessary options
...
- tweaked UI in a few more places
- made fonts larger when viewing full header
2000-07-12 11:01:46 +00:00
gustavf
a0f2591f38
Changed the way attachments are viewed. Now, clicking on the filename
...
is "view" and a link behind is "download" (application/octet.stream).
2000-07-11 09:58:33 +00:00
gustavf
72b04b39ff
Fixed bug that made it impossible to receive attachments.
2000-07-11 08:15:29 +00:00
gustavf
d6ec0350d6
Charset and encoding support is now working again :-)
2000-07-10 14:24:56 +00:00
gustavf
0124aca800
Added a 0 to a call in mime_structure to get rid of error messages.
2000-07-10 12:14:18 +00:00
gustavf
2c5891c4e8
Put decoding of encoded bodies back in after MIME rewrite. Still
...
missing a header->charset to get the charset support working again.
2000-07-10 11:35:31 +00:00
gustavf
1027cdda39
Made hide parameter to sqimap_mailbox_select optional, since few
...
function calls used it for something.
2000-07-10 09:37:50 +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
Luke Ehresman
3a9c042add
Fixed major problems with IMAP session handling in the MIME code. This
...
fixed a bunch of bugs including "reply", "forward", and the weird attachment
problem I was having.
2000-07-08 11:59:01 +00:00
Luke Ehresman
4c8b901c3e
- added a bunch of sqimap_logout's where none existed
...
- deleting/moving takes you right back where you were
- Folders section is handled better, removed notification screens
- The options "cc" and "to and cc" were added to message highlighting
2000-07-08 11:13:09 +00:00
Luke Ehresman
b8fefd8797
- added a view header option
...
- folders.php - fixed bug when listing sent/trash folders
- fixed some bugs in message highlighting
- reorganized the options page, fixed a bunch of bugs in it as well
- changed background color of header in read_body.php
2000-07-07 08:02:04 +00:00
gustavf
1767c58635
Made some more changes to the received line.
2000-07-06 17:55:43 +00:00
gustavf
c43f4c7201
Some more modifications to the received line.
2000-07-06 11:35:49 +00:00
gustavf
ce12773a34
Added proxying information to the Received: header if the user comes
...
through a HTTP-prxy that sets either HTTP_VIA or HTTP_X_FORWARDED_FOR.
2000-07-06 10:35:59 +00:00
gustavf
9141b0fcf7
Fixed bug: Now using uppercase letters when doing RFC1521 encoding of headers. Also propeprly encoding ?=_.
2000-07-06 09:02:30 +00:00
gustavf
f22ef95d0b
Fixed bug with 8-bit characters in personal name when sending mail.
2000-07-05 14:45:57 +00:00
pallo
d7e526f8e9
Removed what appears to be leftover debug code.
2000-07-05 08:49:27 +00:00
pallo
7dac11777b
Applied patch from Toby Cabot to fix a small bug in address handling.
...
Added htmlspecialchars() around variables in form output.
2000-07-05 08:32:10 +00:00
pallo
7929a509a2
Insert In-Reply-To and References headers when replying to a message.
2000-07-04 15:26:08 +00:00
gustavf
87b17825d0
Added a new session variable base_uri. Uses this variable when
...
printing the page header. This is needed to be able to print the
header in plugins.
2000-07-04 13:23:02 +00:00
gustavf
0121e467a7
Added missing ; in HTML-code.
2000-07-03 09:43:58 +00:00
oricn
cbe74f16d5
Fixed a small glitch in my Priority code, also added 2 (high) to the proirity list not just 1 (higest)
2000-06-30 19:25:20 +00:00
Luke Ehresman
3a26375167
Made some changes to the way that attachments are downloaded -- changed the
...
content-type to "application/octet-stream" so that it will always get downloaded.
If it is an image, it has a "view" button beside it for convenience, and that
will load the picture in the browser.
Updated the configuration script, and documentation on mime
2000-06-30 15:17:20 +00:00
oricn
43feb145b7
Added X-Priority Detection Now puts a "!" in the coloum after Date if the message has an X-Priority value of "1" Highest.
2000-06-30 14:44:13 +00:00
gustavf
f6aa7e6f4a
Added auth.php to put authentication functions in one place. Added a
...
function there to check if the user is logged in without having to
connect to the IMAP server. Using this function in compose.php as a
test.
2000-06-29 12:46:49 +00:00
gustavf
683fa64ac3
Now translation is working for "Unknown user or..."
2000-06-29 11:40:58 +00:00
gustavf
21f4f73ac2
Fixed spelin errorr.
2000-06-29 08:17:05 +00:00
gustavf
83f3c2eaf9
Added basic framework for plugin support. Very little code so far. Two
...
hooks in page_header.
2000-06-28 13:07:00 +00:00
gustavf
224eae774e
Changed comment. It used to plain wrong.
2000-06-28 10:47:07 +00:00
Luke Ehresman
2b0ce93b64
updated todo, trying to fix this stupid multiple log email problem,
...
fixed HTML support in mime
2000-06-23 14:32:09 +00:00
Luke Ehresman
3151a897b6
may have fixed the blank subject problem
2000-06-23 02:02:37 +00:00
Luke Ehresman
a29db933f4
This MIME support now passes the torture test that Gustav sent to the
...
mailing list.
2000-06-23 01:55:09 +00:00
Luke Ehresman
d5af1227ee
added debugging information and fixed a minor bug -- not reading in enough
...
characters from the IMAP server for really large responses.
2000-06-22 20:01:27 +00:00
Luke Ehresman
2c69920d1e
made message highlighting be more flexible. You can now highlight messages
...
based upon "from", "to", or "subject".
2000-06-21 17:28:05 +00:00
Luke Ehresman
5bb18f1127
Rewrote MIME support and made it much, MUCH quicker. All parsing of the
...
messages are now handled on the IMAP server, rather than inside PHP, which
makes it about 20x faster (literally).
2000-06-21 16:09:37 +00:00
pallo
f5bb0f1f04
Added "List all" button to javascript address book.
...
List all addresses in the personal address book when window is opened.
2000-06-21 11:13:26 +00:00
gustavf
f0fa5751df
Fixed translations in signout.php. Moved setting of language cookie
...
from page_header.php to signout.php.
2000-06-20 08:33:07 +00:00
Luke Ehresman
257e917384
Made the message highlighting much more stable and usable. It has quite
...
a bit of error correction, and the interface was made easier and more
functional.
2000-06-19 00:57:21 +00:00
Luke Ehresman
ed9cd0817d
Added basic support for message highlighting. Note that this needs quite
...
a bit of work yet, because there is no error correction in the data entry
under the options menu. But it works. :)
2000-06-18 05:25:12 +00:00
Luke Ehresman
5928b54798
moved buttons on compose form so they are more accessable to smaller
...
displays. Someone requested this on the mailing list.
2000-06-18 02:52:08 +00:00
gpadgham
3030722d0e
changed where a variable is registered in the session so heavy hard drive IO doesn't exist when sorting tons of e-mail headers.
2000-06-15 15:20:43 +00:00
gustavf
11236627f8
Made a few strings easier to translate.
2000-06-14 07:52:09 +00:00
oricn
f1f530bb81
Wrong version commited last time :P
2000-06-08 18:36:10 +00:00
oricn
78cd9a8756
Added th patch from Tom Duffey, added checking for ftp, telnet, https will lookinto better ways.
2000-06-08 18:34:22 +00:00
gustavf
960b66a381
Added polish translation from Lukasz Klimek <casa@LO.Pila.PL>.
2000-06-07 13:53:05 +00:00
lbergman
c5bbd66838
added help to menu choices
2000-06-05 20:09:12 +00:00
Luke Ehresman
1966ba7a22
Updated some things to say 0.5pre1
2000-06-01 12:52:44 +00:00
nehresma
40f15816b8
spelling fix
2000-05-26 19:34:41 +00:00