Submit Program | Contact us
downloads programs from a to z
WeOnlyDo! COM Mailbox is a component that can be easily integrated into your applications to provide full management over mailboxes
Search:
 » Home » Development » ActiveX » WeOnlyDo! Mailbox COM object with source 1.0.0.1 FREE DOWNLOAD
Your download will start in 3 seconds... If not, try the following links:
Download Link 1 Report broken link

WeOnlyDo! COM Mailbox is a component that can be easily integrated into your applications to provide full management over mailboxes and message parsing. Using wodMailbox, you can easily access mailbox, count messages, look at messages, count parts, save attachments, look at headers, delete messages etc.. When wodMailBox opens mailbox, it expects to find there either regular mailbox just as is used on UNIX systems (one file with full mail messages one after another) or just one message inside, just as Outlook Express saves .eml files.

When you need to parse received messages, it might be hard to check all the possibilities that one simple mail message may contain. We all used to receive simple email messages - few headers and body text. But, sometimes you get attachments, multipart messages, different encodings and stuff like that. It`s almost the same for wodMailbox - it`s light, quick and fully supports 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 (or any other UNIX-alike server) you will notice that easiest way to store messages on per-user basis in files. So, one file contain all the messages for one user. 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 the mailboxes this way - all users` messages in one file, on per-user basis.

Once you want to access such mailbox, you just pass it`s reference to wodMailbox.Filename property, and call Lock method. At this moment, wodMailbox will open the mailbox and count all the messages for you, but trying to use as low amount of memory as possible. This way, it can open and parse large mailboxes (few megabytes is considered to be `small` at this point) with ease. Once opened, you can check total number of messages inside using Count property, or access messages collection using Messages property.

When you access particular message, you will see wodMailbox did it almost instantly instead of you, using really low amount of memory and low hard disk usage. Here you can check out message Size, total number of headers and headers contents (for instance most popular headers From and To), and check out message Text.

Interested if message is multipart? No problems. There is Parts collection that already split message (if message was multipart) to different Message objects so you can easily examine it. You should notice here that each Part is in fact new Message object - so that messages can be nested inside one mail message recursively unlimited number of times. And each such message can optionally have some attachments and some parts, and will have it`s own headers (different than main message) etc.

When you need to access attachments, wodMailbox will help you a lot. Each message has Attachments property where all the attachments (in all subparts) are already listed. This is a bit strange implementation, since attachments are `hidden` inside parts so it would be more appropriate to access them from there. Well, noone says you can`t do that - but you don`t have to. Main message will collect them all for you, all you need to do is call Save method and provide some filename (or leave default, as specified by sender) and attachment will be decoded and saved.

Decoding? Encoding? Of course. wodMailbox supports UUENCODE, BASE64, BINHEX4 and QUOTED-PRINTABLE encodings, which are de-facto standards in today email messages. If you notice you need something else, just ask. You will find it in next version.

So, what, you want to know if you can prepare new messages to be sent using wodMailbox? Oh, yes, of course! You can always create new message using Add method, set it`s Text, add few Headers, add Attachments, and wodMailbox will generate file for you you can just `pass` to any mail client (or mail server) to be posted to someone`s mailbox.

Easy, isn`t it?



NOTE: LITE version of wodMailbox doesn`t allow you to make actual changes to mailbox file, except for deleting messages. This is very convenient for Pop3Server and SmtpServer components, that deal with messages as objects, without actually going deep into contents of each message. Also, Encoder object doesn`t exist in this version.

NOTE: DEMO version of wodMailbox will access only first 10 messages from the mailbox, and will allow only one attachment per message.
 « read more about WeOnlyDo! Mailbox COM object with source 1.0.0.1

RECOMMENDED DOWNLOADS IN THIS CATEGORY

 » Home  » Development » ActiveX (10) Select page: [1]
 » DevPower Flat Button ActiveX Control Source Code 3.3.0
