PRFC822Channel Member List

This is the complete list of members for PRFC822Channel, including all inherited members.

AbortCommandString()PChannel
AccessDenied enum valuePChannel
BadParameter enum valuePChannel
base64PRFC822Channel [protected]
BCCTagPRFC822Channel [static]
boundariesPRFC822Channel [protected]
BufferTooSmall enum valuePChannel
CCTagPRFC822Channel [static]
channelNamePChannel [protected]
channelPointerMutexPIndirectChannel [protected]
Class()PObject [inline, static]
Clone() const PObject [virtual]
Close()PRFC822Channel [virtual]
Compare(const PObject &obj) const PIndirectChannel [virtual]
CompareObjectMemoryDirect(const PObject &obj) const PObject [virtual]
Comparison enum namePObject
ContentDispositionTagPRFC822Channel [static]
ContentTransferEncodingTagPRFC822Channel [static]
ContentTypeTagPRFC822Channel [static]
ConvertOSError(int libcReturnValue, Errors &lastError, int &osError)PChannel [static]
ConvertOSError(int libcReturnValue, ErrorGroup group=LastGeneralError)PChannel [protected, virtual]
DateTagPRFC822Channel [static]
DeviceInUse enum valuePChannel
Direction enum namePRFC822Channel
DiskFull enum valuePChannel
EqualTo enum valuePObject
ErrorGroup enum namePChannel
Errors enum namePChannel
FileExists enum valuePChannel
FromTagPRFC822Channel [static]
GetBaseReadChannel() const PIndirectChannel [virtual]
GetBaseWriteChannel() const PIndirectChannel [virtual]
GetClass(unsigned=0) const PObject [inline, virtual]
GetErrorCode(ErrorGroup group=NumErrorGroups) const PChannel
GetErrorNumber(ErrorGroup group=NumErrorGroups) const PChannel
GetErrorText(ErrorGroup group=NumErrorGroups) const PIndirectChannel [virtual]
PChannel::GetErrorText(Errors lastError, int osError=0)PChannel [static]
GetHandle() const PChannel
GetLastReadCount() const PChannel [virtual]
GetLastWriteCount() const PChannel [virtual]
GetName() const PIndirectChannel [virtual]
GetReadChannel() const PIndirectChannel
GetReadTimeout() const PChannel
GetWriteChannel() const PIndirectChannel
GetWriteTimeout() const PChannel
GreaterThan enum valuePObject
HashFunction() const PChannel [virtual]
headersPRFC822Channel [protected]
InternalIsDescendant(const char *clsName) const PObject [inline, virtual]
Interrupted enum valuePChannel
IsClass(const char *cls) const PObject [inline]
IsOpen() const PIndirectChannel [virtual]
lastErrorCodePChannel [protected]
lastErrorNumberPChannel [protected]
LastGeneralError enum valuePChannel
lastReadCountPChannel [protected]
LastReadError enum valuePChannel
lastWriteCountPChannel [protected]
LastWriteError enum valuePChannel
LessThan enum valuePObject
MailerTagPRFC822Channel [static]
MessageIDTagPRFC822Channel [static]
MimeVersionTagPRFC822Channel [static]
Miscellaneous enum valuePChannel
MultipartMessage()PRFC822Channel
MultipartMessage(const PString &boundary)PRFC822Channel
NewMessage(Direction direction)PRFC822Channel
NextPart(const PString &boundary)PRFC822Channel
NoError enum valuePChannel
NoMemory enum valuePChannel
NotFound enum valuePChannel
NotOpen enum valuePChannel
NumErrorGroups enum valuePChannel
NumNormalisedErrors enum valuePChannel
OnOpen()PRFC822Channel [protected, virtual]
OnReadComplete(void *buf, PINDEX len)PChannel [virtual]
OnWriteComplete(const void *buf, PINDEX len)PChannel [virtual]
Open(PChannel &channel)PIndirectChannel
Open(PChannel *channel, BOOL autoDelete=TRUE)PIndirectChannel
Open(PChannel *readChannel, PChannel *writeChannel, BOOL autoDeleteRead=TRUE, BOOL autoDeleteWrite=TRUE)PIndirectChannel
operator!=(const PObject &obj) const PObject [inline]
operator<(const PObject &obj) const PObject [inline]
operator<<(ostream &strm, const PObject &obj)PObject [friend]
operator<=(const PObject &obj) const PObject [inline]
operator=(const PChannel &)PChannel [protected]
operator==(const PObject &obj) const PObject [inline]
operator>(const PObject &obj) const PObject [inline]
operator>=(const PObject &obj) const PObject [inline]
operator>>(istream &strm, PObject &obj)PObject [friend]
os_handlePChannel [protected]
partHeadersPRFC822Channel [protected]
PChannel()PChannel
PChannel(const PChannel &)PChannel [protected]
PIndirectChannel()PIndirectChannel
PObject()PObject [inline, protected]
PRFC822Channel(Direction direction)PRFC822Channel
PrintOn(ostream &strm) const PObject [virtual]
ProtocolFailure enum valuePChannel
px_lastBlockTypePChannel [protected]
px_readThreadPChannel [protected]
px_selectMutexPChannel [protected]
px_selectThreadPChannel [protected]
px_threadMutexPChannel [protected]
px_writeMutexPChannel [protected]
px_writeThreadPChannel [protected]
PXAcceptBlock enum valuePChannel
PXBlockType enum namePChannel
PXClose()PChannel [protected]
PXConnectBlock enum valuePChannel
PXReadBlock enum valuePChannel
PXSetIOBlock(PXBlockType type, const PTimeInterval &timeout)PChannel [protected]
PXWriteBlock enum valuePChannel
Read(void *buf, PINDEX len)PIndirectChannel [virtual]
PChannel::Read(const VectorOfSlice &slices)PChannel [virtual]
ReadAsync(void *buf, PINDEX len)PChannel [virtual]
readAutoDeletePIndirectChannel [protected]
ReadBlock(void *buf, PINDEX len)PChannel
readChannelPIndirectChannel [protected]
ReadChar()PChannel [virtual]
ReadCharWithTimeout(PTimeInterval &timeout)PChannel [protected]
ReadFrom(istream &strm)PObject [virtual]
ReadString(PINDEX len)PChannel
readTimeoutPChannel [protected]
ReceiveCommandString(int nextChar, const PString &reply, PINDEX &pos, PINDEX start)PChannel [protected]
ReceivedTagPRFC822Channel [static]
Receiving enum valuePRFC822Channel
ReturnPathTagPRFC822Channel [static]
SendCommandString(const PString &command)PChannel
Sending enum valuePRFC822Channel
SendWithSMTP(const PString &hostname)PRFC822Channel
SendWithSMTP(PSMTPClient *smtp)PRFC822Channel
SetBCC(const PString &bccAddress)PRFC822Channel
SetBufferSize(PINDEX newSize)PChannel
SetCC(const PString &ccAddress)PRFC822Channel
SetContentAttachment(const PFilePath &filename)PRFC822Channel
SetContentType(const PString &contentType)PRFC822Channel
SetErrorValues(Errors errorCode, int osError, ErrorGroup group=LastGeneralError)PChannel [protected]
SetFromAddress(const PString &fromAddress)PRFC822Channel
SetHeaderField(const PString &name, const PString &value)PRFC822Channel
SetReadChannel(PChannel *channel, BOOL autoDelete=TRUE)PIndirectChannel
SetReadTimeout(const PTimeInterval &time)PChannel
SetSubject(const PString &subject)PRFC822Channel
SetToAddress(const PString &toAddress)PRFC822Channel
SetTransferEncoding(const PString &encoding, BOOL autoTranslate=TRUE)PRFC822Channel
SetWriteChannel(PChannel *channel, BOOL autoDelete=TRUE)PIndirectChannel
SetWriteTimeout(const PTimeInterval &time)PChannel
Shutdown(ShutdownValue option)PIndirectChannel [virtual]
ShutdownRead enum valuePChannel
ShutdownReadAndWrite enum valuePChannel
ShutdownValue enum namePChannel
ShutdownWrite enum valuePChannel
SubjectTagPRFC822Channel [static]
Timeout enum valuePChannel
ToTagPRFC822Channel [static]
VectorOfSlice typedefPChannel
Write(const void *buf, PINDEX len)PRFC822Channel [virtual]
PChannel::Write(const VectorOfSlice &slices)PChannel [virtual]
WriteAsync(const void *buf, PINDEX len)PChannel [virtual]
writeAutoDeletePIndirectChannel [protected]
writeChannelPIndirectChannel [protected]
WriteChar(int c)PChannel
writeHeadersPRFC822Channel [protected]
writePartHeadersPRFC822Channel [protected]
WriteString(const PString &str)PChannel
writeTimeoutPChannel [protected]
~PChannel()PChannel
~PIndirectChannel()PIndirectChannel
~PObject()PObject [inline, virtual]
~PRFC822Channel()PRFC822Channel


Generated on Fri Sep 21 14:40:14 2007 for PWLib by  doxygen 1.5.3