Re: [Evolution-hackers] Plugin to move message to the corresponding folder according to the date of the message

2009-06-04 Thread Kip Warner
On Thu, 2009-06-04 at 09:42 +0200, Julien wrote:
> Yes you're right ! I already take this solution with maildrop/php/sh
> scripts !
> 
> Regards,
> Julien

=)

-- 
Kip Warner -- Software Developer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Plugin to move message to the corresponding folder according to the date of the message

2009-06-04 Thread Julien
Le mercredi 03 juin 2009 à 10:20 -0700, Kip Warner a écrit :
> On Wed, 2009-06-03 at 11:15 +0200, Julien wrote:
> > Hello, 
> > 
> > I want to sort mail and put them in a hierarchy of directory. One
> > directory per year, then one sub-directory for each mounth and one
> > sub-directory per day. 
> > 
> > I'm searching for a evolution plugin that can move selected messages
> > to
> > the right place. Is anyone have a moving plugin example ? 
> > 
> > How can I start my plugin ? How can I access to the date of the
> > message ?
> > 
> > Thanks
> > Julien
> > 
> 
> A simple solution that doesn't involve writing a plugin is a simple
> procmail recipe on the IMAP server side that does this for you. Should
> not be too difficult.

Yes you're right ! I already take this solution with maildrop/php/sh
scripts !

Regards,
Julien

> 
> ___
> Evolution-hackers mailing list
> Evolution-hackers@gnome.org
> http://mail.gnome.org/mailman/listinfo/evolution-hackers

___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Plugin to move message to the corresponding folder according to the date of the message

2009-06-03 Thread Kip Warner
On Wed, 2009-06-03 at 11:15 +0200, Julien wrote:
> Hello, 
> 
> I want to sort mail and put them in a hierarchy of directory. One
> directory per year, then one sub-directory for each mounth and one
> sub-directory per day. 
> 
> I'm searching for a evolution plugin that can move selected messages
> to
> the right place. Is anyone have a moving plugin example ? 
> 
> How can I start my plugin ? How can I access to the date of the
> message ?
> 
> Thanks
> Julien
> 

A simple solution that doesn't involve writing a plugin is a simple
procmail recipe on the IMAP server side that does this for you. Should
not be too difficult.

-- 
Kip Warner -- Software Developer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Plugin to move message to the corresponding folder according to the date of the message

2009-06-03 Thread Julien
Le mercredi 03 juin 2009 à 08:01 -0400, Reid Thompson a écrit :
> On Wed, 2009-06-03 at 11:15 +0200, Julien wrote:
> > Hello, 
> > 
> > I want to sort mail and put them in a hierarchy of directory. One
> > directory per year, then one sub-directory for each mounth and one
> > sub-directory per day. 
> > 
> > I'm searching for a evolution plugin that can move selected messages to
> > the right place. Is anyone have a moving plugin example ? 
> > 
> > How can I start my plugin ? How can I access to the date of the
> > message ?
> > 
> download the evolution source ( git ), cd into evolution/plugins and
> look at the code for the current plugins.
> also 
> 
> http://www.google.com/search?q=evolution+plugin&ie=utf-8&oe=utf-8&aq=t&rls=org.gentoo:en-US:official&client=firefox-a

Thanks you !

Julien 

___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Plugin to move message to the corresponding folder according to the date of the message

2009-06-03 Thread Reid Thompson
On Wed, 2009-06-03 at 11:15 +0200, Julien wrote:
> Hello, 
> 
> I want to sort mail and put them in a hierarchy of directory. One
> directory per year, then one sub-directory for each mounth and one
> sub-directory per day. 
> 
> I'm searching for a evolution plugin that can move selected messages to
> the right place. Is anyone have a moving plugin example ? 
> 
> How can I start my plugin ? How can I access to the date of the
> message ?
> 
download the evolution source ( git ), cd into evolution/plugins and
look at the code for the current plugins.
also 

http://www.google.com/search?q=evolution+plugin&ie=utf-8&oe=utf-8&aq=t&rls=org.gentoo:en-US:official&client=firefox-a


> Thanks
> Julien
> 
> ___
> Evolution-hackers mailing list
> Evolution-hackers@gnome.org
> http://mail.gnome.org/mailman/listinfo/evolution-hackers


___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


[Evolution-hackers] Plugin to move message to the corresponding folder according to the date of the message

2009-06-03 Thread Julien
Hello, 

I want to sort mail and put them in a hierarchy of directory. One
directory per year, then one sub-directory for each mounth and one
sub-directory per day. 

I'm searching for a evolution plugin that can move selected messages to
the right place. Is anyone have a moving plugin example ? 

How can I start my plugin ? How can I access to the date of the
message ?

Thanks
Julien

___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers