org.apache.jsieve.mailet
Interface Poster


public interface Poster

Experimental interface.


Method Summary
 void post(java.lang.String uri, javax.mail.internet.MimeMessage mail)
          Experimental mail delivery.
 

Method Detail

post

void post(java.lang.String uri,
          javax.mail.internet.MimeMessage mail)
          throws javax.mail.MessagingException
Experimental mail delivery. POST verb indicate that mail should be attached to the collection indicated by the given URI.

Parameters:
uri - indicates the destination to which the mail to added. ATM the value should be mailbox://@localhost/
mail - not null
Throws:
javax.mail.MessagingException


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.