Uses of Interface
org.mailster.message.SmtpHeadersInterface

Packages that use SmtpHeadersInterface
org.mailster.gui.views   
org.mailster.message   
org.mailster.util   
 

Uses of SmtpHeadersInterface in org.mailster.gui.views
 

Methods in org.mailster.gui.views with parameters of type SmtpHeadersInterface
private static java.lang.String HeadersView.formatEmailList(SmtpHeadersInterface headers, java.lang.String headerName)
           
 

Uses of SmtpHeadersInterface in org.mailster.message
 

Classes in org.mailster.message that implement SmtpHeadersInterface
 class SmtpHeaders
          ---
Mailster (C) 2007-2009 De Oliveira Edouard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 class SmtpInternetHeaders
          ---
Mailster (C) 2007-2009 De Oliveira Edouard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 

Fields in org.mailster.message declared as SmtpHeadersInterface
private  SmtpHeadersInterface SmtpMessagePart.headers
           
private  SmtpHeadersInterface SmtpMessage.headers
          Headers.
 

Methods in org.mailster.message that return SmtpHeadersInterface
 SmtpHeadersInterface SmtpMessagePart.getHeaders()
           
 SmtpHeadersInterface SmtpMessage.getHeaders()
           
 

Methods in org.mailster.message with parameters of type SmtpHeadersInterface
 void SmtpMessagePart.setHeaders(SmtpHeadersInterface headers)
           
 

Uses of SmtpHeadersInterface in org.mailster.util
 

Methods in org.mailster.util with parameters of type SmtpHeadersInterface
static java.lang.String MailUtilities.getHeaderParameterValue(SmtpHeadersInterface headers, java.lang.String name, java.lang.String parameterName)
          Returns the value of a specific parameter named parameterName which is a sub value of the header name from the headers headers.
static java.lang.String MailUtilities.getNonNullHeaderValue(SmtpHeadersInterface headers, java.lang.String headerName, boolean decode)
          Returns the value of the header headerName.
private static java.lang.String MailUtilities.getPartBoundary(SmtpHeadersInterface headers)
          Returns the string that delimits sub parts of a MIME multipart message.
private static SmtpMessagePart MailUtilities.handleBodyPart(java.io.BufferedReader reader, SmtpHeadersInterface parentHeaders, boolean readHeader)
          Returns a SmtpMessagePart from parsing reader.
private static java.util.List<SmtpMessagePart> MailUtilities.handleMultiPart(java.io.BufferedReader reader, SmtpHeadersInterface parentHeaders)
          Returns a SmtpMessagePart's list from parsing reader.
private static boolean MailUtilities.isMessagePart(SmtpHeadersInterface headers)
          Returns true if headers headers represent a message content.
static boolean MailUtilities.isMultiPart(SmtpHeadersInterface headers)
          Returns true if headers headers represent a multipart content.