MailCore / mailcore2

MailCore 2 provide a simple and asynchronous API to work with e-mail protocols IMAP, POP and SMTP. The API has been redesigned from ground up.
Other
2.61k stars 627 forks source link

[Android] HTMLRendererTemplteCallbackUtils - all methods are package private #1711

Open beczesz opened 6 years ago

beczesz commented 6 years ago

Hi,

I tried to implement my own HTMLRendererTemplateCallback and I need for some methods the default implementation which are provided by HTMLRendererTemplteCallbackUtils . Unfortunately all methods are package private so I can't call them. Is there another implementation?

Thank you, Szabolcs

beczesz commented 6 years ago

I tried to create a delegate class which is placed unser the same package but when it calls the method it says No implementation found for java.lang.String com.libmailcore.HTMLRendererTemplateCallbackUtils.cleanHTMLForPart(java.lang.String)

beczesz commented 6 years ago

`package com.libmailcore;

import java.util.Map;

/**