Click here to Skip to main content
15,861,125 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello friends,

I am working in window application. There I am using IMAP to fetch mail from gmail.
But My need is It fetch mail just two days old. what code will be for this.

code//

SQL
Insert Ignore into gmail_inbox(unique_id,sender,reciever,subject,date,message,mail_status) values (@unique_id,@sender,@reciever,@subject,@date,@message,@mail_status) where date between curdate() and (curdate(), interval 7 day)


Thanks
Neetesh
Posted
Updated 8-Apr-13 1:13am
v3
Comments
V. 8-Apr-13 5:48am    
what have you tried? What is given an error or unexpected result? You'll need to provide more details if you want to receive an answer.
Neetesh Agarwal 8-Apr-13 5:51am    
I just Updated code

1 solution

Hello,

Please have a look at this[^] article here on CodeProject. Especially you pay attention to SearchMessage API.

Regards,
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900