I've reviewed your changes, everything looks great, except for one
thing. In ImapGmailClient you are using java.util.logging.* instead of
apache commons-logging which is used in other places. You should do
something like that:
/**
* Logger
*/
private static final Log log = LogFactory.getLog(ImapGmailClient.class)
Otherwise, thanks for this nice contribution! :)
Regards,
Tomas Varaneckas
> --
> You received this message because you are subscribed to the Google Groups "Gmail4j" group.
> To post to this group, send email to gma...@googlegroups.com.
> To unsubscribe from this group, send email to gmail4j+u...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/gmail4j?hl=en.
>
>
Tomas