home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / drafts / draft_ietf_i / draft-ietf-imap-imap4-07.txt < prev    next >
Text File  |  1994-12-21  |  3KB  |  77 lines

  1.  
  2.  
  3. A new Request for Comments is now available in online RFC libraries.
  4.  
  5.  
  6.         RFC 1730:
  7.  
  8.         Title:      INTERNET MESSAGE ACCESS PROTOCOL - VERSION 4
  9.         Author:     M. Crispin
  10.         Mailbox:    MRC@CAC.Washington.EDU
  11.         Pages:      77
  12.         Characters: 156,660
  13.         Updates/Obsoletes:  none
  14.  
  15.         URL:        ftp://ds.internic.net/rfc/rfc1730.txt
  16.  
  17.  
  18. The Internet Message Access Protocol, Version 4 (IMAP4) allows a
  19. client to access and manipulate electronic mail messages on a server.
  20. IMAP4 permits manipulation of remote message folders, called
  21. "mailboxes", in a way that is functionally equivalent to local
  22. mailboxes.  IMAP4 also provides the capability for an offline client
  23. to resynchronize with the server.
  24.  
  25. IMAP4 includes operations for creating, deleting, and renaming
  26. mailboxes; checking for new messages; permanently removing messages;
  27. setting and clearing flags; RFC 822 and MIME parsing; searching; and
  28. selective fetching of message attributes, texts, and portions thereof.
  29. Messages in IMAP4 are accessed by the use of numbers.  These numbers
  30. are either message sequence numbers (relative position from 1 to the
  31. number of messages in the mailbox) or unique identifiers (immutable,
  32. strictly ascending values assigned to each message, but which are not
  33. necessarily contiguous).  IMAP4 supports a single server.  A mechanism
  34. for supporting multiple IMAP4 servers is in progress.  IMAP4 does not
  35. specify a means of posting mail; this function is handled by a mail
  36. transfer protocol such as SMTP.  IMAP4 is designed to be upwards
  37. compatible from the IMAP2 protocol.  Compatibility issues are
  38. discussed in RFC 1732.  This RFC is a product of the Internet Message
  39. Access Protocol Working Group of the IETF.
  40.  
  41. This is now a Proposed Standard Protocol.
  42.  
  43. This document specifies an Internet standards track protocol for the
  44. Internet community, and requests discussion and suggestions for
  45. improvements.  Please refer to the current edition of the "Internet
  46. Official Protocol Standards" (STD 1) for the standardization state
  47. and status of this protocol.  Distribution of this memo is unlimited.
  48.  
  49. This announcement is sent to the IETF list and the RFC-DIST list.
  50. Requests to be added to or deleted from the IETF distribution list
  51. should be sent to IETF-REQUEST@CNRI.RESTON.VA.US.  Requests to be
  52. added to or deleted from the RFC-DIST distribution list should
  53. be sent to RFC-REQUEST@NIC.DDN.MIL.
  54.  
  55. Details on obtaining RFCs via FTP or EMAIL may be obtained by sending
  56. an EMAIL message to rfc-info@ISI.EDU with the message body 
  57. help: ways_to_get_rfcs.  For example:
  58.  
  59.         To: rfc-info@ISI.EDU
  60.         Subject: getting rfcs
  61.  
  62.         help: ways_to_get_rfcs
  63.  
  64. Requests for special distribution should be addressed to either the
  65. author of the RFC in question, or to admin@DS.INTERNIC.NET.  Unless
  66. specifically noted otherwise on the RFC itself, all RFCs are for
  67. unlimited distribution.
  68.  
  69. Submissions for Requests for Comments should be sent to
  70. RFC-EDITOR@ISI.EDU.  Please consult RFC 1543, Instructions to RFC
  71. Authors, for further information.
  72.  
  73.  
  74. Joyce K. Reynolds
  75. USC/Information Sciences Institute
  76.  
  77.