Re: daemon option

2013-01-15 Thread Oswald Buddenhagen
On Tue, Jan 15, 2013 at 03:34:14PM +0100, Nikola Pajkovsky wrote: > Oswald Buddenhagen writes: > > what about using IMAP IDLE > > (nasty, because it needs a connection per watched mailbox (though i > > think there is an IMAP extension which enables more efficient > > handling))? > > imap no

Re: daemon option

2013-01-15 Thread Nikola Pajkovsky
Oswald Buddenhagen writes: > On Tue, Jan 15, 2013 at 01:54:51PM +0100, Davide Gerhard wrote: >> Is there a simple way to add this function (permanently?) in the code? >> (yes, I have already seen that this topic is in the todo list :) >> Some suggestion to start? >> > i haven't really thought ab

Re: daemon option

2013-01-15 Thread Oswald Buddenhagen
On Tue, Jan 15, 2013 at 01:54:51PM +0100, Davide Gerhard wrote: > Is there a simple way to add this function (permanently?) in the code? > (yes, I have already seen that this topic is in the todo list :) > Some suggestion to start? > i haven't really thought about it yet. i presume you first need

daemon option

2013-01-15 Thread Davide Gerhard
Hi, Some months ago, I had done a little patch for version 1.0.5 that implement the daemon mode. In essence, they close the connection and all the rest but maintain the configuration with the password inserted from the user. Now, I have downloaded the git version because there are many improvements