Skip to content
Snippets Groups Projects
Commit 5e8efb05 authored by deuce's avatar deuce
Browse files

Add TODO comments.

parent f8aa8894
No related branches found
No related tags found
No related merge requests found
......@@ -337,6 +337,8 @@ function send_fetch_response(msgnum, fmat, uid)
// We already handled this I hope...
if(objtype == undefined)
continue;
// TODO: Handle partial HEADER.FIELDS and HEADER.FIELDS.NOT
if(objtype.search(/^BODY\[[0-9.]*HEADER\.FIELDS$/)==0) {
tmp='';
for(j in fmat[i]) {
......@@ -427,6 +429,7 @@ function send_fetch_response(msgnum, fmat, uid)
if((tmp=get_mime_part(fmat[i].toUpperCase()))==undefined) {
switch(fmat[i].toUpperCase()) {
case 'BODY':
// TODO: BODY is actually *not* extensible... it's slightly different than BIDYSTRUCTURE
case 'BODYSTRUCTURE':
function add_part(mime) {
var i;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment