[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
20.5.3 Maildir
- Bigloo Mail class: maildir
(class maildir::mailbox (prefix::bstring read-only (default "INBOX")) (path::bstring read-only))
Example:
(define mbox (instantiate::maildir (label "My Mailbox") (path (make-file-name (getenv "HOME") ".maildir")))) (tprint (mailbox-folders mbox))
This document was generated on March 31, 2014 using texi2html 5.0.