head	1.3;
access;
symbols
	CAMAS_STABLE_1_0:1.2.0.2
	caudium_1_0_11:1.2
	caudium_1_0_10:1.2
	stable_1_0:1.2.0.4
	caudium_1_0_9:1.2
	caudium_1_0_8:1.2
	caudium_1_0_7:1.2
	caudium_1_0_6:1.2
	caudium_1_0_5:1.2
	caudium_1_0_4:1.2
	caudium_1_0_3:1.2
	caudium_1_0_2:1.2;
locks; strict;
comment	@# @;


1.3
date	2001.08.21.13.16.18;	author kiwi;	state dead;
branches;
next	1.2;

1.2
date	2000.11.10.10.23.32;	author grendel;	state Exp;
branches
	1.2.4.1;
next	1.1;

1.1
date	2000.11.10.02.41.08;	author kiwi;	state Exp;
branches;
next	;

1.2.4.1
date	2001.01.08.19.30.48;	author neotron;	state dead;
branches;
next	;


desc
@@


1.3
log
@Camas is now removed from main Caudium source tree
@
text
@CAMAS
=====

CAMAS is heavily based on IMHO 0.97.1 made by
Stefan Wallstrm and Bosse Lincoln.

We owe them many thanks for the big work they had done before IMHO was
included into Caudium as a CAudium Mail Access System

----[ Original README Files ]----------------------------------------

IMHO
====

This is IMHO - IMAP Mail HOst, a Webmail program
for the Roxen webserver (http://www.roxen.com/).

IMHO is Copyright  
   Stefan Wallstrm <stewa@@lysator.liu.se>
 & Bosse Lincoln <lincoln@@lysator.liu.se> 1998-1999

See the file "LICENSE" for license.


IMPORTANT!
There are notes on how to make IMHO work properly with HTTPS later 
in this file.


MAILING LIST:

Please send bug reports and feature requests to imho@@lysator.liu.se
This is a mailinglist about IMHO. New versions will
be announced here. Send a mail with "subscribe" as subject to
imho-request@@lysator.liu.se to subscribe.

=> You'll have to subscribe to this list to be allowed to post to it. <=

For more info: http://www.lysator.liu.se/~stewa/IMHO/


INSTALLATION:

* You need Roxen 1.3 (1.3rel2 recomended) or later to
  run IMHO.

* Copy imho.pike to some directory in your Roxen modulepath and
  add the module to your virtual server. If you have a running
  IMAP-server you should be done after changing a few of the
  configuration variables. It's likely that the "Default mail domain",
  "IMAP server address" and "SMTP server address" variables need
  to be changed.
  "Default IMAP mail folder path" is often an empty string or ~/mail/

* You also have to make sure that the following modules are enabled for
  this virtual server:
  "Main RXML parser"
  "Content Types" (optional, but _very_ useful when sending attachments)
  "Killframe" (optional, will remove the problem of IMHO residing in
               a subframe after a user idle timeout)

Place the language-files (imho_*.pike) wherever you want.




NOTE! 
HTTPS:

In order to make IMHO work with ssl3 (https) and a Roxen version earlier 
than 1.3rel2 (1.3.121) you have to apply the following modification to 
server/protocols/ssl3.pike :

In the function 'send_result' change

    if((file->file == -1) || file->leave_me) 
    {
      my_fd = 0;
      file = 0;
      return;
    }


into

    if((file->file == -1) || file->leave_me) 
    {
      if(do_not_disconnect) {
	file = 0;
	pipe = 0;
	return;
      }
      my_fd = 0;
      file = 0;
      return;
    }

----[ End of Original README File ]----------------------------------

$Id: CREDITS,v 1.2 2000/11/10 10:23:32 grendel Exp $
@


1.2
log
@- proof read the CAMAS docs
- added index.htm to the directory parsers - lotsa people still use
  FrontPage... and micro$oft still refuses to acknowledge that .htm
  extension is a stone age, perverted idea... :P
@
text
@d100 1
a100 1
$Id: CREDITS,v 1.1 2000/11/10 02:41:08 kiwi Exp $
@


1.2.4.1
log
@Removed CAMAS from 1.0.
@
text
@d100 1
a100 1
$Id: CREDITS,v 1.2 2000/11/10 10:23:32 grendel Exp $
@


1.1
log
@Adding some documentations about CAMAS
@
text
@d4 1
a4 1
CAMAS is hevealy based on IMHO 0.97.1 made by
d7 2
a8 2
We may thanks them for the big work they do before this was
included into Caudium a CAudium Mail Access System
d100 1
a100 1
$Id$
@