Source Code to the DevPower Flat Button ActiveX Control to include with your applications. This control is an incredibly flexible button that can operate in the style of todays popular applications like Internet Explorer, Office97 and Oulook 98 as well as ...
Devpower.com | 0 | Win 95/NT/2000/98/ME | $60 | Downloads: 1372
Date added: Sep 21, 2005 |  » Details
 » TransitionFX 5.0.1
TransitionFX ActiveX Control produces more than 170 image transition effects. Version 5.0.1 supports the following effects Push Checkerboard MonoReveal Iris MonoSlider Zoom Mosaic Glide RGB Spiral Shade Squeeze TwinRandomBars StripedIris Stretch Str ...
Tripod.com | 0 | Win 95/NT/2000/XP/98/ME | $49.95 | Downloads: 1360
Date added: Sep 21, 2005 |  » Details
 » DevPower Web Version Check ActiveX Control Source Code 4.0.0
The Web Version Check ActiveX Control lets you easily add version checking across the internet (or an intranet) to your applications. Suggested usage is to periodically (e.g. on start up or once a month) call the Check() method that performs a version che ...
Devpower.com | 0 | Win 95/NT/2000/XP/98/ME | $60 | Downloads: 1390
Date added: Sep 21, 2005 |  » Details
 » SOD Control Resizer (Limited Developer License) 3.11
SOD Control Resizer is an ActiveX control that lets you determine how various controls adjust to a change in form size in your Visual Basic programs. You can adjust the size and position of individual controls on a form, and determine which controls stay ...
A-city.de | 0 | Win 95/NT/2000/XP/98/ME | $50 | Downloads: 1442
Date added: Sep 21, 2005 |  » Details
 » PDSoft SMTP Control 4.0
The Philip Deem Software SMTP ActiveX Control can be dropped into any language that supports ActiveX thus enabling an application to support full mail and file attachment transfers. The control supports a rich combination of smtp functions and features in ...
Pdeemsoftware.com | 0 | Platform independent | $34.95 | Downloads: 1421
Date added: Sep 21, 2005 |  » Details
 » NTSet ActiveX, v2.06 2.06
Collection of ActiveX controls for directly accessing Windows NT features. NTSet ActiveX, v2.06 includes 6 components: AxNTEventLog: This ActiveX control significantly simplifies the access to Windows NT event log. Using it you are able to create your o ...
Belcaf.com | 0 | Win 95/NT/2000/98/ME | $62 | Downloads: 1350
Date added: Sep 21, 2005 |  » Details
 » DevPower FTP ActiveX Control Source Code 2.0.0
Source Code to the DevPower FTP ActiveX Control to include with your applications. The FTP ActiveX Control makes connections to FTP servers simple and intuitive. The control allows you to easily connect to, list and transfer files between a PC and a FTP s ...
Devpower.com | 0 | Win 95/NT/2000/98/ME | $149 | Downloads: 1414
Date added: Sep 21, 2005 |  » Details
 » AxNTEventlog, v2.06 2.06
This component significantly simplifies the access to Windows NT event log. Using it you are able to create your own event log analyzers that will perform specific monitoring tasks. The centralized event handling across network may be written with just a ...
Belcaf.com | 0 | Win 95/NT/2000/98/ME | $29 | Downloads: 1321
Date added: Sep 21, 2005 |  » Details
 » AxNTService, v2.06 2.06
This ActiveX control interacts with Windows NT services on local or remote computers. It may start, stop, delete, create and configure services. Now network administrators can relax configuring services on remote servers while sitting in front of their ow ...
Belcaf.com | 0 | Win 95/NT/2000/98/ME | $29 | Downloads: 1503
Date added: Sep 21, 2005 |  » Details
 » AxNTPrivilege, v2.06 2.06
