<request="message_add"><folderid=307401/><toid=325/><toname="Khendon"/><subject
="MOO"/><text="baa"/></>

<request="user_logout"><text="MOO"/></>

<message_id=1424022/><content-type="text/x-ua-annotation"/><text="foo"/>


pRequest->Add("attachment", "add");
pRequest->AddChild("content-type", MSGATT_ANNOTATION);
pRequest->AddChild("text", szOption);

<request="user_edit"><login><statusmsg="dsdsa"/></></>



   3858          case 'd':
   3859             szOption = CmdLineStr("Note", "RETURN to abort");
   3860             if(szOption != NULL && strcmp(szOption, "") != 0)
   3861             {
   3862                pRequest = new EDF();
   3863                if(CmdServerVersion("2.5") < 0)
   3864                {
   3865                   pRequest->AddChild("folderid", CmdCurrFolder());
   3866                }
   3867                pRequest->AddChild("messageid", CmdCurrMessage());
   3868                if(CmdServerVersion("2.5") >= 0)
   3869                {
   3870                   pRequest->Add("attachment", "add");
   3871                   pRequest->AddChild("content-type", MSGATT_ANNOTATION);
   3872                   pRequest->AddChild("text", szOption);
   3873                   pRequest->Parent();
   3874                }

That help?

What sUAve says...
<request="user_edit"><login><statusmsg="asd"/></></>

What nUAnCE says...
<request="user_edit"><login><statusmsg="Bibble"/></login></request>




