home *** CD-ROM | disk | FTP | other *** search
/ NetGuide 2004 February / NETGUID0402N.iso / mac / featured / Mac / junk / JunkBroom.dmg / JunkBroom.app / Contents / Resources / JunkE.scriptSuite < prev    next >
Encoding:
Extensible Markup Language  |  2003-11-29  |  3.0 KB  |  117 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>AppleEventCode</key>
  6.     <string>JnkE</string>
  7.     <key>Classes</key>
  8.     <dict>
  9.         <key>NSApplication</key>
  10.         <dict>
  11.             <key>AppleEventCode</key>
  12.             <string>capp</string>
  13.             <key>Superclass</key>
  14.             <string>NSCoreSuite.NSApplication</string>
  15.       <key>SupportedCommands</key>
  16.       <dict>
  17.         <key>JunkE.filterMessage</key>
  18.         <string>handleFilterMessageCommand:</string>
  19.         <key>JunkE.allowMessage</key>
  20.         <string>handleAllowMessageCommand:</string>
  21.         <key>JunkE.saveAll</key>
  22.         <string>handleSaveCommand:</string>
  23.         <key>JunkE.denyMessage</key>
  24.         <string>handleDenyMessageCommand:</string>
  25.       </dict>
  26.         </dict>
  27.     </dict>
  28.     <key>Name</key>
  29.     <string>JunkE</string>
  30.   <key>Commands</key>
  31.   <dict>
  32.     <key>filterMessage</key>
  33.     <dict>
  34.       <key>CommandClass</key>
  35.       <string>NSScriptCommand</string>
  36.       <key>Type</key>
  37.       <string>NSObjectReference</string>
  38.       <key>ResultAppleEventCode</key>
  39.       <string>obj </string>
  40.       <key>Arguments</key>
  41.       <dict>
  42.         <key>message</key>
  43.         <dict>
  44.           <key>Type</key>
  45.           <string>NSString</string>
  46.           <key>AppleEventCode</key>
  47.           <string>FiMA</string>
  48.         </dict>
  49.       </dict>
  50.       <key>AppleEventClassCode</key>
  51.       <string>JnkE</string>
  52.       <key>AppleEventCode</key>
  53.       <string>FiMC</string>
  54.     </dict>
  55.     <key>allowMessage</key>
  56.     <dict>
  57.       <key>CommandClass</key>
  58.       <string>NSScriptCommand</string>
  59.       <key>Type</key>
  60.       <string></string>
  61.       <key>ResultAppleEventCode</key>
  62.       <string>obj </string>
  63.       <key>Arguments</key>
  64.       <dict>
  65.         <key>message</key>
  66.         <dict>
  67.           <key>Type</key>
  68.           <string>NSString</string>
  69.           <key>AppleEventCode</key>
  70.           <string>AlMA</string>
  71.         </dict>
  72.       </dict>
  73.       <key>AppleEventClassCode</key>
  74.       <string>JnkE</string>
  75.       <key>AppleEventCode</key>
  76.       <string>AlMC</string>
  77.     </dict>
  78.     <key>saveAll</key>
  79.     <dict>
  80.       <key>CommandClass</key>
  81.       <string>NSScriptCommand</string>
  82.       <key>Type</key>
  83.       <string></string>
  84.       <key>ResultAppleEventCode</key>
  85.       <string>obj </string>
  86.       <key>AppleEventClassCode</key>
  87.       <string>JnkE</string>
  88.       <key>AppleEventCode</key>
  89.       <string>SavC</string>
  90.     </dict>
  91.     <key>denyMessage</key>
  92.     <dict>
  93.       <key>CommandClass</key>
  94.       <string>NSScriptCommand</string>
  95.       <key>Type</key>
  96.       <string></string>
  97.       <key>ResultAppleEventCode</key>
  98.       <string>obj </string>
  99.       <key>Arguments</key>
  100.       <dict>
  101.         <key>message</key>
  102.         <dict>
  103.           <key>Type</key>
  104.           <string>NSString</string>
  105.           <key>AppleEventCode</key>
  106.           <string>DeMA</string>
  107.         </dict>
  108.       </dict>
  109.       <key>AppleEventClassCode</key>
  110.       <string>JnkE</string>
  111.       <key>AppleEventCode</key>
  112.       <string>DeMC</string>
  113.     </dict>
  114.   </dict>
  115. </dict>
  116. </plist>
  117.