The following issue has been UPDATED. 
====================================================================== 
http://dbmail.org/mantis/view.php?id=286 
====================================================================== 
Reported By:                Samat
Assigned To:                
====================================================================== 
Project:                    DBMail
Issue ID:                   286
Category:                   IMAP daemon
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             26-Dec-05 10:50 CET
Last Modified:              28-Dec-05 09:04 CET
====================================================================== 
Summary:                    Outbox folder support ala Courier IMAPd
Description: 
Courier has a non-standard mechanism of sending e-mail via an IMAP server
that does not require use of an SMTP server.

A message can be saved or copied into a configurable folder that by
default is called "Outbox". Messages that are saved in this folder (via
append or copy) get sent out via the local system's sendmail command, and
remain in this folder until they are deleted.

This is a nice thing for users to have "on the road" when they do not have
easy access to an SMTP server with which to send e-mail.

More documention on this feature is available here:
http://www.inter7.com/courierimap/INSTALL.html#imapsend
====================================================================== 

---------------------------------------------------------------------- 
 paul - 28-Dec-05 09:04  
---------------------------------------------------------------------- 
This would actually not be very difficult to implement. db.c,db_copymsg
needs to call a new retrieve_and_deliver function if the copy action is
successful and the XCOURIEROUTBOX extension is enabled and configured. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
26-Dec-05 10:50 Samat          New Issue                                    
28-Dec-05 09:04 paul           Note Added: 0000965                          
28-Dec-05 09:04 paul           Category                 General => IMAP daemon
======================================================================

Reply via email to