Archives
 
 
 
  Special
 
 
 
  About Us
 
 
 

Newsletter
Free E-mail Newsletter from BYTE.com

 
    
           
Visit the home page Browse the four-year online archive Download platform-neutral CPU/FPU benchmarks Find information for advertisers, authors, vendors, subscribers Request free information on products written about or advertised in BYTE Submit a press release, or scan recent announcements Talk with BYTE's staff and readers about products and technologies

ArticlesStandard APIs and Protocols


September 1997 / Features / The Universal Inbox / Standard APIs and Protocols

The universal inbox begs for standards to knit together e-mail, fax, and voice-mail products from different vendors. Microsoft's Messaging API (MAPI) has emerged as the dominant API in the Windows environment, allowing fax and voice-mail vendors to place messages into any MAPI-compatible inbox. Other APIs, such as Common Mail Calls (CMC) or Vendor-Independent Messaging (VIM), find use in non-Windows environments, as well as under Windows.

MAPI enabl es client/server communications through the MAPI subsystem, a standard part of Windows. The subsystem transfers requests between the client and a MAPI service provider: a small software module, also running on the client machine, that is provided by the service's vendor (for e-mail, fax, or voice mail). The service provider, in turn, talks to the service: In a client/server environment thi s runs on the e-mail, fax, or voice-mail server machine. Multiple service providers may be running on a single client machine, with MAPI acting as a multiplexer/demultiplexer for the service providers.

From the user's perspective, MAPI lets the client talk to an e-mail service. But MAPI actually describes only the way a client talks to a subsystem and the way a service provider talks to a subsystem. MAPI does not define the protocols used for client/server communications, nor does it address server/server communications. Internet standards are evolving to address this void.

One common Internet standard to implement a universal inbox is Multipurpose Internet Mail Extension (MIME), which can send various types of content with the Simple Mail Transport Protocol (SMTP). Work on voice mail that started in 1994 has culminated in Voice Profile for Internet Mail (VPIM), which is currently a draft standard of the Internet Engineering Task Force (IETF). IETF will probably adopt VPIM version 2 as a full standard sometime this summer. Although VPIM began just for voice, the standard now embraces fax as well. Plus, it is a standard not just for voice-mail or telephony servers but for fax and e-mail servers as well. The VPIM working group is also developing directory services to translate phone numbers into Internet e-mail addresses.

In a typical use of VPIM, a user connects to a voice-mail system, records a message, and enters the recipient's phone number. The voice-mail system sees that the number does not belong to a local user. A non-VPIM system would typically give up here. VPIM, howev er, uses the Lightweight Directory Access Protocol (LDAP) to look up the e-mail address that receives voice messages for that phone number. Then the system sends the voice mail over the network as a MIME/SMTP message. On the receiving end, the message could go to a VPIM voice-mail system or to any SMTP/MIME e-mail system.

Since VPIM uses the Internet or an intranet to transfer voice and fax, it could reduce long-distance charges dramatically, finally enabling cost-effective color faxing, for instance. It also lays a solid groundwork for "intentional voice mail" (as opposed to a message that a caller left only because the callee did not answer the phone).

Vendors such as Lucent, Nortel, Octel, and Siemens Rolm demonstrated VPIM v. 1 products at the 1996 EMA show, proving that the concept worked. But the public never saw the products themselves. VPIM v. 2 products, mostly in beta at the 1997 EMA show, are expected this year from these same vendors.

Theoretically, you can use Internet standard s besides or instead of MAPI or similar APIs. MAPI today can successfully receive VPIM content but not send it, according to Greg Vaudreuil, Octel's systems architect for messaging and author of VPIM v. 1 and coauthor of VPIM v. 2.

VPIM is strictly a server-to-server protocol, addressing only message transport. For client/server interactions, Internet Message Access Protocol version 4 (IMAP4) will also be important for universal inboxes. IMAP4 lets you view a list of message headers before selecting what to access. An attractive feature with ordinary e-mail and fax mail, this is even more desirable for voice mail, where playing every message is more time-consuming. IMAP4 also lets you download selected parts of a message -- again, very desirable if messages contain large amounts of data like voice and fax. IMAP4, not yet widely implemented, will probably replace POP3, the current favorite, over the long haul.


Up to the Features section contentsGo to previous article: Standard APIs and ProtocolsGo to next article: Unclogging the PC BottlenecksSearchSend a comment on this articleSubscribe to BYTE or BYTE on CD-ROM  
Flexible C++
Matthew Wilson
My approach to software engineering is far more pragmatic than it is theoretical--and no language better exemplifies this than C++.

more...

BYTE Digest

BYTE Digest editors every month analyze and evaluate the best articles from Information Week, EE Times, Dr. Dobb's Journal, Network Computing, Sys Admin, and dozens of other CMP publications—bringing you critical news and information about wireless communication, computer security, software development, embedded systems, and more!

Find out more

BYTE.com Store

BYTE CD-ROM
NOW, on one CD-ROM, you can instantly access more than 8 years of BYTE.
 
The Best of BYTE Volume 1: Programming Languages
The Best of BYTE
Volume 1: Programming Languages
In this issue of Best of BYTE, we bring together some of the leading programming language designers and implementors...

Copyright © 2005 CMP Media LLC, Privacy Policy, Your California Privacy rights, Terms of Service
Site comments: webmaster@byte.com
SDMG Web Sites: BYTE.com, C/C++ Users Journal, Dr. Dobb's Journal, MSDN Magazine, New Architect, SD Expo, SD Magazine, Sys Admin, The Perl Journal, UnixReview.com, Windows Developer Network