Michael Crawford | 1 Sep 2003 16:37
Picon
Picon
Favicon

Folder Creation

Hi all...

I'm wondering if anyone has added a list folders option for when a  user is 
redirecting mail to another folder.

I grabbed the latest cvs becasue I noticed that a 'create' option was supposed 
to have been added. For some reason, that is not working for me. Idealy I 
would like to have the option to list the available folders and select the 
one i want to redirect mail to... Ideas?

--

-- 
Cheers,
        Michael

**************************************************************
Michael Crawford              | Memorial University of
Systems Administrator      | Newfoundland
**************************************************************


Todd Merritt | 2 Sep 2003 17:52
Picon

Re: Folder Creation

You'll need a version of imp that is about as new as your ingo release
for the create folder option to work.

On Mon, 2003-09-01 at 07:37, Michael Crawford wrote:
> Hi all...
> 
> I'm wondering if anyone has added a list folders option for when a  user is 
> redirecting mail to another folder.
> 
> I grabbed the latest cvs becasue I noticed that a 'create' option was supposed 
> to have been added. For some reason, that is not working for me. Idealy I 
> would like to have the option to list the available folders and select the 
> one i want to redirect mail to... Ideas?
> 
> -- 
> Cheers,
>         Michael
> 
> **************************************************************
> Michael Crawford              | Memorial University of
> Systems Administrator      | Newfoundland
> **************************************************************


Oskar Eyb | 10 Sep 2003 21:49

Re: sieved and courier-imapd?

Quoting Michael M Slusarz <slusarz@...>:

> Quoting Oskar Eyb <oskar@...>:
>
> | afaik is timsieved a cyrus built-in... are there other sieve-daemons
> out
> | e.g. for use with the courier imap server?
>
> Not built-in.  But there is a sieve binary that acts similar to procmail
> -
> see http://lists.horde.org/archives/dev/Week-of-Mon-20030113/008060.html

i don´t get it to work.
A filter is for me important, i ´ve different mailinglists and private
mails in one folder, i must sort them. is is maybe possible to take the old
filter?

after creating a filter rule horde/ingo gives me the following error:
The driver said: Not currently in TRANSACTION state

Thanks in Advance.
--
Oskar

Etienne Goyer | 11 Sep 2003 14:49

Re: sieved and courier-imapd?

On Wed, Sep 10, 2003 at 09:49:53PM +0200, Oskar Eyb wrote:
> Quoting Michael M Slusarz <slusarz@...>:
> 
> > Quoting Oskar Eyb <oskar@...>:
> >
> > | afaik is timsieved a cyrus built-in... are there other sieve-daemons
> > out
> > | e.g. for use with the courier imap server?
> >
> > Not built-in.  But there is a sieve binary that acts similar to procmail
> > -
> > see http://lists.horde.org/archives/dev/Week-of-Mon-20030113/008060.html
> 
> i don´t get it to work.
> A filter is for me important, i ´ve different mailinglists and private
> mails in one folder, i must sort them. is is maybe possible to take the old
> filter?
> 
> after creating a filter rule horde/ingo gives me the following error:
> The driver said: Not currently in TRANSACTION state

This error usually mean that your backend is not correctly setted up.
Look in ingo/config/backends.php.

However, I am afraid you will not be able to use the referred software.
The sieve from mailutils is a command-line filter.   Ingo require a
Managesieve server.  I do not know if there is other Managesieve server
beside timsieved, sorry ...

I do know however that the current CVS HEAD Ingo have support for 
(Continue reading)

Ben Chavet | 9 Sep 2003 07:28

procmail scripts

Here is the procmail script backend I've been working on.  It has better support
for some of the 'advanced' features of ingo filters, and also supports
forwards.  I've attached both the cvs diffs and the complete file, since it's
pretty much a complete re-write.

I'm working on the vacation feature, but I'm not so sure how well it's going to
work. I'll keep you posted on the progress.

I'd like to add a feature to ingo that lets you redirect a message *and* move it
to a specified folder.  An INGO_STORAGE_ACTION_REDIRECTMOVE type is probably
what I'm going for.  I'll play around with it and see what I can come up with.

--Ben Chavet
Attachment (procmail.php): application/x-httpd-php, 13 KiB
Etienne Goyer | 11 Sep 2003 16:10

Re: procmail scripts

On Tue, Sep 09, 2003 at 11:28:03AM +0600, Ben Chavet wrote:
> I'm working on the vacation feature, but I'm not so sure how well it's going to
> work. I'll keep you posted on the progress.

Have you considered using vacation(1), or you plan on implementing it
with a procmail recipe ?

--

-- 
Etienne Goyer                    Linux Québec Technologies Inc.
http://www.LinuxQuebec.com       etienne.goyer@...

Ben Chavet | 11 Sep 2003 05:43

Re: procmail scripts

I was planning on implementing it with procmail, since this is a procmail
driver.  I know it can be done, it's just a matter of getting all of the
necessary information from the UI.

--Ben

Quoting Etienne Goyer <etienne.goyer@...>:

> On Tue, Sep 09, 2003 at 11:28:03AM +0600, Ben Chavet wrote:
> > I'm working on the vacation feature, but I'm not so sure how well it's
> going to
> > work. I'll keep you posted on the progress.
>
> Have you considered using vacation(1), or you plan on implementing it
> with a procmail recipe ?
>
>
> --
> Etienne Goyer                    Linux Québec Technologies Inc.
> http://www.LinuxQuebec.com       etienne.goyer@...
> --
> Ingo mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: ingo-unsubscribe@...
>

Chuck Hagenbuch | 11 Sep 2003 19:52
Favicon
Gravatar

Re: procmail scripts

Quoting Ben Chavet <ben@...>:

> Here is the procmail script backend I've been working on.  It has better
> support for some of the 'advanced' features of ingo filters, and also supports
> forwards.  I've attached both the cvs diffs and the complete file, since it's
> pretty much a complete re-write.

I've committed the diff, thanks! I didn't test it; just made sure the file
parsed correctly. One of these days I'll actually start really using Ingo...

> I'm working on the vacation feature, but I'm not so sure how well it's going
> to work. I'll keep you posted on the progress.

Cool.

It seems like it would be really useful to roll the forwards and vacation apps
into Ingo, and to allow for composite drivers that use different
forward/vacation backends along with, say, the IMAP filtering script engine.
Anyone? :)

> I'd like to add a feature to ingo that lets you redirect a message *and* move
> it to a specified folder.  An INGO_STORAGE_ACTION_REDIRECTMOVE type is
> probably what I'm going for.  I'll play around with it and see what I can come
> up with.

Sounds good. Thanks!

-chuck

--
(Continue reading)

Ben Chavet | 12 Sep 2003 09:20

more procmail updates

I missed a couple of things in the procmail script I submitted earlier.  The
attached patch fixes the following:

* Better comments in the generated script.  Well, clearer, anyway.

* Disabling a filter in ingo actually disables the filter in the script.  Not
sure
  how I missed that one, but it works now.  The disabled filters are still
  generated, but they are commented out in the script.

* I had a typo in the blacklist code when moving blacklisted messages to a
  specified folder.

--Ben Chavet
Chuck Hagenbuch | 12 Sep 2003 20:17
Favicon
Gravatar

Re: more procmail updates

Quoting Ben Chavet <ben@...>:

> I missed a couple of things in the procmail script I submitted earlier.  The
> attached patch fixes the following:

Committed, thanks.

-chuck

--
Charles Hagenbuch, <chuck@...>
They're just looking at a wall of meat.


Gmane