I found that IMAPv4 has a shortcoming: It forces users to download whole body (text/html + attachments). How to write and propose a RFC to address the issue? Please kindly share if you had experience of previously writing technical documents, proposals, especially RFCs. Thank you in advance.

link|improve this question

3  
Individual sections of a body can be specified by parameters to the FETCH of a BODY. You can even fetch a partial section of a body based on an octet range. What extra functionality are you actually proposing? – Charles Bailey Feb 20 '10 at 13:23
i don't think that imap forces users to download whole body (what for, by the way?). my imap client at least can happily download headers only, and i cannot find anything to that effect in the spec (faqs.org/rfcs/rfc3501.html ). what makes you think so? – ax. Feb 20 '10 at 13:29
feedback

3 Answers

up vote 1 down vote accepted

The responses by Jörg W Mittag and Darin Dimitrov are perfectly correct but they forget to add that writing a RFC and having it adopted is a long process which requires time, dedication, a hard technical work and a lot of social interactions.

link|improve this answer
+1 thanks for the input :) I didn't know that there are lots of social interactions that need to happen. – Viet Feb 20 '10 at 17:13
For these interactions, RFC 4677 is a good start, more realistic than RFC 2223. – bortzmeyer Feb 21 '10 at 16:02
feedback

There's actually an RfC for that: RfC2223 - Instructions to RFC Authors.

link|improve this answer
+1 OK thanks :) – Viet Feb 20 '10 at 15:56
feedback

You might find this site useful.

link|improve this answer
+1 thanks for the link – Viet Feb 20 '10 at 16:03
The link seems to be dead now. – ereOn Apr 14 '11 at 15:05
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.