Re: [Zope] worldpilot --almost?!

2001-01-11 Thread J. Atwood
Had the same problem. Most likely it is that the people that are sending the messages are using MTF (Microsoft Text Format, or MRTF) which is their variation on RTF that WorldPilot cannot read. Thanks Bill! :) J At 12:28 PM -0500 1/11/01, tom wrote: >hi, > >I have worldpilot almost working on

RE: [Zope] worldpilot --almost?!

2001-01-11 Thread Norman Khine
u could write a brief pointers of what you did it will be great Thanks Norman -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of tom Sent: Thursday, January 11, 2001 12:28 PM To: [EMAIL PROTECTED] Subject: [Zope] worldpilot --almost?! hi, I have worldpilot al

[Zope] worldpilot --almost?!

2001-01-11 Thread tom
hi, I have worldpilot almost working on a latest version of zope on NT. The only problem is that when reading a message I don't get the text of the message, everything else is file. The docs mention something about setting the default domain, how do I do that? thanks, tom ---

Re: [Zope] zope, worldpilot, IMAP, POP...

2000-12-21 Thread Morten W. Petersen
[Jack Ungerleider] | I currently have a "parked" domain with DomainDirect (TUCOWS). They supply | one POP mail box that can be set up, and mine is, as a catch-all. In addition | I can have up to 5 additional forwards of addresses in the domain. Though I | only use one address right now, I defi

Re: [Zope] zope, worldpilot, IMAP, POP...

2000-12-21 Thread Jack Ungerleider
I currently have a "parked" domain with DomainDirect (TUCOWS). They supply one POP mail box that can be set up, and mine is, as a catch-all. In addition I can have up to 5 additional forwards of addresses in the domain. Though I only use one address right now, I definatly see some value in have

Re: [Zope] zope, worldpilot, IMAP, POP...

2000-12-21 Thread marc lindahl
Wow, looks good. Looks like you could make some extensions to zope's membership add/delete, which would rewrite getmailrc to update the user accounts, and also create/delete subdirectories for the mail. From there, perhaps those are the directories used by ZopeGUM? > From: Tony-devel Puglisi <[

Re: [Zope] zope, worldpilot, IMAP, POP...

2000-12-21 Thread Tony-devel Puglisi
For managing a "catchall" account, also called a drop box, check out the excellent program getmail at: http://www.qcc.sk.ca/~charlesc/software/getmail-2.0/getmail.html [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: > >> From: [EMAIL PROTECTED] (Morten W. Petersen) >> >> 1) Want to

Re: [Zope] zope, worldpilot, IMAP, POP...

2000-12-21 Thread marc lindahl
> From: [EMAIL PROTECTED] (Morten W. Petersen) > > 1) Want to be able to retrieve messages to the local box, from > for example your ISP. It probably wouldn't be your ISP, unless you had a virtual domain. Because, you'd use the catchall account: http://lists.omnipotent.net/qmail/26/msg0033

Re: [Zope] WorldPilot Err on Logout.

2000-12-21 Thread Terry Kerr
Yep, I get that too..never bothered to figure out why, I just don't logout. - Original Message - From: "Jason C. Leach" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 22, 2000 4:08 AM Subject: [Zope] WorldPilot Err on Logout. > hi

Re: [Zope] WorldPilot

2000-12-21 Thread corey
http://sourceforge.net/projects/worldpilot/ And upon Thursday of December 21, the illustrious joshb spake thusly... > Any idea where one can find WorldPilot these days? Looking at > www.worldpilot.org takes you to N&H's site where they'll sell > a box running it but I was curious if there are a

[Zope] WorldPilot

2000-12-21 Thread joshb
Any idea where one can find WorldPilot these days? Looking at www.worldpilot.org takes you to N&H's site where they'll sell a box running it but I was curious if there are any updtates to just the software? Josh ___ Zope maillist - [EMAIL PROTECTED

Re: [Zope] zope, worldpilot, IMAP, POP...

2000-12-21 Thread Morten W. Petersen
[marc lindahl] | ...except that assumes the mail server on the same box. Going thru | dead.letter means it can be anywhere... the cron script or whatever gets the | bulk mail has the username/password for that one account. Make sense? Ah, I think I know what you mean.. Do you 1) Want

Re: [Zope] zope, worldpilot, IMAP, POP...

