[Zope-CMF] RE: Zope.org feedback

Roel Van den Bergh roel@planetinterior.com
Wed, 20 Mar 2002 16:33:45 +0100


tnx for the tip. Now I can view and edit the message without errors.

But how do I send and recieve messages (I have a mail server running on a=
n
other system).
Or can I do this entirely in Zope?

-----Oorspronkelijk bericht-----
Van: Joseph Wayne Norton [mailto:norton@alum.mit.edu]
Verzonden: woensdag 20 maart 2002 1:46
Aan: roel@planetinterior.com
Onderwerp: Re: Zope.org feedback



Roel -

Try making the following change to the CMFMail product.  I think this
will fix the problem.

- j

diff -u -r1.12 Mail.py
--- CMFMail/Mail.py     29 Nov 2001 03:32:38 -0000      1.12
+++ CMFMail/Mail.py     20 Mar 2002 00:39:52 -0000
@@ -84,7 +84,7 @@
 # manage_Add

 # MailMessage
-def
manage_addMailMessage(self,id=3DNone,title=3DNone,parent=3DNone,REQUEST=3D=
None,**kw)
:
+def
manage_addMailMessage(self,id=3DNone,title=3D'',parent=3DNone,REQUEST=3DN=
one,**kw):
     """
     Create a mail message.


?=80At Wed, 20 Mar 2002 08:39:34 +0900,
Joseph Wayne Norton <norton@alum.mit.edu> wrote:
>
>
> Roel -
>
> At Tue, 19 Mar 2002 16:35:34 +0100,
> Roel Van den Bergh wrote:
> >
> > Are users visiting the site able to send messages to each other this
way?
> >
>
> No, this product doesn't have this type of support/features.  This
> product only creates a new CMF type object with a base set of
> properties that are typically found in a e-mail message.  The base CMF
> content model is the same.  I had used this object to prototype the
> archival of a mailing list's mail archive.  However, it is hardly a
> finished product ... just a prototype.
>
> >
> > I've downgraded to Zope 2.4, CMF 1.1, ZPT 1.4.0, TAL 1.4.0, Zutils
1.1.1,
> > CMFTree 0.0.1 and BTreeFolder 0.2, installed CMFDecors as described i=
n
the
> > dependencies.txt and it still doesn't work (running on win 2k)
>
> I don't believe the version issue is the problem ... I think it is
> best to use the latest version of zope, cmf, etc.
>
> Did you try using the bin "script" that I mentioned in my last mail?
> I had only used the zope CMF interface to view mail messages ... not
> to create mail messages.  The "bin" script had always created the
> message.
>
> >
> > Every suggestion is very welcome
> >
>
> I wouldn't use this product unless you are willing to modify the
> product.  It might take too much time to modify to meet your needs.
>
> - j