Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sope-mime/NGImap4/NGImap4Client.m
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ - (NSDictionary *)_receiveServerGreetingWithoutTagId {
buffer = nil;

self->parser = [[NGImap4ResponseParser alloc] initWithStream: self->socket];
[self logWithFormat:@"TLS started successfully."];
[self debugWithFormat:@"TLS started successfully."];
}
else
[self logWithFormat:@"Could not start TLS."];
Expand Down
2 changes: 1 addition & 1 deletion sope-mime/NGImap4/NGSieveClient.m
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ - (NSDictionary *)openConnection {
//buffer = nil;

self->parser = [[NGImap4ResponseParser alloc] initWithStream: self->socket];
[self logWithFormat:@"TLS started successfully."];
[self debugWithFormat:@"TLS started successfully."];

/* as per rfc5804 section 2.2:
* at this point, the server MUST re-issue the capability results
Expand Down