Class Append.

Inherits Command

Adds a message to a mailbox (RFC 3501 section 6.3.11)

Parsing mostly relies on the Message class, execution on the Injector. There is no way to insert anything but conformant messages, unlike some other IMAP servers. How could we do that? Not at all, I think.

uint Append::number( uint n )

This new version of number() demands n digits and returns the number.

void Append::process( class Appendage * h )

This private execute() helper processes the single message h. It can be executed in parallel.

This web page based on source code belonging to Oryx Mail Systems GmbH. All rights reserved.