Changes between Version 6 and Version 7 of Thunderbird_userobs


Ignore:
Timestamp:
05/11/07 14:20:33 (17 years ago)
Author:
mploessl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Thunderbird_userobs

    v6 v7  
    2727 
    2828 
    29  
    3029'''Mathod:''' eventFolderSelected [[BR]] 
    3130'''Parameters:'''  
     
    3332||'''Key'''||'''Value'''|| 
    3433||folderURI||the URI of the selected folder|| 
     34 
     35[[BR]] 
     36 
     37'''Mathod:''' eventAddFolder [[BR]] 
     38'''Parameters:'''  
     39 
     40||'''Key'''||'''Value'''|| 
     41||parentFolderURI||the URI of the parent folder of the added folder|| 
     42||childFolderURI||the URI of the added folder|| 
    3543 
    3644[[BR]] 
     
    130138'''Comment:''' the boddy is always empty 
    131139 
     140[[BR]] 
    132141 
     142'''Mathod:''' eventForwardEmail [[BR]] 
     143'''Parameters:'''  
     144 
     145||'''Key'''||'''Value'''|| 
     146||Subject||the subject of the selected email|| 
     147||OriginalMsgURI||the URI of the email which is forwarded|| 
     148||Sender||the sender of this email name and email address (name <email-address>)|| 
     149||bccRecipients||the bind carbon copy recipients|| 
     150||ccRecipients||the carbon copy recipients|| 
     151||toRecipients||the to recipients|| 
     152||Body||the body of the email|| 
     153 
     154[[BR]] 
     155 
     156'''Mathod:''' eventReplyToEmail [[BR]] 
     157'''Parameters:'''  
     158 
     159||'''Key'''||'''Value'''|| 
     160||Subject||the subject of the selected email|| 
     161||OriginalMsgURI||the URI of the email which is replied|| 
     162||Sender||the sender of this email name and email address (name <email-address>)|| 
     163||bccRecipients||the bind carbon copy recipients|| 
     164||ccRecipients||the carbon copy recipients|| 
     165||toRecipients||the to recipients|| 
     166||Body||the body of the email|| 
     167 
     168[[BR]] 
     169 
     170'''Mathod:''' eventPrintEmail [[BR]] 
     171'''Parameters:'''  
     172 
     173||'''Key'''||'''Value'''|| 
     174||Subject||the subject of the selected email|| 
     175||FolderURI||the URI of the folder in which the email is placed|| 
     176||EmailURI||the URI of the email|| 
     177||Sender||the sender of this email name and email address (name <email-address>)|| 
     178||bccRecipients||the bind carbon copy recipients|| 
     179||ccRecipients||the carbon copy recipients|| 
     180||toRecipients||the to recipients|| 
     181||Body||the body of the email|| 
     182'''Comment:''' the boddy is always empty, works only via File -> Print... and with the print button in the toolbar of the main window. 
     183 
     184