I have mailhandler 5.x.dev and mail2web 5.x.dev working for me for Organic groups.

1. Comments made from a BB are showing up as garbled posts. It is probably an issue of input formats. Any pointer which input format is suitable for a BB? I have created a custom input format with the following allowed html tags like at drupal.org

2. Is there any way to allow only the new comment and not quote the whole email?

Thanks

Part of BB post .delete-tab{ height:0px;}.quicktabs_main{clear:both;}.quicktabs_wrapper ul.quicktabs_tabs{border-bottom:1px solid #aaa;padding:0 5px 0 0;font:bold 12px/19px Verdana !important;font-weight:bold;height:19px;margin:0;}.quicktabs_wrapper .quicktabs_main{background-color:#fff;border:1px solid #aaa;border-top:none;padding:10px;}.quicktabs_wrapper ul.quicktabs_tabs a{font:bold 12px/19px Verdana !important;text-decoration:none;color:#aaa;}.quicktabs_wrapper ul.quicktabs_tabs a:hover{color:#555 !important;}.quicktabs_wrapper ul.quicktabs_tabs li{border:1px solid #e5e5e5;border-bottom:none;padding:2px 5px;margin:0 3px 0 0;position:relative;}.quicktabs_wrapper ul.quicktabs_tabs li:hover{border:1px solid #ccc;border-bottom:none;}.quicktabs_wrapper ul.quicktabs_tabs li.active{border:1px solid #aaa;border-bottom:1px solid #fff;background-color:#fff;}.quicktabs_wrapper ul.quicktabs_tabs li.active a{color:#027AC6;}body{margin:0;padding:0;min-width:750px;padding-top:20px;padding-bottom:20px;}#page{margin:0

Comments

z.stolar’s picture

What happens if you disable all filtering for your incoming messages?

gmasky’s picture

After I posted , I tried a custom input filter without any html tags n a new comment via bb is now readable on my mobile device. The only problem being the orignal email is displayed in complete detail. Will report back once I hv access to a PC. Thanx

gmasky’s picture

Just checked. The post via a bb is now readable. However there are no line and paragraph breaks. Of course the original email post is part of the bb post which is a pain.

Thanks

z.stolar’s picture

For hiding the previous messages, you may use a separator, defined in the configuration page (usually used for signatures).
About the content: You should probably fine tune your input formats to break the newline marks into paragraphs and line breaks. Try using the "Full HTML" input format, but do take care to only allow the use of it to trusted users, or instead, try adding more allowed HTML tags to the Filtered HTML input format.

gmasky’s picture

I solved the formatting issue by using the markdown filter. It works perfectly. I have temporarily solved the "quoting" original email issue by advising users to turn off quoting in their email clients. Not the ideal solution.

I use Thunderbird email client : Tools->Account Settings->choose the account->Composition & addressing->deselect "automatic quote the original message in your reply"->click OK

In Outlook Express->Tools->Options->Send->deselect "include message in reply"

Not sure how to do this for web based email like gmail, yahoo and hotmail....

z.stolar’s picture

Status: Active » Fixed

You probably want to verify mail2web's documentation for not including the previous mails in the body.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.