countach
countach
The use of sockets in edmessage have no socket timeout values. RFC 5321 specifies various timeout values for various parts of the protocol ranging from a few minutes to 10...
I'm trying out the API, but it can't get past the first line: EDMailAgent *mailAgent = [EDMailAgent mailAgentForRelayHostWithName:@"smtp.me.com"]; It seems that it blocks inside of [NSHost currentHost] for ages. According...
Several places in the code where there are compiler warnings due to lack of const. e.g. ``` unsigned char const * p = octets->data; ``` Maybe the author doesn't know...