Home
last modified time | relevance | path

Searched refs:unlabeled (Results 1 – 3 of 3) sorted by relevance

/haiku/docs/user/mail/
H A DMailComponent.dox161 Structured headers are in the format unlabeled; key=value; key=value. The most common
163 unlabeled, and various other information, such as character set, is
166 key/value pair. The only exception to this rule is the unlabeled data.
167 For this, simply use the key unlabeled. Please note that the charset and
176 structured.AddString("unlabeled","text/plain");
223 header are placed in <code>unlabeled</code>.
/haiku/src/kits/mail/
H A DMailComponent.cpp148 const char* unlabeled = "unlabeled"; in SetHeaderField() local
154 if (structure->HasString(unlabeled)) in SetHeaderField()
155 value << structure->FindString(unlabeled) << "; "; in SetHeaderField()
166 if (strcasecmp(name, unlabeled) == 0) in SetHeaderField()
/haiku/src/apps/mail/
H A Dwords26807 unlabeled