Re: [PATCH] add sendbox feature
Louis-David Mitterrand wrote: [Fri Aug 15 2008, 10:36:34AM EDT]
> One question: will the patch still work when using imap in tunneling mode?
Yes, that's how I use it for IMAP servers that don't have Outbox
enabled by default, for example:
set tunnel="ssh -q imapserver 'set -a; source /etc/courier/imapd;
OUTBOX=.Outbox; /usr/bin/imapd Maildir"
It also works fine to use multiple sendboxes. My muttrc
presently uses three servers. Two are tunnelled Courier servers
supporting sendbox. The third is a non-Courier server, so
depending on the recipient address, my muttrc chooses between one
of the sendboxes or smtp.
Aron