Passing mail id to my delete script

Asked by Amit Rana

Hi,
 I am writing a script which will be called 'on email clicked'. This script currently received 4 input parameters:
1. From email name
2. Date time when email received
3. Subject
4. Account Name

How can I pass email id to this script so that I can delete it. I plan to telenet to my server and then use DELE $id to delete the email.

Kindly advice.

Question information

Language:
English Edit question
Status:
Solved
For:
Popper Edit question
Assignee:
No assignee Edit question
Solved by:
Amit Rana
Solved:
Last query:
Last reply:
Revision history for this message
Amit Rana (amit-rana) said :
#1

ah ok, I can see, I need to modify line 858 http://bazaar.launchpad.net/~popperteam/popper/dev/view/head:/popper/popper/popper.py#L858
I will try that.

Revision history for this message
Amit Rana (amit-rana) said :
#2

I found it. I get mail id from popper then convert it to message number and then fire dele #msg