quote:
Originally posted by Patchou
no idea about sending files, never tried... I'd guess so?
just tested it, apparently not... neither vice versa...
quote:
Originally posted by Patchou
As for storing the network, that's true and that's also why I just fixed the two functions above to automatically take care of it whenever possible. I'll update the doc to specify that in case of doubt, Network should be checked and "yahoo:" should be added in front of the email for future reference, if you want to be 100% absolutely sure you always refer to the proper contact.
Though this will 'break' stuff in a similar fashion actually...
eg: I have a function which does something to contacts, I get the email from an event so it will always be prefixed or not, according to the network.
But when I use GetContact(sEmail) with this correctly formatted email (not prefixed for msn network), it might return a yahoo contact nevertheless...
This means that all scripts using something like this are again buggy... (which can be fixed of course, but nevertheless something for script developpers to watch out for...)