|
|
| About site: Internet/RFCs/2001 - 2100 - RFC 2087 |
Return to Computers also Computers |
| About site: http://www.faqs.org/rfcs/rfc2087.html |
Title: Internet/RFCs/2001 - 2100 - RFC 2087 IMAP4 QUOTA Extension. J. Myers. January 1997. |
|
|
|
|
CIL_Technosoft Offers development and maintenance of embedded systems and software. Our services include offshore development, application maintenance and on-site consultancy.
| The_Node_Director A system management application for centralized user and host management in small to medium sized Unix / Linux / (Windows) system environments.
| Chatologica Mostly commercial scripts; includes metasearch and maintenance scripts.
| Web-Strata,_Ltd_ Web design, graphics, photography, programming, hosting, and e-commerce. Based in Phoenix, Arizona, United States.
| X2concepts Provides web design, hosting, graphics creation and java programming.
| Internationalization_with_Visual_Basic Covers the issues of Internationalization and Localization of applications and components in Visual Basic. Touches on all aspects of i18N/L10N/m18N.
|
|
| Alexa statistic for http://www.faqs.org/rfcs/rfc2087.html |
Please visit: http://www.faqs.org/rfcs/rfc2087.html
|
| Related sites for http://www.faqs.org/rfcs/rfc2087.html |
| PowerGREP Tool for searching groups of files, with regular expression and replace facility. | | Securicore Manufacturers of SecoShield, an OPSEC-certified multi-sensor IDS available as a nIDS appliance or as software only. Protection is based on signature, policy, anomaly and re-analysis. | | Impact_Gaming Internet gaming center with PCs available for clan matches, head to head combat and Internet access. Located in Eastbourne, East Sussex. | | LabVIEW_Advanced_Virtual_Architects_(LAVA) Independent, community driven information on advanced LabVIEW programming concepts, with a knowledge base, FAQ, discussion forums, code downloads and developer blogs. | | Mike_Grehan_Says Musings on search marketing and flying around the planet networking from the author of Search Engine Marketing. | | DataMergence,_Inc_ Specializes in content management and electronic document imaging solutions. In Northern California, USA. | | JDBC Java DataBase Connectivity information and resources. | | 1984_Online Online Mac e-zine and resource site. Facts, tips, techtalk, and opinions. Daily updates. | | Easynet Accounting and estimating solutions for the sign industry. | | Pro-Active_Solutech Offers an activity based costing program for cost measurement and management. | | DirectX_Developer_Center_(MSDN) Includes information about Direct3D - a real time graphics library primary for the window platform. | | UML_in_a_Nutshell The Unified Modeling Language (UML), for the first time in the history of systems engineering, gives practitioners a common language. This concise quick reference explains how to use each component of | | Jamecs_(JAva_ManagEd_Content_System) A full featured servlets-based content management framework, providing a simple hierarchical content model with transparent JDBC-based object persistence, advanced view creation, and tight integration | | Dev_Ltd__Web_Design_and_Development Developer of web based systems and sites using HTML, ASP, SQL and Flash, Leeds, UK. | | Downey,_Richard_-_Tekjock\'s_Realm Offers design, graphics, and flash services. | | Crescent_Internet_ToolPak Bundle of ActiveX controls for FTP, HTTP, IMAP4, NNTP, POP3, RAS, SMTP, socket client, socket server, UUEncode, and Telnet. By Sax Software Corp. [Control, Commercial] | | AntiProxy_Com Information on proxy servers and getting around ISP filters and port blocking. | | clixGalore UK based pay for performance opportunities. Many pay based on US dollars. | | Speed_Survey Create email surveys to send to customers. [Commercial] | | SSH_Tutorial_for_Linux Tutorial on howto setup and use ssh in Linux. |
|
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 2087 (rfc2087) - IMAP4 QUOTA extension@import 'http://faqs.org/abstracts/css/default.css';@import 'http://faqs.org/search.css';function erfc(s){document.write("[ RFC Index | RFC Search | Usenet FAQs | Web FAQs | Documents | Cities ]Alternate Formats: rfc2087.txt | rfc2087.txt.pdfRFC 2087 - IMAP4 QUOTA extensionSearch the Archives Display RFC by number RFC2087 - IMAP4 QUOTA extensionNetwork Working Group J. MyersRequest for Comments: 2087 Carnegie MellonCategory: Standards Track January 1997 IMAP4 QUOTA extensionStatus of this Memo This document specifies an Internet standards track protocol for the Internet community, and requests discussion and suggestions for improvements. Please refer to the current edition of the "Internet Official Protocol Standards" (STD 1) for the standardization state and status of this protocol. Distribution of this memo is unlimited.1. Abstract The QUOTA extension of the Internet Message Access Protocol [IMAP4] permits administrative limits on resource usage (quotas) to be manipulated through the IMAP protocol.Table of Contents 1. Abstract........................................... 1 2. Conventions Used in this Document.................. 1 3. Introduction and Overview.......................... 2 4. Commands........................................... 2 4.1. SETQUOTA Command................................... 2 4.2. GETQUOTA Command................................... 2 4.3. GETQUOTAROOT Command............................... 3 5. Responses.......................................... 3 5.1. QUOTA Response..................................... 3 5.2. QUOTAROOT Response................................. 4 6. Formal syntax...................................... 4 7. References......................................... 5 8. Security Considerations............................ 5 9. Author's Address................................... 52. Conventions Used in this Document In examples, "C:" and "S:" indicate lines sent by the client and server respectively.3. Introduction and Overview The QUOTA extension is present in any IMAP4 implementation which returns "QUOTA" as one of the supported capabilities to the CAPABILITY command. An IMAP4 server which supports the QUOTA capability may support limits on any number of resources. Each resource has an atom name and an implementation-defined interpretation which evaluates to an integer. Examples of such resources are: Name Interpretation STORAGE Sum of messages' RFC822.SIZE, in units of 1024 octets MESSAGE Number of messages Each mailbox has zero or more implementation-defined named "quota roots". Each quota root has zero or more resource limits. All mailboxes that share the same named quota root share the resource limits of the quota root. Quota root names do not necessarily have to match the names of existing mailboxes.4. Commands4.1. SETQUOTA Command Arguments: quota root list of resource limits Data: untagged responses: QUOTA Result: OK - setquota completed NO - setquota error: can't set that data BAD - command unknown or arguments invalid The SETQUOTA command takes the name of a mailbox quota root and a list of resource limits. The resource limits for the named quota root are changed to be the specified limits. Any previous resource limits for the named quota root are discarded. If the named quota root did not previously exist, an implementation may optionally create it and change the quota roots for any number of existing mailboxes in an implementation-defined manner. Example: C: A001 SETQUOTA "" (STORAGE 512) S: * QUOTA "" (STORAGE 10 512) S: A001 OK Setquota completed4.2. GETQUOTA Command Arguments: quota root Data: untagged responses: QUOTA Result: OK - getquota completed NO - getquota error: no such quota root, permission denied BAD - command unknown or arguments invalid The GETQUOTA command takes the name of a quota root and returns the quota root's resource usage and limits in an untagged QUOTA response. Example: C: A003 GETQUOTA "" S: * QUOTA "" (STORAGE 10 512) S: A003 OK Getquota completed4.3. GETQUOTAROOT Command Arguments: mailbox name Data: untagged responses: QUOTAROOT, QUOTA Result: OK - getquota completed NO - getquota error: no such mailbox, permission denied BAD - command unknown or arguments invalid The GETQUOTAROOT command takes the name of a mailbox and returns the list of quota roots for the mailbox in an untagged QUOTAROOT response. For each listed quota root, it also returns the quota root's resource usage and limits in an untagged QUOTA response. Example: C: A003 GETQUOTAROOT INBOX S: * QUOTAROOT INBOX "" S: * QUOTA "" (STORAGE 10 512) S: A003 OK Getquota completed5. Responses5.1. QUOTA Response Data: quota root name list of resource names, usages, and limits This response occurs as a result of a GETQUOTA or GETQUOTAROOT command. The first string is the name of the quota root for which this quota applies. The name is followed by a S-expression format list of the resource usage and limits of the quota root. The list contains zero or more triplets. Each triplet conatins a resource name, the current usage of the resource, and the resource limit. Resources not named in the list are not limited in the quota root. Thus, an empty list means there are no administrative resource limits in the quota root. Example: S: * QUOTA "" (STORAGE 10 512)5.2. QUOTAROOT Response Data: mailbox name zero or more quota root names This response occurs as a result of a GETQUOTAROOT command. The first string is the mailbox and the remaining strings are the names of the quota roots for the mailbox. Example: S: * QUOTAROOT INBOX "" S: * QUOTAROOT comp.mail.mime6. Formal syntax The following syntax specification uses the augmented Backus-Naur Form (BNF) notation as specified in RFC 822 with one exception; the delimiter used with the "#" construct is a single space (SP) and not one or more commas. Except as noted otherwise, all alphabetic characters are case- insensitive. The use of upper or lower case characters to define token strings is for editorial clarity only. Implementations MUST accept these strings in a case-insensitive fashion. getquota ::= "GETQUOTA" SP astring getquotaroot ::= "GETQUOTAROOT" SP astring quota_list ::= "(" #quota_resource ")" quota_resource ::= atom SP number SP number quota_response ::= "QUOTA" SP astring SP quota_list quotaroot_response ::= "QUOTAROOT" SP astring *(SP astring) setquota ::= "SETQUOTA" SP astring SP setquota_list setquota_list ::= "(" 0#setquota_resource ")" setquota_resource ::= atom SP number7. References [IMAP4] Crispin, M., "Internet Message Access Protocol - Version 4", RFC 1730, University of Washington, December 1994. [RFC-822] Crocker, D., "Standard for the Format of ARPA Internet Text Messages", STD 11, RFC 822.8. Security Considerations Implementors should be careful to make sure the implementation of these commands does not violate the site's security policy. The resource usage of other users is likely to be considered confidential information and should not be divulged to unauthorized persons.9. Author's Address John G. Myers Carnegie-Mellon University 5000 Forbes Ave. Pittsburgh PA, 15213-3890 EMail: jgm+@cmu.edu Previous: RFC 2086 - IMAP4 ACL extension Next: RFC 2088 - IMAP4 non-synchronizing literals [ RFC Index | RFC Search | Usenet FAQs | Web FAQs | Documents | Cities ] © 2008 FAQS.ORG. All rights reserved. |
|
| |
IMAP4 | QUOTA | Extension. | J. | Myers. | January | 1997. |
|
http://www.faqs.org/rfcs/rfc2087.html
RFC 2087 2008 October
dvd rental
dvd
IMAP4 QUOTA Extension. J. Myers. January 1997.
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
- Loans - Mortgages - Pay Day Loans - Gas Electricity - Loans
|