mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-19 05:25:55 +00:00
Monotone-Parent: 8cad93eb76a9e0c82accf644da91551a4bb0c1d2
Monotone-Revision: 0d33ebdab09a3fdfd428f0fcfa42de4aef7a29ef Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-11-13T18:42:51 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -426,6 +426,23 @@ Index: sope-mime/NGImap4/NGImap4ResponseParser.m
|
||||
- (NSException *)exceptionForFailedMatch:(unsigned char)_match
|
||||
got:(unsigned char)_avail
|
||||
{
|
||||
Index: sope-mime/NGMail/NGSmtpClient.m
|
||||
===================================================================
|
||||
--- sope-mime/NGMail/NGSmtpClient.m (révision 1546)
|
||||
+++ sope-mime/NGMail/NGSmtpClient.m (copie de travail)
|
||||
@@ -442,10 +442,10 @@
|
||||
[self->text flush];
|
||||
|
||||
if (self->isDebuggingEnabled)
|
||||
- [NGTextErr writeFormat:@"C: data(%i bytes) ..\n", [_data bytes]];
|
||||
+ [NGTextErr writeFormat:@"C: data(%i bytes) ..\n", [_data length]];
|
||||
|
||||
[self->connection safeWriteBytes:[_data bytes] count:[_data length]];
|
||||
- [self->connection safeWriteBytes:".\r\n" count:3];
|
||||
+ [self->connection safeWriteBytes:"\r\n.\r\n" count:5];
|
||||
[self->connection flush];
|
||||
|
||||
reply = [self receiveReply];
|
||||
Index: sope-mime/NGMime/NGMimeRFC822DateHeaderFieldParser.m
|
||||
===================================================================
|
||||
--- sope-mime/NGMime/NGMimeRFC822DateHeaderFieldParser.m (révision 1546)
|
||||
|
||||
Reference in New Issue
Block a user