Feriepost
About
Features
Requirements
Download
Install
FAQ
Copyright
Change log
About
Feriepost is a web-based POP3 mail client written in PHP. It allows you
to send and read mail from your POP3 account in your browser. Feriepost is a Danish word that translates into
something like "Vacation mail", and that is exactly what it is: A program that allows people who normally have no web-based access to their mail
to read and send mail while they're on vacation (away from their personal computer). As such, it is a rather simple program, and it does not
feature folders such as "Sent Mail", "Trash", etc. I have no plans to incorporate folders into Feriepost at this time. If you want a full-featured web-based mail client
with folders and all sorts of things, there are plenty to choose from (i.e. SquirrelMail), but they're usually quite hard to install, and they often require a database (i.e. PostgreSQL or MySQL).
Feriepost includes icons taken from the GNOME project. I would like to thank the creators of the icons (I haven't been able to track down their names) for making such great graphics.
Features
- Attach files to outgoing mail (Feriepost currently does not support reading attachments).
- URLs and email addresses in the messages are made into links.
- Automatic quoting of the message you are replying to.
- View all message headers.
- View the message source.
- The most recent messages are shown at the top of the message list.
- Language files. If a language file for your native language is not included, you can easily translate one of the other language files into your own language.
Requirements
- PHP (version 3.0.8 or later).
Install
- Load index.php into a plain text editor such as KEdit (Linux) or Notepad (Windows) and edit the variables at the top of the page.
This a not really necessary to make Feriepost work, so if you want to get it up and running fast, just skip this part.
- Upload the entire feriepost directory (including all files and directories) to your server.
- Point your browser to example.com/feriepost/index.php, and you're off!
FAQ
In the Size column in the message list there's only hyphens ("-"), not the size of the message. Why is that?
Feriepost gets its information about the message size from the first line that appears when it issues the TOP command to the POP3 server.
Some POP3 servers don't show the size of the message in that line, and so Feriepost just writes "-" to indicate that the size information is missing.
In other words: It depends on the POP3 server if the size information is available or not.
Sometimes when I attach a file to my message, I get an error saying something like "max file size exceeded".
The size of the attached file cannot be more than 200 Kb. I made that limitation because I think that attaching big files to emails is a bad habit.
It is a much better idea to upload the file to your website and make a link to the file in your email.
Copyright
The icons are copyrighted by their respective owners. Feriepost is released under the terms of the GNU General Public License (also known as GPL).
Change log
0,11 >>> 0,12
- Now that annoying bug that some people have complained about should be fixed. I'm talking about the deletion bug - the fact that on some POP servers, Feriepost only deletes one message even if you've selected several messages for deletion.
Thank you very much, Helmut Ebelt, for fixing the bug.
0,10 >>> 0,11
0,09 >>> 0,10
0,08 >>> 0,09
0,07 >>> 0,08
0,06 >>> 0,07
0,05 >>> 0,06
- Russian language file added. Thanks to Yurik_A for the translation.
- German language file added. Thanks to Tobias Jülke for the translation.
0,04 >>> 0,05
- French language file added. Thanks to Sylvain Querne for the translation.
0,03 >>> 0,04
- Italian language file added. Thanks to Luca Benni for the translation.
0,02 >>> 0,03
- Fixed a bug that would sometimes cause Feriepost to only delete only one message even if more than one message had been selected for deletion. Thanks to Martin Klerx for pointing out the bug and the solution.
- Nicer looking buttons in browsers that support cascading style sheets for form items (such as Mozilla).
0,01 >>> 0,02