Commit graph

15136 commits

Author SHA1 Message Date
gustavf
14bfbad000 Added brief documentation on the plugin architecture. 2000-07-05 07:47:43 +00:00
pallo
48cb30a580 Updated with latest changes. 2000-07-04 15:31:37 +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
lbergman
fc46afcf9a Changed temp file write to from due to leftover file possiblity, At least they will all be in the same dir. Also clarified some instructions. 2000-07-03 14:44:49 +00:00
gustavf
0121e467a7 Added missing ; in HTML-code. 2000-07-03 09:43:58 +00:00
nehresma
7e42c2a954 changed the header at the top of the csv import page to be our normal header
and added some simple error checking/handling.
2000-07-02 03:59:26 +00:00
nehresma
2af7eff0f8 fixed html problem and spelling error 2000-07-02 03:33:27 +00:00
lbergman
9909571047 Initial add of csv import file. No error checking present yet for some things but it works. Thanks Pallo. 2000-06-30 22:20:02 +00:00
lbergman
69833fec9b Added csv import form HTML to addressbook.php. 2000-06-30 22:17:09 +00:00
lbergman
3d465a1d6a changed unclosed comment tags /* on lines 315 & 316 to // 2000-06-30 21:47:19 +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
gustavf
210df58b84 Bug when repkyin. Could not use is_logged_in(). Replaced with
sqimap_login().
2000-06-30 15:30:19 +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
8f4d23215c Removed dependency of IMAP from some more files. 2000-06-29 14:14:24 +00:00
gustavf
ff4875a57f Removed dependency on IMAP. Uses auth.php instead. 2000-06-29 14:03:12 +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
def46d09db Added session variable $is_logged_in. 2000-06-29 12:09:39 +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
pallo
81f32487dd Ported new functions in javascript addressbook to the pure HTML version. 2000-06-28 12:57:37 +00:00
pallo
d3b19e0d1e Fixed some HTML bugs. 2000-06-28 12:55:00 +00:00
pallo
cedf2a3103 Some changes to HTML table code. 2000-06-28 11:28:31 +00:00
pallo
54a540d989 Fixed bug in Javascript code. 2000-06-28 11:13:47 +00:00
gustavf
0d77894b63 No longer requires both body and subject. One of them is enough. 2000-06-28 10:49:02 +00:00
gustavf
224eae774e Changed comment. It used to plain wrong. 2000-06-28 10:47:07 +00:00
Luke Ehresman
8414b1fa0e made a few asthetic changes to addressbook.php -- made it so that the info
part wasn't tagged as "nowrap" so that it doesn't go off the screen if
they have a long info line (like on the demo site)
2000-06-24 04:49:21 +00:00
Luke Ehresman
8a2a0747fb updated some documentation, fixed minor bugs in MIME decoding, made
reply and forward work for composing messages.
2000-06-24 04:21:22 +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
7d2c67612d wrote up documentation on how the MIME stuff works now 2000-06-23 04:39:10 +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
gustavf
62d514d526 Fixed up porblem with language selection. Now uses HTTP content
negotiation if cookie is not set and sets charset correctly.
2000-06-20 08:22:08 +00:00
oricn
1b99fb6b0e Put my name against the search mailbox(es) TODO, seeing as i have already started it as i said i would :P 2000-06-19 13:20:46 +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
571e7a2d41 testing multiple file commits for CVS messages 2000-06-18 03:46:57 +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
lbergman
1a10feb141 Added error check and message for missing ../help/en dir and hlp files. 2000-06-16 14:47:35 +00:00
Luke Ehresman
d9f9f3bf6e a test run of the logging capabilities 2000-06-15 18:56:58 +00:00
Luke Ehresman
a6f5ef2168 testing the logging to email list 2000-06-15 18:51:53 +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