class documentation

Undocumented

Method __bytes__ Undocumented
Method __str__ Undocumented
Method getBytes Prepare the initial command response for a Fetch BODY request. Interpret the Fetch request from the client and return the appropriate response based on RFC 3501. This is not the body itself of the response, merely the section of the first response line that describes the body part.
Class Variable empty Undocumented
Class Variable header Undocumented
Class Variable mime Undocumented
Class Variable part Undocumented
Class Variable partialBegin Undocumented
Class Variable partialLength Undocumented
Class Variable peek Undocumented
Class Variable text Undocumented
Class Variable type Undocumented
def __bytes__(self) -> bytes: (source)

Undocumented

def __str__(self) -> str: (source)

Undocumented

def getBytes(self, length: int | None = None) -> bytes: (source)

Prepare the initial command response for a Fetch BODY request. Interpret the Fetch request from the client and return the appropriate response based on RFC 3501. This is not the body itself of the response, merely the section of the first response line that describes the body part.

Undocumented

Undocumented

Undocumented

Undocumented

partialBegin = (source)

Undocumented

partialLength = (source)

Undocumented

Undocumented

Undocumented

Undocumented