message.setLocation(URI.create(
strSe.fromBytes(c.getValue())));
} else if (c.getName().startsWith(CN_LABEL_PREFIX)) {
Integer labelId = Integer
.parseInt(c.getName().split("\\:")[1]);
message.addLabel(labelId);
} else if (c.getName().startsWith(CN_MARKER_PREFIX)) {
Integer markerId = Integer
.parseInt(c.getName().split("\\:")[1]);
message.addMarker(Marker.fromInt(markerId));
} else if (includeBody && c.getName().equals(CN_HTML_BODY)) {