Hi,
I was wondering if there is a solution to the case when the user can't recieve
emails
because of being over quota, something like
http://wiki.dovecot.org/Plugins/Trash, but for
the lda, not the imap?
Thanks,
-
You can never find the chance to be the first to know abo
Hi,
I want to add a feature to the fetch command in IMAP, by enabling it to return
the save
date, when I request the SAVEDATE parameter.
I want to use this for my webmail application, so I can show the users the
deleted date
when they are viewing the Trash folder.
I was able to put it directly i
x_savedate_init }
};
imap_fetch_handlers_register(savedate_handler,1);
}
is there something wrong that I'm doing?
On Wed, 20 May 2009 22:55:34 -0400, Timo Sirainen wrote:
On Thu, 2009-05-21 at 00:25 +, Alaa Ibrahim wrote:
> I want to add a feature to the fetch command in