SwindleA / phishing_detection_extension

0 stars 0 forks source link

Add Label To email if it is Phishing #18

Closed SwindleA closed 9 months ago

SwindleA commented 10 months ago

Gmail has the capability to add labels to messages. Should have label that identifies messages as phishing.

SwindleA commented 9 months ago

The if statement that adds the phishing label will need to be modified to match what the up to date prompt reponses return as the binary yes/no to phishing.

SwindleA commented 9 months ago

The label id for phishing is hardcoded to be the id for @SwindleA' s label. In the future this will need to be modified to get and store what the user has for a phishing label id.

SwindleA commented 9 months ago

completed in issue #7