So you are already working on the sending mail part then?
6 views
Skip to first unread message
shishir kakaraddi
unread,
Mar 24, 2009, 2:39:38 AM3/24/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gma...@googlegroups.com
Hi Tomas, So you are already working on sending mail part then great. So what do you suggest i should start now? Now may be this weekend! And ya by when do you think you will complete this sending and receiving part may be a version 0.5??
Regards Shishir
Tomas Varaneckas
unread,
Mar 24, 2009, 2:51:49 AM3/24/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gma...@googlegroups.com
I'll add sendMessage(GmailMessage message); method to GmailClient abstract class, so IMAP implementation will probably have it. For now this functionality is for 0.3 (current version is 0.2).
shishirmk
unread,
Mar 24, 2009, 3:13:03 AM3/24/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
> I'll add sendMessage(GmailMessage message); method to GmailClient abstract
> class, so IMAP implementation will probably have it.
> For now this functionality is for