2000-12-21 Thread marc lindahl
...except that assumes the mail server on the same box. Going thru dead.letter means it can be anywhere... the cron script or whatever gets the bulk mail has the username/password for that one account. Make sense? > From: [EMAIL PROTECTED] (Morten W. Petersen) > > If you're thinking of not usi

Re: [Zope] zope, worldpilot, IMAP, POP...

2000-12-21 Thread Morten W. Petersen
[marc lindahl] | That's why I thought it was a cool idea to use the 'catchall' or dead.letter | account - there's no security problems or administration problems. Instead, | the 'pain' is managing that stuff inside zope, including parsing through one | big mailbox to 'divvy up' the mail - probab

Re: [Zope] zope, worldpilot, IMAP, POP...

2000-12-21 Thread Morten W. Petersen
[Erik Enge] | Well, that probably depends on how you figure the administrator to | work. I think I would've tried to abstract the whole notion about | «something under the hood» away from the administrator, and tried to | be clever when I added and delete users within Zope (that is, the code | b

Re: [Zope] zope, worldpilot, IMAP, POP...

2000-12-21 Thread marc lindahl
That's why I thought it was a cool idea to use the 'catchall' or dead.letter account - there's no security problems or administration problems. Instead, the 'pain' is managing that stuff inside zope, including parsing through one big mailbox to 'divvy up' the mail - probably by some cron job ever

Re: [Zope] zope, worldpilot, IMAP, POP...

2000-12-21 Thread Erik Enge
[Morten W. Petersen] | Yup. The way that seems right is to proxy user-account creation through | sudo (unix (linux?) only), thoughts / comments ? Well, that probably depends on how you figure the administrator to work. I think I would've tried to abstract the whole notion about «something unde

Re: [Zope] zope, worldpilot, IMAP, POP...

2000-12-21 Thread Morten W. Petersen
[Erik Enge] | Well, I don't think it would be too much hassle to add some | administrative functionality to keep them in sync (albeit, to be 100% | percent sure will hurt a lot - I guess). I'm guessing that Morten is | already working on this. Yup. The way that seems right is to proxy user-acc

[Zope] WorldPilot Err on Logout.

2000-12-21 Thread Jason C. Leach
hi, Has anyone ever seen an error like this while logging out of world pilot? Or how I might be able to correct it by hand? Thanks, j. AttributeError Sorry, a Zope error occurred. Traceback (innermost last): File /usr/local/www/Zope/lib/python/ZPublisher/Publish.py, line 222, in publish_modu

Re: [Zope] zope, worldpilot, IMAP, POP...

2000-12-21 Thread Erik Enge
[marc lindahl] | This looks great, but it seems to assume pre-existing individual mail (POP | or IMAP) accounts. I'm stuck on, how to create new email accounts when | creating zope memberships, and keep the email accounts sync'd with the zope | memberships (username and password). Well, I don't

Re: [Zope] zope, worldpilot, IMAP, POP...

2000-12-21 Thread marc lindahl
This looks great, but it seems to assume pre-existing individual mail (POP or IMAP) accounts. I'm stuck on, how to create new email accounts when creating zope memberships, and keep the email accounts sync'd with the zope memberships (username and password). > http://www.zope.org/Members/morphe

Re: [Zope] zope, worldpilot, IMAP, POP...

2000-12-21 Thread Morten W. Petersen
[marc lindahl] | I've been investigating how to do web-based email for zope users... it | seemed like worldpilot was cool (BTW, where is it??) http://www.zope.org/Members/morphex/ZopeGUM -- there's a mail / news agent located in that package. Cheers, Morten ___

[Zope] zope, worldpilot, IMAP, POP...

2000-12-20 Thread marc lindahl
I've been investigating how to do web-based email for zope users... it seemed like worldpilot was cool (BTW, where is it??) Then I was talking to a friend, who mentioned vaguely something about perl-script that implemented a yahoo or hotmail type system, and it solved the problem of username/pass

[Zope] worldpilot error

2000-12-04 Thread tom smith
after (finally) getting access to an IMAP server...worldpilot in zope 2.1.6 breaks with this error when reading mail. Listing is fine, sending is fine...only reading has this problem... ...anyone recognize this? cheers tom ___ Zope maillist -

Re: [Zope] WorldPilot

