Difference between revisions of "User:Attachment Reminder"

From CDOT Wiki
Jump to: navigation, search
(Project Contributor(s))
(Find the Place Where Code should Go)
Line 25: Line 25:
  
 
=== Find the Place Where Code should Go ===
 
=== Find the Place Where Code should Go ===
 +
 +
When you click "Send" button, it goes to [[http://mxr.mozilla.org/thunderbird/source/mail/components/compose/content/MsgComposeCommands.js#479]]. And, depending on the task, it calls sendMessage() and sendMessageLater().
 +
 +
In this case, sendMessage Function is going to be called which can be found at [[http://mxr.mozilla.org/thunderbird/source/mail/components/compose/content/MsgComposeCommands.js#1861]]
  
 
=== Write Javascript Required to prompt to User ===
 
=== Write Javascript Required to prompt to User ===

Revision as of 20:35, 17 November 2008

Project Name

Attachment Reminder

Project Description

Do you usually forget to attach the assignments in emails? If the answer is yes, you don't have to worry about that problem any more. Because I am working on the bug 244455. This bug reminds the user to attach the file when the user clicks the "send" button.

Project Leader(s)

Project Contributor(s)

Scott Lunel

Zaid Ghansar

Sidhdharth (Sid)

David Humphrey

Project Tasks

Find the Place Where Code should Go

When you click "Send" button, it goes to [[1]]. And, depending on the task, it calls sendMessage() and sendMessageLater().

In this case, sendMessage Function is going to be called which can be found at [[2]]

Write Javascript Required to prompt to User

Add Functionality to add key Words By user

List OF Keywords

Attach*

PFA

PDF

Doc

Document

Slide

Presentation

File

Attached

zip

rar

Submit the Patch & Ask For Review

Project Details

Testing

Releases

0.2 Release

0.3 Release