All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.network.mail.base.Decodable

public interface Decodable
This interface is implemented by the classes which contain MIME data and need to be decoded. The MIME encoding supported at present are "7-bit" and "base64". It is a support interface for the base classes of this mailing system.

Author:
Mohit M Sant
See Also:
MimeDecoder, MimeMap

Method Index

 o decode(MimeMap)
Decodes the MIME content.

Methods

 o decode
 public abstract void decode(MimeMap map)
Decodes the MIME content. Implemented by base classes of this mailing system.

Parameters:
map - MimeMap object containing MIME type and encoder/decoder information.

All Packages  Class Hierarchy  This Package  Previous  Next  Index