Devarshi
Devarshi

Reputation: 16758

Which control is used as editor in mac mail - message body?

What is the control used as editor to compose messages in mac mail?

My guess is TextView but I cannot get:

  1. How will I show icon in message body when some document is dragged and dropped in it, as in mac mail. Right now it only shows path of document!
  2. How will I show vertical bars to represent different quote levels??

From this question I got the clue that they can have used WebView in mac mail, but this post is still has not been answered.

Can anyone suggest some idea or link or code through which I can implement - formatting messages like in mac mail?

Upvotes: 2

Views: 321

Answers (1)

Rob Keniger
Rob Keniger

Reputation: 46020

Apple Mail definitely uses a WebView as its editing interface. You'll need to implement the various WebView delegates in order to achieve the functionality you want, there's definitely nothing that will work "out of the box".

Upvotes: 2

Related Questions