|
Bincimap 2.0.16
Easy Imapping
|

Directories | |
| directory | include |
Files | |
| file | address.cc [code] |
| Implementation of the Address class. | |
| file | argparser.cc [code] |
| Implementation of the command line argument parser. | |
| file | authenticate.cc [code] |
| Implementation of the common (C/R) authentication mechanism. | |
| file | base64.cc [code] |
| Implementation of base64 Utilities. | |
| file | bincimap-up.cc [code] |
| Implementation of the preauthenticated bincimap stub. | |
| file | bincimap-updatecache.cc [code] |
| Implementation of the bincimap-updatecache tool. | |
| file | bincimapd.cc [code] |
| Implementation of the main bincimapd service. | |
| file | broker.cc [code] |
| Implementation of the Broker class. | |
| file | convert.cc [code] |
| Implementation of miscellaneous convertion functions. | |
| file | depot.cc [code] |
| Implementation of the Depot class. | |
| file | greeting.cc [code] |
| Implementation of the inital greeting. | |
| file | imapparser.cc [code] |
| Implementation of the common items for parsing IMAP input. | |
| file | imapserver.cc [code] |
| Implementation of the IMAPServer class. | |
| file | iodevice.cc [code] |
| Implementation of the IODevice class. | |
| file | iofactory.cc [code] |
| file | mailbox.cc [code] |
| Implementation of the Mailbox class. | |
| file | maildir-close.cc [code] |
| Implementation of the Maildir class. | |
| file | maildir-create.cc [code] |
| Implementation of the Maildir class. | |
| file | maildir-delete.cc [code] |
| Implementation of the Maildir class. | |
| file | maildir-expunge.cc [code] |
| Implementation of the Maildir class. | |
| file | maildir-readcache.cc [code] |
| Implementation of the Maildir class. | |
| file | maildir-scan.cc [code] |
| Implementation of the Maildir class. | |
| file | maildir-scanfilesnames.cc [code] |
| Implementation of the Maildir class. | |
| file | maildir-select.cc [code] |
| Implementation of the Maildir class. | |
| file | maildir-updateflags.cc [code] |
| Implementation of the Maildir class. | |
| file | maildir-writecache.cc [code] |
| Implementation of the Maildir class. | |
| file | maildir.cc [code] |
| Implementation of the Maildir class. | |
| file | maildirmessage.cc [code] |
| file | mime-getpart.cc [code] |
| Implementation of main mime parser components. | |
| file | mime-parsefull.cc [code] |
| Implementation of main mime parser components. | |
| file | mime-parseonlyheader.cc [code] |
| Implementation of main mime parser components. | |
| file | mime-printbody.cc [code] |
| Implementation of main mime parser components. | |
| file | mime-printdoc.cc [code] |
| Implementation of main mime parser components. | |
| file | mime-printheader.cc [code] |
| Implementation of main mime parser components. | |
| file | mime.cc [code] |
| Implementation of main mime parser components. | |
| file | multilogdevice.cc [code] |
| Implementation of the MultilogDevice class. | |
| file | operator-append.cc [code] |
| Implementation of the APPEND command. | |
| file | operator-authenticate.cc [code] |
| Implementation of the AUTHENTICATE command, incl. CRAM-MD5. | |
| file | operator-capability.cc [code] |
| file | operator-check.cc [code] |
| file | operator-close.cc [code] |
| Implementation of the CLOSE command. | |
| file | operator-copy.cc [code] |
| Implementation of the COPY command. | |
| file | operator-create.cc [code] |
| file | operator-delete.cc [code] |
| file | operator-examine.cc [code] |
| Implementation of the EXAMINE command. | |
| file | operator-expunge.cc [code] |
| Implementation of the EXPUNGE command. | |
| file | operator-fetch.cc [code] |
| Implementation of the FETCH command. | |
| file | operator-id.cc [code] |
| Operator for the ID extension. Described in RFC2971 Oct 2000. | |
| file | operator-idle.cc [code] |
| Operator for the IDLE command. Described in RFC2177 / June 1997. | |
| file | operator-list.cc [code] |
| Implementation of the LIST command. | |
| file | operator-login.cc [code] |
| Implementation of the rapid LOGIN command. | |
| file | operator-logout.cc [code] |
| Implementation of the LOGOUT command. | |
| file | operator-lsub.cc [code] |
| Implementation of the LSUB command. | |
| file | operator-namespace.cc [code] |
| Operator for the NAMESPACE command. | |
| file | operator-noop-pending.cc [code] |
| Operator for the NOOP command, with pending extension. | |
| file | operator-noop.cc [code] |
| Operator for the NOOP command. | |
| file | operator-rename.cc [code] |
| Implementation of the RENAME command. | |
| file | operator-search.cc [code] |
| Implementation of the SEARCH command. | |
| file | operator-select.cc [code] |
| Implementation of the SELECT command. | |
| file | operator-starttls.cc [code] |
| Implementation of the STARTTLS command - based on sslserver. | |
| file | operator-status.cc [code] |
| Implementation of the STATUS command. | |
| file | operator-store.cc [code] |
| Implementation of the STORE command. | |
| file | operator-subscribe.cc [code] |
| Implementation of the SUBSCRIBE command. | |
| file | operator-unsubscribe.cc [code] |
| Implementation of the UNSUBSCRIBE command. | |
| file | pendingupdates.cc [code] |
| <—> | |
| file | recursivedescent.cc [code] |
| Implementation of a recursive descent IMAP command parser. | |
| file | regmatch.cc [code] |
| file | session-initialize-bincimap-up.cc [code] |
| bincimap-up requires sslserver | |
| file | session-initialize-bincimapd.cc [code] |
| <—> | |
| file | session.cc [code] |
| Implementation of the Session class. | |
| file | status.cc [code] |
| Implementation of the Status class. | |
| file | stdiodevice.cc [code] |
| Implementation of the StdIODevice class. | |
| file | syslogdevice.cc [code] |
| Implementation of the SyslogDevice class. | |
| file | tools.cc [code] |
| Implementation of miscellaneous tools. | |
| file | tryfilio.cc [code] |