Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeevatkm/replywithheader

Quoting Outlook style headers and Signatures for Mail.app
https://github.com/jeevatkm/replywithheader

apple-mail objective-c quoting-headers replywithheader-plugin rwh

Last synced: 2 months ago
JSON representation

Quoting Outlook style headers and Signatures for Mail.app

Awesome Lists containing this project

README

        

Quoting Headers and Signatures in Mail.app
------------------------------------------

[ReplyWithHeader][2] [aka RWH] is an Apple Mail bundle/plugin that enables quoting of message header and automatic selection of signature while reply or fowward an email. RWH brings Outlook mail header capabilities into Apple Mail.app. Adds missing functionality of headers and signature into Mail.app.

**ReplyWithHeader plugin is available for [Mozilla Thunderbird and Postbox email client][11]**.

**| [Home page][2] | [Download RWH][5] | [Report Issues][8] | [Installation][9] | [FAQ][7] | [Changelogs][10] |**

Support RWH :moneybag:
----------------

BTC | PayPal
--- | ---
1Q87wEWvQyxFHag77fqvabrEuPsAidWpyD | [![Donate with PayPal](https://www.paypalobjects.com/webstatic/en_US/btn/btn_donate_pp_142x27.png)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=QWMZG74FW4QYC&lc=US&item_name=Jeevanandam%20M%2e&item_number=ReplyWithHeader&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)

Installation
------------

* Double click the file `Install-or-Upgrade-or-Reenable.command` from downloaded `ReplyWithHeader-vX.X.zip`

RWH:: Mac OS X version: 10.X

RWH:: Mail Plugin: ReplyWithHeader
RWH:: Mail.app X.X [Build XXXX.X]
RWH:: Installing ReplyWithHeader Mail plugin
RWH:: user 'name' is installing plugin
RWH:: Enabling plugin support in Mail.app
RWH:: Domain is /Users/<username>/Library/Containers/com.apple.mail/Data/Library/Preferences/com.apple.mail.plist
RWH:: Adding UUID <Respective UUID value>
RWH:: Installation complete
===================================================
Plugin installation completed, restart Mail.app
===================================================

* Restart Mail.app

Report Issues
-------------
ReplyWithHeader uses [GitHub’s integrated issue tracking system][3] to record bugs and feature requests. If you want to raise an issue, please follow the recommendations bellow:

* Before you log a bug, please search the issue tracker to see if someone has already reported the problem. If the issue doesn’t already exist, create a new issue.
* Please provide as much information as possible with the issue report, we like to know the version of ReplyWithHeader that you are using.
* If you need to paste code, or include a stack trace use Markdown ``` escapes before and after your text.

Author
------
Jeevanandam M. ([email protected])

Credits
-------
* Since v3.5 (from Sep 16, 2013), [Jeevanandam M.][6] have taken over the project to make more wonderful :)
* Jason Schroth (jschroth) extended his helping hands towards maintaining [ReplyWithHeader][2] mail bundle from Aug 9th, 2012 to Sep 16, 2013
* Saptarshi Guha (saptarshiguha) initially started [ReplyWithHeader][2] mail bundle development for Apple Mail Application on Oct 22nd, 2010. He handed over the project to Jason Schroth (jschroth)

Below is a short description of the external classes inside ReplyWithHeader:
* [MLog][12] - Enhanced MLog classes for RWH
* [JRLPSwizzle][13] - For Mail.app method swizzle
* [Sparkle][14] - Version Comparator classes

License
-------
ReplyWithHeader plugin is released under [MIT License](LICENSE)

[1]: http://myjeeva.com
[2]: http://myjeeva.com/replywithheader
[3]: https://github.com/jeevatkm/ReplyWithHeader/issues
[4]: https://github.com/jeevatkm/ReplyWithHeader/blob/master/ReplyWithHeader/LICENSE.txt
[5]: https://www.macupdate.com/app/mac/49256/replywithheader
[6]: https://github.com/jeevatkm
[7]: http://myjeeva.com/replywithheader#faq
[8]: #report-issues
[9]: #installation
[10]: http://myjeeva.com/replywithheader-change-log.html
[11]: http://myjeeva.com/replywithheader-mozilla
[12]: http://borkware.com/rants/agentm/mlog/
[13]: http://rentzsch.com
[14]: https://github.com/sparkle-project/Sparkle