(fix) allow getting password from context for OC

This commit is contained in:
extrafu
2015-11-19 17:57:04 -05:00
parent 4a27beabdd
commit 19676593ea
2 changed files with 7 additions and 0 deletions

View File

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