Class IMAPS.

Inherits IMAP

The IMAPS class implements the old wrapper trick still commonly used on port 993. As befits a hack, it is a bit of a hack, and depends on the ability to empty its writeBuffer().

IMAPS::IMAPS( int s )

Constructs an IMAPS server on file descriptor s, and starts to negotiate TLS immediately.

Reimplements IMAP::IMAP().

This web page based on source code belonging to The Archiveopteryx Developers. All rights reserved.