Link to home
Start Free TrialLog in
Avatar of kambleamar
kambleamarFlag for Afghanistan

asked on

How to mark message with delete Flag in IMAP

HALLO THERE ,
     I WANT TO MARK THE MESSAGE IN INBOX WITH DELETE FLAG
SO IF I USE  "  A354 DELETE 2 " 
IT SAYS THAT IT CANNOT DELETE  THE INBOX NAMED 2

SO WHAT I WANT IS TO MARK  DELETE FLAG TO A MESSAGE  IN INBOX ,

SO I CAN EXPUNGE THE MESSAGE LATER FROM INBOX
CAN ANYONE HELP ME IN THIS POINT I NEED IT URGENTLY
THANK U
Avatar of kar10s
kar10s

hi,
You can make use of an temp file.

If you want to insert the line "this is the first line" on "file.txt", you can do:

echo this is the first line > temp.txt          
type file.txt >> temp.txt
del file.txt
ren temp.txt file.txt

Instead of line: del file.txt that delete file.txt , you can do "ren file.txt file.bak"

Regards
kar10s
please forget previous post.
Avatar of kambleamar

ASKER

plz clode this question i have founf the answer
         
     it done by store 1 (deleted) , thanks
ASKER CERTIFIED SOLUTION
Avatar of Computer101
Computer101
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial