Topic Path: Symbol Reference > Files > IdMessageCoder.pas
ContentsIndexHome
PreviousUpNext
IdMessageCoder.pas

IdMessageCoder.pas contains types, classes, and variables used to define the ancestor classes for Indy coders and decoders that handle RFC-2822 compliant message parts. 

Specific encoder and decoder implementations can be found in other Indy units, including IdMessageCoderMIME.pas, IdMessageCoderUUE.pas, and IdMessageCoderXXE.pas.

Class 
Description 
Implements a decoder for RFC-2822 compliant message parts. 
Represents information about registered decoder classes and detects coder usage for message part contents. 
Provides a framework for registering and retrieving decoder classes for RFC 2822-compliant message parts. 
Implements an encoder for RFC 2822-compliant message parts. 
Represents information about registered encoder classes and generates RFC message headers for the encoder class. 
Container for registered encoder classes, with methods to create, access, and release registered encoder classes. 
Enumeration 
Description 
Specifies the type of RFC message part handled by an Indy message decoder. 
Type 
Description 
Identifies the class to which a TIdMessageEncoder descendant belongs. 
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.