Abhijeet,
Can you use POP3 or IMAP? There are some modules in Python to handle
mail using IMAP and POP3 - (along with the SMTP module, you could have
something in no time).
Kelly
On Wed, Feb 16, 2011 at 09:24:39AM +0530, abhijeet mahagaonkar wrote:
> Dear Pythoners,
>
> I'm working on creatin
Hi Kelly,
I'm using IMAP. Could you please let me know the which modules i can use?
Warm Regards,
Abhijeet.
On Wed, Feb 16, 2011 at 10:00 AM, Kelly Black wrote:
>
> Abhijeet,
>
> Can you use POP3 or IMAP? There are some modules in Python to handle
> mail using IMAP and POP3 - (along with the