wodMailbox - Version 2.2.1 WeOnlyDo! Mailbox is a component that can be easilyintegrated into your applications to provide fullmanagement over mailboxes and message parsing. Using wodMailbox, you can easily access mailbox, countmessages, look at messages, count parts, saveattachments, look at headers, delete messages etc..When wodMailBox opens mailbox, it expects to find thereeither regular mailbox just as is used on UNIX systems(one file with full mail messages one after another) orjust one message inside, just as Outlook Express saves.eml files. When you need to parse received messages, it might behard to check all the possibilities that one simplemail message may contain. We all used to receive simpleemail messages - few headers and body text. But,sometimes you get attachments, multipart messages,different encodings and stuff like that. It's almostthe same for wodMailbox - it's light, quick and fullysupports all mail related RFC's.You can look on using wodMailbox for three main purposes:When you want to access mail messages in the mailbox When you want to access and parse one mail message When you want to prepare and create new message Using together with wodPop3Server and wodSmtpServer (orany other UNIX-alike server) you will notice thateasiest way to store messages on per-user basis infiles. So, one file contain all the messages for oneuser. If user moves to different computer or account,it's easiest this way to move his email also. Moreover,IMAP and similarly 'larger' protocols keep all themailboxes this way - all users' messages in one file,on per-user basis.Once you want to access such mailbox, you just passit's reference to wodMailbox.Filename property, andcall Lock method. At this moment, wodMailbox will openthe mailbox and count all the messages for you, buttrying to use as low amount of memory as possible. Thisway, it can open and parse large mailboxes (fewmegabytes is considered to be 'small' at this point)with ease.