Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vekin03/Mail2RSS
Display your latest mails in a RSS feed
https://github.com/vekin03/Mail2RSS
Last synced: 5 days ago
JSON representation
Display your latest mails in a RSS feed
- Host: GitHub
- URL: https://github.com/vekin03/Mail2RSS
- Owner: vekin03
- License: other
- Created: 2013-04-08T09:06:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-08T18:28:45.000Z (over 11 years ago)
- Last Synced: 2024-08-02T12:43:45.950Z (3 months ago)
- Language: PHP
- Size: 109 KB
- Stars: 5
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - vekin03/Mail2RSS - Display your latest mails in a RSS feed (others)
README
Mail2RSS (0.1 alpha)
====================Display your latest mails in a RSS feed
Description
-----------This PHP script allow you to display your last 20 mails from your inbox as a RSS feed.
No database needed nor external lib ;)
You SHOULD have the "imap" lib activate on your server (see http://www.php.net/manual/fr/imap.requirements.php) !
Installation & configuration
----------------------------1. Change the user-defined constants on the beggining of the file (server address, login, password, port, etc)
2. Upload the file (mail2rss.php) on your web hosting
3. Display it on your browser with the correct token parameter (e.g. http://yourwebhost.com/mail2rss.php?token=YOUR_TOKEN)
4. Enjoy the feed !Version history
---------------+ 0.1 alpha :
- Initial releaseFuture update
-------------- Add some parameters to configure the feed (number of mails, sorting, disabling images, etc)
- Add an UI to configure the script
- Better security ?
- Auto-detect the server's configuration based on the host
- Add comments !Author
------- Kevin VUILLEUMIER (http://kevinvuilleumier.net)
Licence
-------See "LICENCE" file on the same directory.