I have been trying to use RB's standard keychain and keychainItem classes to extract passwords for smtp servers listed in the keychain but have so far been unable to get it to work, so instead I have resorted to MBS as they seem to have more detailed information included but still no joy.
The source data for the search comes from the accounts listed in Mail which I access via an Applescript. This returns for me the following: ServerAddress in the form: mail.domain.com SMTPPort: integer SSLSecure: boolean username: string >From those I wish to access the password from Keychain but consistently get a >nil return. I have tried modifying the KeyChain Test example project but >don't' seem to be able to get there. I can see that smtp is referred to as a property within KeyChainRequest but don' tree how to use this. Can anyone tell me what is the right combination of properties to set for KeyChainManagerMBS, KeyChainSearchItemMBS and KeyChainItemMBS to consistently extract the right password? Regards Jim _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
