ToC DocOverview CGDoc RelNotes FAQ Index PermutedIndex
Allegro CL version 11.0

net.post-office classes


mime-part

Class, net.post-office package

This is the superclass of mime part objects. Its subclasses include mime-part-constructed. You do not instantiate this class directly.

The slot accessors are:

See MIME support in imap.html for more information.


mime-part-constructed

Class, net.post-office package

A subclass of mime-part, instances of this class are instantiated by make-mime-part.

The slot accessors are:

See MIME support in imap.html for more information.


po-condition

Class, net.post-office package

The Imap interface defines a set of conditions that are signaled due to events in the interface. Each condition has an identifier which is a keyword which can be used in the handling code to identify the class of error. The accessor is po-condition-identifier. The identifiers are listed below.

All our conditions are po-condition or po-error (which is a subclass of po-condition).

A condition will have a server-string value if it is initiated by something returned by the server. The accessor is po-condition-server-string. It will have a format-control value (with the usual Common Lisp accessors) if there is something to display in response to identifiers used in conditions/errors.

The condition identifiers are:

See imap.html for more information.


po-error

class, net.post-office package

If a po-condition signals an error, it is also a po-error. See po-condition for identifiers of the conditions and errors.

See imap.html for more information.


Copyright (c) 2023, Franz Inc. Lafayette, CA., USA. All rights reserved.

ToC DocOverview CGDoc RelNotes FAQ Index PermutedIndex
Allegro CL version 11.0