Re: Building an interface to undelete for users

2010-03-31 Thread Adam Tauno Williams
On Tue, 2010-03-30 at 00:19 +1100, Bron Gondwana wrote: > On Mon, Mar 29, 2010 at 11:28:50AM +0100, David Mayo wrote: > > We have recently upgraded to Cyrus 2.3 and are making full use of the > > "delayed delete" feature, and we are considering writing an interface to > > allow users to undelete

Re: Building an interface to undelete for users

2010-03-29 Thread Brian Awood
We implemented a self service restore page for our users, I'm not sure if the code is anywhere publicly accessibe and I think it is fairly specific to our installation since we use kerberos/murder. Our implementation uses remctl to make calls to unexpunge on the appropriate backend and we made som

Re: Building an interface to undelete for users

2010-03-29 Thread Bron Gondwana
On Mon, Mar 29, 2010 at 11:28:50AM +0100, David Mayo wrote: > > We have recently upgraded to Cyrus 2.3 and are making full use of the > "delayed delete" feature, and we are considering writing an interface to > allow users to undelete their own messages and mailboxes. > > Before I start work on

Building an interface to undelete for users

2010-03-29 Thread David Mayo
We have recently upgraded to Cyrus 2.3 and are making full use of the "delayed delete" feature, and we are considering writing an interface to allow users to undelete their own messages and mailboxes. Before I start work on this myself, I thought I'd check with people here to see if anyone has