__PRETTY_FUNCTION__, _la(self, 0), self->serverResponseDebug];
return nil;
}
- [self logWithFormat:@"XX2: %c %@", _la(self, 0), self->serverResponseDebug];
/* parse addresses */
[self logWithFormat:@"ERROR(%s): failed on from.", __PRETTY_FUNCTION__];
return nil;
}
- [self logWithFormat:@"XX3: %c %@", _la(self, 0), self->serverResponseDebug];
if ((tmp = [self _parseEnvelopeAddressStructures]) != nil) {
env->sender = [tmp isNotNull] ? [[tmp lastObject] copy] : nil;
[self _consumeOptionalSpace];
[self logWithFormat:@"ERROR(%s): failed on sender.", __PRETTY_FUNCTION__];
return nil;
}
- [self logWithFormat:@"XX3: %c %@", _la(self, 0), self->serverResponseDebug];
if ((tmp = [self _parseEnvelopeAddressStructures]) != nil) {
env->replyTo = [tmp isNotNull] ? [[tmp lastObject] copy] : nil;
[self _consumeOptionalSpace];
NSString *key;
key = [_parseUntil(self, ' ') lowercaseString];
+#if 0
[self logWithFormat:@"PARSE KEY: %@", key];
+#endif
if ([key hasPrefix:@"body["]) {
NSDictionary *content;