Difference between revisions of "User:Attachment Reminder"

From CDOT Wiki
Jump to: navigation, search
(Submit the Patch & Ask For Review)
(REPORT ON BUG)
Line 73: Line 73:
 
rar
 
rar
  
=== REPORT ON BUG ===
+
=== REPORT ON BUG [https://bugzilla.mozilla.org/show_bug.cgi?id=244455|[244455]] ===
==== 0.2 ====
+
 
 +
==== Talk with Bryan(ClasrkBW) ====.
 +
 
 +
==== 0.21 ====
  
 
== <font color="Peru">Project Details </font>==
 
== <font color="Peru">Project Details </font>==

Revision as of 15:01, 18 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

var check = {value: false};

               var flags = gPromptService.BUTTON_POS_0 * gPromptService.BUTTON_TITLE_IS_STRING  +
                           gPromptService.BUTTON_POS_1 * gPromptService.BUTTON_TITLE_IS_STRING; 
               var button = gPromptService.confirmEx(null,
                                                     "Attachment Reminder",
                                                     "Did you forget to add an attachment?",
                                                     flags,
 	                                              "Oh, I did",
                                                     "No, Send Now",
                                                     null,
                                                     null,
                                                     check);

Add Functionality to add key Words By user

To be DONE for 0.3

List OF Keywords

Default Keywords for checking the email body.

Attach*

PFA

PDF

Doc

Document

Slide

Presentation

File

Attached

zip

rar

REPORT ON BUG [244455]

==== Talk with Bryan(ClasrkBW) ====.

0.21

Project Details

Testing

Releases

0.2 Release

0.3 Release