On Apr 23, 2007, at 2:45 PM, Katie Capps Parlante wrote:
Presumably, if we wanted to replace them with test accounts
instead, we'd change this code in translator.py:
@eim.exporter(pim.MailStamp)
def export_mail(self, mail):
+ # Move to a local variable for a slight performance increase
+ obf = self.obfuscation
+
+ def format(ea):
+ if obf:
+ return u"[EMAIL PROTECTED]" % ea.itsUUID
+
+ return ea.format()
+
Yes, that is correct. Is there a need to use test accounts?
-Brian
to use the OSAF test account names.
Cheers,
Katie
Morgen Sagen wrote:
On Apr 23, 2007, at 3:02 PM, Philippe Bossut wrote:
Hi,
Aparna Kadakia wrote:
Since Brian Kirsch has confirmed that we can replace the real
accounts with test accounts, what are the next action items on
this?
I would like to solicit help from external users for providing
their real calendars for testing. Having this tool obfuscate
real data will encourage more people to share their calendars
for testing.
AFAIK, this has been fixed by bkirsch last week and committed to
svn:
r13993 | bkirsch | 2007-04-17 13:45:43 -1000 (Tue, 17 Apr 2007)
Is there anything else missing?
Technically, when doing an obfuscated dump (Tools > Save and
Restore > Obfuscated dump to file...) real email accounts are
being replaced by <random-long-uuid>@example.com, and not "test"
accounts. This appears to be working fine.
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Open Source Applications Foundation "chandler-dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/chandler-dev
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Open Source Applications Foundation "chandler-dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/chandler-dev
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Open Source Applications Foundation "chandler-dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/chandler-dev