mbox.h
This class is the main class and implements all function which can be called through the user.
Definition: mbox.h:32
virtual void stat(const KURL &url)
This functions gives general properties about a mbox-file, or mbox-email back.
Definition: mbox.cpp:133
virtual void get(const KURL &url)
This functions is used when an user or a program wants to get a file from a mbox-file.
Definition: mbox.cpp:72
MBoxProtocol(const TQCString &, const TQCString &)
Constructor, for the parameters, See TDEIO::SlaveBase.
Definition: mbox.cpp:61
virtual void mimetype(const KURL &url)
This functions determinate the mimetype of a given mbox-file or mbox-email.
Definition: mbox.cpp:147
void emitError(int errno, const TQString &arg)
Through this functions, other class which have an instance to this class (classes which are part of t...
Definition: mbox.cpp:163