(fix) allow getting password from context for OC

This commit is contained in:
extrafu
2015-11-19 17:57:04 -05:00
committed by Ludovic Marcotte
parent 7c86a43e48
commit c5017fc69e
2 changed files with 7 additions and 0 deletions

View File

@@ -72,4 +72,8 @@
return imapPassword;
}
- (NSString *) passwordInContext: (WOContext *) context
{
return password;
}
@end