Change the function name getClient to sieveClient

This commit is contained in:
Alexandre Cloutier
2014-03-10 10:53:44 -04:00
parent f5faa60814
commit 3a681bd5a5
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -61,7 +61,7 @@
- (NSString *) userLongDateFormat;
- (BOOL) isSieveServerAvailable;
- (id) getClient;
- (id) sieveClient;
@end