Hi all, in order to implement the Proxy, do you think it could be feasible to borrow the spoolmanager code? To modify the email on the fly i was wondering if it could be possibile to use the Mailets and Matchers pairs.
Fabio On Tue, Feb 22, 2011 at 8:04 PM, Norman Maurer <[email protected]> wrote: > Hi there, > > no JAMES can not be used as "proxy." I guess you can borrow some code > from the imap code base for implement your own if this helps.. > > Bye, > Norman > > 2011/2/22 Fabio Petagna <[email protected]>: > > Hi all, > > > > Is it possible to use James as an proxy between a real IMAP mail > > server and a client? > > The proxy have to forward IMAP commands (i.e. create/delete folder, > > delete message, etc) to the real IMAP server. > > > > In essence we would like to create a Proxy IMAP which does some work > > on the email (on the fly) between the IMAP server and the mail client. > > For example, this proxy should change the subject and the body of the > > email and remove too big attachment files. > > > > I found that the James mechanism consisting of SpoolManager, > > Matchers, and Mailets plus Fetchmail could fit our needs but we can't > > duplicate the real mailbox into James. > > > > Is James able to do such things? > > > > Regards > > Fabio > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