2000-10-27 Thread Chris Withers
Seb Bacon wrote: > > Depends what you want to do with it, and what your zope setup is, but if > you've got enough control over the zope box you're using, you could consider > worldpilot + imap. WorldPilot's code is not the most customisable I've ever seen :-( cheers, Chris ___

Re: [Zope] WorldPilot has the bits...

2000-09-27 Thread John Chandler
> > WorldPilot's Palm side of things was still broken last I checked (last > week, > > IIRC) - it was complaining of login errors, though you could login > happily > > through other means. Get the freshest version of the software you can > as it > > might be fixed now. > > The CVS version works b

Re: [Zope] WorldPilot has the bits...

2000-09-26 Thread Alastair Burt
John Chandler <[EMAIL PROTECTED]> writes: > > > Any ideas how the sync would be done? > > > > > > > WorldPilot has the ability to do this, allegedly. > > WorldPilot's Palm side of things was still broken last I checked (last week, > IIRC) - it was complaining of login errors, though you could

Re: [Zope] WorldPilot has the bits...

2000-09-26 Thread John Chandler
> > Any ideas how the sync would be done? > > > > WorldPilot has the ability to do this, allegedly. WorldPilot's Palm side of things was still broken last I checked (last week, IIRC) - it was complaining of login errors, though you could login happily through other means. Get the freshest versi

[Zope] WorldPilot has the bits...

2000-09-25 Thread Chris Withers
[EMAIL PROTECTED] wrote: > > Any ideas how the sync would be done? > WorldPilot has the ability to do this, allegedly. Might be a good starting point... cheers, Chris ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/z

[Zope] worldpilot: copy of message to sent folder

2000-08-31 Thread Marcus Schopen
Hi there, I'd like to put a copy of each sent mail to a sent folder. Creating folders named "sent" or "SENT" under the INBOX did not help. Further I'd like to send a bcc of each sent mail to an external address. How do I do that? Thanks Marcus

[Zope] Worldpilot + UW-IMAP

2000-07-29 Thread Marcus Schopen
Hi there, I´m using Worldpilot (newest alpha) on Linux (SuSE 6.4). It worlks fine, but I can only create subfolders under the INBOX and no subsub-folders. Subsubfolders are not needed, but I don´t want to create all my first level subfolders under the INBOX, because other IMAP-Progs. (e.g. Netsc

[Zope] Worldpilot+Courier problem

2000-07-27 Thread Paolo Bizzarri
Hi everybody, I have found a strange problem in Worldpilot 1.1.0 alpha. Basically, I was not able to see a message, because the function that performs the parsing of the message (namely, the CreateStruct) was unable to cope with an empty string. I have traced the problem to the QuotedString exp

Re: [Zope] WorldPilot 1.1.0 - Possible bug and solution ?

2000-07-26 Thread Bryan Stillwell
This seems to have worked fine for me. Thanks Paolo! Bryan On Wed, 26 Jul 2000, Paolo Bizzarri wrote: > Hi Zopers, > > apparently, WorldPilot has an error in the getIMAPFolders function, that > do not allow the creation of folders. > > The line is the following: > > cf.AddChild(IMAPFolder(

[Zope] WorldPilot 1.1.0 - Possible bug and solution ?

2000-07-26 Thread Paolo Bizzarri
Hi Zopers, apparently, WorldPilot has an error in the getIMAPFolders function, that do not allow the creation of folders. The line is the following: cf.AddChild(IMAPFolder(Folder,TmpFolderFullName[:-1] , padding+Folder)) I have changed it in: cf.AddChild(IMAPFolder(Folder,TmpFolderFullName[

[Zope] Worldpilot bugs

2000-07-23 Thread Graham Chiu
Using the latest checkout on 2.1.4 1. Mailboxes on the IMAP server with a hyphen in their name do not display 2. The calendar gets out of sync after a few months so that clicking on a date brings up the day before's events. -- Regards, Graham Chiu gchiucompkarori.co.nz http://www.compkarori.c

Re: [Zope] worldpilot and communigate pro

2000-07-22 Thread Graham Chiu
In article <[EMAIL PROTECTED]>, Graham Chiu <[EMAIL PROTECTED]> writes > >I came across communigate pro which is a multiplatform IMAP server ( >www.stalker.com ). I've set it up under Win32, and tried to connect to >it using a new installation of worldpilot. The IMAP port is at 143. >However, i

[Zope] worldpilot and communigate pro

2000-07-22 Thread Graham Chiu
I came across communigate pro which is a multiplatform IMAP server ( www.stalker.com ). I've set it up under Win32, and tried to connect to it using a new installation of worldpilot. The IMAP port is at 143. However, it doesn't recognise my IMAP userid and password. Does anyone know if this c

[Zope] WorldPilot 1.1.0alpha Release Start + Palm PDA Sync

2000-07-13 Thread Ryan Hughes
Hi WorldPilot Users, We just wanted to make a short notice, that we are starting to release alpha Snapshots of WorldPilot.1.1.0. It has various new enhancements, like email composer Address Book lookup, File Archive and others. The newest enhancement is Palm PDA Sync for Linux :-) This version c

[Zope] worldpilot newbie.

2000-07-11 Thread tom smith
I'm running an IMAP(WebStar) server on a mac. i have no dns, so when I tell WorldPilot the number the machine is running on, I get a Zope error. Although I CAN actually log into WorldPilot correctly, cheers ___ Zope maillist - [EMAIL PROTECTED] h

Re: [Zope] WorldPilot and UW-IMAP?

2000-07-05 Thread Olivier Deckmyn
CTED]> À : <[EMAIL PROTECTED]> Envoyé : mercredi 5 juillet 2000 06:34 Objet : [Zope] WorldPilot and UW-IMAP? > Greets, > I'm experiencing an issue with WorldPilot not showing the body of messages > that have attachments. I can only guess that this is because WorldPilot > w

Re: [Zope] WorldPilot and UW-IMAP?

2000-07-05 Thread R. David Murray
On Wed, 5 Jul 2000, Charlie Wilkinson wrote: > I've searched around and not found too much detail about UW vs. Cyrus > for WorldPilot. Can anyone enlighten me as to whether or not my problems My memory of the posts to the mailing list is that UW-IMAP has a number of bugs that WorldPilot tickles.

[Zope] WorldPilot and UW-IMAP?

2000-07-04 Thread Charlie Wilkinson
Greets, I'm experiencing an issue with WorldPilot not showing the body of messages that have attachments. I can only guess that this is because WorldPilot was designed for use with the Cyrus IMAP server and I'm using it on a stock RedHat system, which I presume sports UW-IMAP. I've searched arou

[Zope] Worldpilot record problem with restarting Zope

2000-06-26 Thread ADG
Hi all,  I have a problem with my worldpilot,  I found the worldpilot cannot remove any deleted record after the ZOPE is restarted   I have setup my worldpilot and zope in my NT4.0 server successfully, and I can create and delete my record successfully as well, but after I restart the ZOPE,

[Zope] Worldpilot-no Mail-frameset

2000-06-16 Thread Kai Festersen
Hello, I installed WorldPilot and CommuniGate. If I start WorldPilot, there is no mail-framset (Errorcode look at foot) - know something the problem and can help me? Thanks Kai Festersen - --- Hallo, ich habe

Re: [Zope] WorldPilot - Regular messages are attachments? (PatchFix)

2000-06-14 Thread ethan mindlace fremen
Bryan Stillwell wrote: > > Ok, I fixed the problem with files trying to be saved as ATT0001.DAT, but > they're still messed up in Mozilla (which your using, right ethan?) where > they save as getpart (I think this is a Mozilla bug, and not a WorldPilot > bug). I also fixed the bug where if it's a

Re: [Zope] Worldpilot and imap problem

2000-06-14 Thread Bryan Stillwell
You could download pynetd and setup port forwarding from some port (1430 would work) to port 143. Then setup WorldPilot to use port 1430 when checking for new mail. Everything will behave the same, but now you can watch all the imap commands being sent by WorldPilot. You can get pynetd from her

[Zope] Worldpilot and imap problem

2000-06-14 Thread Deryk Barker
Looking through the archives I couldn't find anything which semed quite relevant, so: I'm currently running Linux mandrake 7.02 and have enabled the IMAP (4.7-7) server. I can read/write mail via netscape using imap, so I presume the setup is OK. (Although i can't quite get pine to talk to it, ma

Re: [Zope] WorldPilot - Regular messages are attachments? (PatchFix)

2000-06-14 Thread Bryan Stillwell
On Fri, 9 Jun 2000, ethan mindlace fremen wrote: > Paul Gresham wrote: > > > > Excellent, thanks Bryan. I have another question? Do you have problems with > > browsers not obtaining the correct filenames of attachments when they are > > downloaded, i.e. the file becomes ATT0002.DAT or similar? I

Re: [Zope] WorldPilot - Attachments and quotes within the subject

2000-06-09 Thread Bryan Stillwell
On Fri, 9 Jun 2000, Paul Gresham wrote: > Excellent, thanks Bryan. I have another question? Do you have problems with > browsers not obtaining the correct filenames of attachments when they are > downloaded, i.e. the file becomes ATT0002.DAT or similar? I have this > problem and also if I choose

Re: [Zope] WorldPilot - Regular messages are attachments? (PatchFix)

2000-06-09 Thread ethan mindlace fremen
Paul Gresham wrote: > > Excellent, thanks Bryan. I have another question? Do you have problems with > browsers not obtaining the correct filenames of attachments when they are > downloaded, i.e. the file becomes ATT0002.DAT or similar? I have this > problem and also if I choose to download a file

Re: [Zope] WorldPilot - Regular messages are attachments? (PatchFix)

2000-06-08 Thread Paul Gresham
, everything seems to get stuck, and I have to close the browser and start again. Regards Paul - Original Message - From: Bryan Stillwell <[EMAIL PROTECTED]> To: Paul Gresham <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, June 09, 2000 12:15 AM Subject: Re:

[Zope] worldpilot and imap: readonly access

2000-06-08 Thread paul beard
worldpilot has issues with imap when the INBOX is open by some other application . . . . . should be able to display and allow composition of email (pine does this, for example, if I have my mail open in another imap client). Zope Error Zope has encountered an error while publishing this re

Re: [Zope] WorldPilot - Regular messages are attachments? (PatchFix)

2000-06-08 Thread Bryan Stillwell
On Thu, 8 Jun 2000, Paul Gresham wrote: > Be careful here ... I think you'll also find that should you try to download > the attachement, It'll kill Zope. If you're running Zope with -D it'll > restart, otherwise you'll find you have no web site after trying to > download. I'm not sure what it do

Re: [Zope] WorldPilot - Regular messages are attachments?

2000-06-08 Thread Paul Gresham
to use the s/ware) Gresh From: Dieter Maurer <[EMAIL PROTECTED]> Date: Wed Jun 7, 2000 9:03pm Subject: Re: [Zope] WorldPilot - Regular messages are attachments? Bryan Stillwell writ

Re: [Zope] WorldPilot - Regular messages are attachments?

2000-06-07 Thread Bryan Stillwell
On Wed, 7 Jun 2000, Dieter Maurer wrote: > Bryan Stillwell writes: > > Here's the traceback I received: > > > > Sorry, a Zope error occurred. > >

Re: [Zope] WorldPilot - Regular messages are attachments?

2000-06-07 Thread Dieter Maurer
Bryan Stillwell writes: > Here's the traceback I received: > > Sorry, a Zope error occurred. >

[Zope] WorldPilot - Regular messages are attachments?

2000-06-06 Thread Bryan Stillwell
I'm posting this message to the Zope mailing list, because I haven't had much luck with emailing the WorldPilot folks directly and I've seen posts about WorldPilot in the list archives. Here's my problem. I've created an rpm of WorldPilot that follows all the instructions that are in the INSTALL

[Zope] WorldPilot

2000-05-30 Thread Chris Herrnberger
Installing a second instance of WPilot results in the infamouse -m error on setting permissions. This occurs regardless of the folder or user folder that WP is installed too. The original installation remains fully functional and well behaved. Running Zope 2.1.6 with wp 1.0.4 and PTK cvs. Any work

RE: [Zope] worldpilot and imap

2000-05-24 Thread Michael Simcich
: [EMAIL PROTECTED] Subject: [Zope] worldpilot and imap hi, sorry about the HTML postings. quick questioncan anyone recommend a super simple IMAP server to use on NT Workstation with worldpilot? cheers tom ___ Zope maillist - [EMAIL

[Zope] worldpilot and imap

2000-05-23 Thread Tom Smith
hi, sorry about the HTML postings. quick questioncan anyone recommend a super simple IMAP server to use on NT Workstation with worldpilot? cheers tom ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No c