mailgun / talon

Apache License 2.0
1.27k stars 285 forks source link

Feature Request: Provide methods that return cursor and/or placeholder at end of reply #196

Open JimiGR1 opened 5 years ago

JimiGR1 commented 5 years ago

Is it possible to add such features:

Instead of returning the reply:

  1. return a cursor (int) inside mail at the point exactly where reply ends.
  2. return the original mail, with a placeholder where reply ends.

How could one achieve that, with existing api?