|
|
| About site: Internet/RFCs/1701 - 1800 - RFC 1733 |
Return to Computers also Computers |
| About site: http://tools.ietf.org/html/rfc1733 |
Title: Internet/RFCs/1701 - 1800 - RFC 1733 Distributed Electronic Mail Models in IMAP4. M. Crispin. December 1994. |
|
|
|
|
Lonehill_Systems,_Inc_ SYSPRO, formerly Impact Encore, is a distribution and manufacturing software solution.
| Methane_Sea Offers shared hosting with mySQL and PostegreSQL access, POP3, IMAP and shell access. Includes PHP, Perl, Python and SSI support.
| CMPnet_TechWeb_TechEncyclopedia__Lisp Great resource: over 11,000 definitions.
| MEME/MAST__Motif_Discovery_and_Search A software package to discover motifs (highly conserved regions) in groups of related DNA or protein sequences and, search sequence databases using motifs. [COM]
| Bspeller A light weight text editor with a Bengali spell checker. The spell checker is based on GNU Aspell Library. This program is part of the Bengali dictionary project, and uses the word list provided by th
| Webcam_Tallinn_Bay Tallinn Bay webcam, Estonia.
|
|
| Alexa statistic for http://tools.ietf.org/html/rfc1733 |
Please visit: http://tools.ietf.org/html/rfc1733
|
| Related sites for http://tools.ietf.org/html/rfc1733 |
| WRC_(UK) Offers web hosting with Perl and PHP and domain registration. | | AOL_TV Provides information about getting started with this system, as well as ordering information. | | Strategic_Business_Systems Provides information systems for the AS/400 community. Offers database driven information management tools for a range of industries including motor vehicle distributors. | | HTML_to_WML Guidelines to converting HTML to WML on the fly. | | Cetus_Links Object oriented languages: Rexx | | Tux_Gallery A picture gallery dedicated to the Linux mascot. | | BrainFlower A forum for creative, innovative and funny ideas. Entries are not published automatically, about half are accepted. | | Dragos_Acostachioaie Projects include an object oriented text-based user interface for Unix and an automated documentation system. Includes articles about Linux. | | Net_Company Cambridge, England based company producing flash Animation, flash graphics for online games, screensavers, other downloads and movies. | | Cool-Whois Domain search that features historical caching of whois information. | | International_Project_Estimating Estimating software for international contractors and engineers bidding on infrastructure projects. | | Console_Scripts Offers tutorials for coding Javascript console windows along with examples. | | Seven_Reasons_Customer_Data_Integration_Projects_Fail SearchDataManagement.com article by Hannah Smalltree on common pitfalls to avoid on customer data integration projects. (March 7, 2006) | | bSpeak_Threaded_Messageboard A PHP and MySQL based messageboard software. [Commercial] | | Java-COM_Resources Provides technical details and samples covering using RMI/JDBC with COM, serialisable VARIANT, WinInet, Url Moniker, HlinkNavigateString, and other Java-COM and J/Direct functionality. By Dan Adler. | | Interbaun_Communications_Inc_ Providing web and print design, application development, e-commerce solutions and project management tools. Also hosting and Internet services. Based in Edmonton in Alberta, Canada. | | Template_css An online tool to find CSS page templates. Search layouts using different parameters or submit a template layout. | | WebBiographies_com This service has an emphasis on genealogy, biography and memoir writing and family trees. Members receive a life book which has a public journal website. The system is designed to accommodate almost a | | iPlanet The Sun-Netscape Alliance is a strategic collaboration between Sun and AOL that leverages their complementary technological leadership, global reach, and Internet experience. | | Croquet,_Anyone?_Designing_a_More_Responsive_Online_Learning_Environment Explains Croquet initiative for content management system developed in open source collaboration between Universities of Wisconsin-Madison, Minnesota, Kyoto, and Hewlett Packard Research Labs. Teachin |
|
This is websites2007.org cache of m/ as retrieved on 2008.10.10 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
|
| RFC 1733 - DISTRIBUTED ELECTRONIC MAIL MODELS IN IMAP4 body { margin: 0px 8px; font-size: 1em; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: bold; line-height: 0pt; display: inline; white-space: pre; font-family: monospace; font-size: 1em; font-weight: bold; } pre { font-size: 1em; } .pre { white-space: pre; font-family: monospace; } .header{ font-weight: bold; } .invisible { text-decoration: none; color: white; } @media print { body { font-size: 10.5pt; } h1, h2, h3, h4, h5, h6 { font-size: 10.5pt; } a:link, a:visited { color: inherit; text-decoration: none; } .break { page-break-before: always; } .noprint { display: none; } } @media screen { .grey, .grey a:link, .grey a:visited { color: #777; } .docinfo { background-color: #EEE; } .top { border-top: 7px solid #EEE; } .bgwhite { background-color: white; } .bgred { background-color: #F44; } .bggrey { background-color: #666; } .bgbrown { background-color: #840; } .bgorange { background-color: #FA0; } .bgyellow { background-color: #EE0; } .bgmagenta{ background-color: #F4F; } .bgblue { background-color: #66F; } .bgcyan { background-color: #4DD; } .bggreen { background-color: #4F4; } .legend { font-size: 90%; } .cplate { font-size: 70%; border: solid grey 1px; } } [RFCs/IDs] [Plain Text] [From draft-ietf-imap-model] INFORMATIONAL Network Working Group M. CrispinRequest for Comments: 1733 University of WashingtonCategory: Informational December 1994 DISTRIBUTED ELECTRONIC MAIL MODELS IN IMAP4Status of this Memo This memo provides information for the Internet community. This memo does not specify an Internet standard of any kind. Distribution of this memo is unlimited.Distributed Electronic Mail Models There are three fundamental models of client/server email: offline, online, and disconnected use. IMAP4 can be used in any one of these three models. The offline model is the most familiar form of client/server email today, and is used by protocols such as POP-3 (RFC 1225) and UUCP. In this model, a client application periodically connects to a server. It downloads all the pending messages to the client machine and deletes these from the server. Thereafter, all mail processing is local to the client. This model is store-and-forward; it moves mail on demand from an intermediate server (maildrop) to a single destination machine. The online model is most commonly used with remote filesystem protocols such as NFS. In this model, a client application manipulates mailbox data on a server machine. A connection to the server is maintained throughout the session. No mailbox data are kept on the client; the client retrieves data from the server as is needed. IMAP4 introduces a form of the online model that requires considerably less network bandwidth than a remote filesystem protocol, and provides the opportunity for using the server for CPU or I/O intensive functions such as parsing and searching. The disconnected use model is a hybrid of the offline and online models, and is used by protocols such as PCMAIL (RFC 1056). In this model, a client user downloads some set of messages from the server, manipulates them offline, then at some later time uploads the changes. The server remains the authoritative repository of the messages. The problems of synchronization (particularly when multiple clients are involved) are handled through the means of unique identifiers for each message.Crispin [Page 1] RFC 1733 IMAP4 - Model December 1994 Each of these models have their own strengths and weaknesses: Feature Offline Online Disc ------- ------- ------ ---- Can use multiple clients NO YES YES Minimum use of server connect time YES NO YES Minimum use of server resources YES NO NO Minimum use of client disk resources NO YES NO Multiple remote mailboxes NO YES YES Fast startup NO YES NO Mail processing when not online YES NO YES Although IMAP4 has its origins as a protocol designed to accommodate the online model, it can support the other two models as well. This makes possible the creation of clients that can be used in any of the three models. For example, a user may wish to switch between the online and disconnected models on a regular basis (e.g. owing to travel). IMAP4 is designed to transmit message data on demand, and to provide the facilities necessary for a client to decide what data it needs at any particular time. There is generally no need to do a wholesale transfer of an entire mailbox or even of the complete text of a message. This makes a difference in situations where the mailbox is large, or when the link to the server is slow. More specifically, IMAP4 supports server-based RFC 822 and MIME processing. With this information, it is possible for a client to determine in advance whether it wishes to retrieve a particular message or part of a message. For example, a user connected to an IMAP4 server via a dialup link can determine that a message has a 2000 byte text segment and a 40 megabyte video segment, and elect to fetch only the text segment. In IMAP4, the client/server relationship lasts only for the duration of the TCP connection. There is no registration of clients. Except for any unique identifiers used in disconnected use operation, the client initially has no knowledge of mailbox state and learns it from the IMAP4 server when a mailbox is selected. This initial transfer is minimal; the client requests additional state data as it needs. As noted above, the choice for the location of mailbox data depends upon the model chosen. The location of message state (e.g. whether or not a message has been read or answered) is also determined by the model, and is not necessarily the same as the location of the mailbox data. For example, in the online model message state can be co- located with mailbox data; it can also be located elsewhere (on the client or on a third agent) using unique identifiers to achieveCrispin [Page 2] RFC 1733 IMAP4 - Model December 1994 common reference across sessions. The latter is particularly useful with a server that exports public data such as netnews and does not maintain per-user state. The IMAP4 protocol provides the generality to implement these different models. This is done by means of server and (especially) client configuration, and not by requiring changes to the protocol or the implementation of the protocol.Security Considerations Security issues are not discussed in this memo.Author's Address: Mark R. Crispin Networks and Distributed Computing, JE-30 University of Washington Seattle, WA 98195 Phone: (206) 543-5762 EMail: MRC@CAC.Washington.EDUCrispin [Page 3] Html markup produced by rfcmarkup 1.66, available fromhttp://tools.ietf.org/tools/rfcmarkup/ |
|
| |
Distributed | Electronic | Mail | Models | in | IMAP4. | M. | Crispin. | December | 1994. |
|
http://tools.ietf.org/html/rfc1733
RFC 1733 2008 October
dvd rental
dvd
Distributed Electronic Mail Models in IMAP4. M. Crispin. December 1994.
Rules
|
© 2008 Internet Explorer 5+ or Netscape 6+
|
|
Recommended Sites: 1.
Arts -
Business -
Computers -
Games -
Health -
Home -
Kids and Teens -
News -
Recreation -
Reference -
Regional -
Science -
Shopping -
Society -
Sports -
World
Miss Gallery
- Top Anime Hentai
- DVD rental by mail
- Mortgage Calculator - Ringtones - Facebook proxy list - Online Loans - Remortgage
|