com.dotmarketing.servlets
Class PopBouncedMailServlet

java.lang.Object
  extended by HttpServlet
      extended by com.dotmarketing.servlets.PopBouncedMailServlet

public class PopBouncedMailServlet
extends HttpServlet


Constructor Summary
PopBouncedMailServlet()
           
 
Method Summary
 void doGet(HttpServletRequest request, HttpServletResponse response)
           
 java.lang.String getMail(java.io.BufferedReader in, java.io.BufferedWriter out, int i)
           
 int GetNumberOfMessages(java.io.BufferedReader in, java.io.BufferedWriter out)
           
 java.lang.String pullMail()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PopBouncedMailServlet

public PopBouncedMailServlet()
Method Detail

doGet

public void doGet(HttpServletRequest request,
                  HttpServletResponse response)
           throws ServletException,
                  java.io.IOException
Throws:
ServletException
java.io.IOException

pullMail

public java.lang.String pullMail()

getMail

public java.lang.String getMail(java.io.BufferedReader in,
                                java.io.BufferedWriter out,
                                int i)
                         throws java.io.IOException
Throws:
java.io.IOException

GetNumberOfMessages

public int GetNumberOfMessages(java.io.BufferedReader in,
                               java.io.BufferedWriter out)
                        throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.