This ActiveX control edits list of privileges (user rights) assigned to the user`s account or process. It also can edit list of accounts which hold the given privilege. The component is intended for Windows NT only and WILL NOT work under Windows 95/98. ...
Belcaf.com | 0 | Win 95/NT/2000/98/ME | $29 | Downloads: 1347
Date added: Sep 21, 2005 |  » Details
 » AxNTUserMan, v2.06 2.06
This ActiveX control allows to easily manage users` accounts on local and remote Windows NT servers and workstations. The functionality of our component includes nearly all related functions of Windows NT API and by far surpasses the standard abilities of ...
Belcaf.com | 0 | Win 95/NT/2000/98/ME | $29 | Downloads: 1328
Date added: Sep 21, 2005 |  » Details
 » @ctiVideo ActiveX Control 1.6
If you ever tried writing Win32 application, which accesses a video frame-grabber board or a parallel-port camera, you probably have an idea how complicate the Video-for-Windows API calls can be... This control was developed we had to fight the API for qu ...
Activevideotools.com | 0 | Win 95/NT/2000/XP/98/ME | $109.95 | Downloads: 1356
Date added: Sep 21, 2005 |  » Details
 » ActiveX DNS+Traceroute source code 2.0
Object for simple IP adress and host name resolution, ASP and VB TraceRoute. ...
Pstruh.cz | 0 | Win 95/NT/2000/98/ME | $30 | Downloads: 1434
Date added: Sep 21, 2005 |  » Details
 » Alfa File Protector Branding (Basic Package) 2003
This is payment for the branding option for Alfa File Protector. ...
Alfasp.com | 0 | Win 95/NT/2000/XP/98/ME | E1499.95 | Downloads: 1429
Date added: Sep 21, 2005 |  » Details
 » ScriptUtilities - Single license 2.0
      Lets you work with uploads and forms (application/x-www-form-urlencoded and multipart/form-data) with maximum of 2GB size in ASP. Contains one-click multiple files/folders download with on-the-fly compression (Using ...
Pstruh.cz | 0 | Win 95/NT/2000/XP/98/ME | $48 | Downloads: 1322
Date added: Sep 21, 2005 |  » Details
 » HSCrypt 2.1 2.1
Add 32bit, 64bit and 96bit encryption to your Delphi programs. Support for character, string and file encryption and decryption. Native Delphi VCL. No DLL`s or OCX`s. ...
Hacksystems.com | 0 | Win 95/NT/2000/98/ME | $49 | Downloads: 1455
Date added: Sep 21, 2005 |  » Details
 » ScriptUtilities - Single license + source 2.0
      Lets you work with uploads and forms (application/x-www-form-urlencoded and multipart/form-data) with maximum of 2GB size in ASP. Contains one-click multiple files/folders download with on-the-fly compression (Using ...
Pstruh.cz | 0 | Win 95/NT/2000/XP/98/ME | $98 | Downloads: 1367
Date added: Sep 21, 2005 |  » Details
 » UserManager - Single license 1.7
Contains simple objects for creating, deleting, managing and enumerating NT user accounts and groups. You can change any of the user or group properties. Works with VB, IE, ASP, JS, VBS and T-SQL. ...
Pstruh.cz | 0 | Win 95/NT/2000/98/ME | $49 | Downloads: 1304
Date added: Sep 21, 2005 |  » Details
 » Active Multimedia Button 4 - single license 4.5
Tired of flat rectangular buttons? With our Active Multimedia Button 4, the evolution of Active Multimedia Button 3, programmers can give a new look to their windows, forms and dialog boxes, using a variety of shapes, 3D effects, surfaces, bitmaps, cursor ...
Castlems.com | 0 | Win 95/NT/2000/98/ME | $69 | Downloads: 1335
Date added: Sep 21, 2005 |  » Details
 » AxNTFileSecurity, v2.06 2.06
This ActiveX control is one of the most sophisticated, yet simple to use tools for controlling file access rights on NTFS partitions. Now, with just a few keystrokes you can assign `access allowed`, `access denied` and `system audit` rights. This job requ ...
Belcaf.com | 0 | Win 95/NT/2000/98/ME | $29 | Downloads: 1417
Date added: Sep 21, 2005 |  » Details
go to top Select page: [1]
What Font is | fonts | free fonts | download fonts | free fonts download | web fonts |