Download Freepops 0.2.8
Several web-based e-mail services do not offer the possibility to access them via their own e-mail program. In addition, it is also annoying to go to the different pages every time, log in there and keep the screen open. It would be more convenient if you could just use your own program to download and send e-mail. This is where the Freepops program comes in handy. The program acts as a locally accessible POP3 server that can handle various web-based email services. The developers recently released version 0.2.8 with the following long list of changes:
Version 0.2.8:
- Makefile, buildfactory/Makefile, buildfactory/debian-etch/control, buildfactory/debian-ubuntu/control, buildfactory/debian-ubuntu/freepops-updater-fltk.dirs, buildfactory/debian-ubuntu/rules, buildfactory/debian/control, buildfactory/debian/freepops-updater-fltk.dirs, buildfactory/debian/rules, buildfactory/win/freepops.nsi.in, configure.sh, updater-ui/fltk/Makefile, updater-ui/fltk/main.cxx: internationalization and localization of the fltk updater by blackmoon
- buildfactory/Makefile, buildfactory/win/freepops.nsi.in, configure.sh, modules/modules, modules/src/lwel/lwel-0.0.1.tar.gz, modules/src/subscribed, src/Makefile, src/ luabox.c, src/luabox.h, updater-ui/fltk/main.cxx: windows event logging
- buildfactory/debian-ubuntu/control, buildfactory/debian-ubuntu/rules: patch by blackmoon to fix ubuntu
- buildfactory/debian-ubuntu/rules, buildfactory/debian/rules, configure.sh: locale dir fixed for double /
- buildfactory/debian/changelog, buildfactory/debian/control, buildfactory/debian/freepops.cron.hourly, buildfactory/debian/rules, scripts/create_jail.sh: approaching 2.8.0
- buildfactory/debian/changelog, buildfactory/debian/control: fixed typo in package description
- buildfactory/debian/changelog: integrated i18n patches
- buildfactory/debian/freepops.init: LSB headers fixed
- buildfactory/debian/po/ja.po, buildfactory/debian/po/tr.po, scripts/check-status-published.sh: …
- buildfactory/osx/start-stop-freepopsd: fix for paths with whitespace
- buildfactory/osx/start-stop-freepopsd: more escaping
- buildfactory/win/freepops.nsi.in: added /r
- buildfactory/win/freepops.nsi.in: fixed forum address
- buildfactory/win/freepops.nsi.in: fixed uninstallation of LANG stuff
- config.h: with wel we are 0.2.8
- config.lua, src/lua/hotmail.lua: added a domain to hotmail
- config.lua: Added support for ymail.com
- modules/modules, modules/src/lgettext/lgettext.c, modules/src/lgettext/lgettext.h, modules/src/lgettext/lgettext.luadoc, modules/src/subscribed, modules/src/updater_lua/updater_common.lua, src/Makefile, src/luabox.c, src/luabox.h, updater-ui/fltk/main.cxx, updater-ui/fltk/po/it.po, updater-ui/fltk/po/updater.pot: gettext patch included
- modules/modules, modules/src/smartlog_lua/interface, modules/src/smartlog_lua/smartlog.lua, modules/src/subscribed, src/lua/hotmail.lua, src/lua/yahoo.lua: added smartlog
- modules/src/browser_lua/browser.lua: added doc for setIgnoreContentLen
- modules/src/browser_lua/browser.lua: added ignore content len support to the browser
- modules/src/browser_lua/browser.lua: bumped browser version
- modules/src/browser_lua/cookie.lua: Fix an issue where cookie expiration was larger than the data structure we use for dates.
- modules/src/browser_lua/cookie.lua: Made a change suggested by a user.
- modules/src/log/log.c: removed printf XXX
- modules/src/luacurl/lua-curl-0.3.0.diff, modules/src/luacurl/lua-curl-0.3.0.tar.gz, modules/src/luacurl/luacurl-0.2.1.diff, modules/ src/luacurl/luacurl-0.2.1.tar.gz: new luacurls
- modules/src/lwel/lwel-0.0.1.tar.gz, src/lua/yahoo.lua: lwel seems ready to be tested in production environment
- modules/src/lwel/lwel-0.0.1.tar.gz, src/luabox.c: lwel with a lua oowrapper
- modules/src/lwel/lwel-0.0.1.tar.gz: added license to lwel
- modules/src/lwel/lwel-0.0.1.tar.gz: fixed installation
- modules/src/mimer_lua/mimer.lua: Fix an undeclared variable problem.
- modules/src/mimer_lua/mimer.lua: chenges from russell
- src/lua/aggregator.lua: main in both html and text format
- src/lua/aol.lua: Increased the number of messages available to be pulled from stat from 20 to 999. Added the forcedelete flag that will move deleted messages to the trash and not the read folder.
- src/lua/gmail.lua: Fixed the enableimap functionality caused by a gmail change.
- src/lua/gmail.lua: Reaction to a change by google.
- src/lua/hotmail.lua: Fixed UTF-8 and gb1232 decoding problem. Reverted UIDLs to store just GUID since “n” value changes per session. Have to store full uidls in global array so we can reference to delete.
- src/lua/hotmail.lua: Fixes related to changes made by hotmail.
- src/lua/hotmail.lua: More updates to hotmail to try and get all live light users working.
- src/lua/hotmail.lua: Quite a few changes made in reaction to changes by Hotmail. This fixes STAT, DELE, empty trash, empty junk among other things. A big thanks to CDMACKIE for the changes.
- src/lua/hotmail.lua: Removed old patch header
- src/lua/hotmail.lua: Updated the code that handles header insertion.
- src/lua/libero.lua, src/lua/libero.lua: patch for domains not @libero
- src/lua/libero.lua: better ssh initialization
- src/lua/libero.lua: fixed login procedure
- src/lua/libero.lua: new https login fixed
- src/lua/orange.lua: Fix a login issue caused by a site change.
- src/lua/supereva.lua: fix
- src/lua/yahoo.lua: Bug Fixes:- Interstitial toolbar code was broken Thread (Edit: Modified in beta2)- view=unread was broken thread- yahoo.cn STAT fix merge thread- Second page of messages where only a single message appears
- src/lua/yahoo.lua: Fix by Kevin to handle interstituals.
- src/lua/yahoo.lua: Fixed an issue related to maxmesgs — Submitted by Rom.
- src/lua/yahoo.lua: Fixed an issue where an error unoccurred when no messages are in the inbox.
- src/lua/yahoo.lua: Fixed an issue with MB sized messages causing the plugin to fail.
- src/lua/yahoo.lua: Fixed multiple page stat with the ‘mc’ interface.
- src/lua/yahoo.lua: Fixes to the unread status header.
- src/lua/yahoo.lua: Merged in a slew of fixes from Kevin related to DC, attachments, and some MC stability.
- src/lua/yahoo.lua: new version number requiring freepops 0.2.8
- src/lua/yahoo.lua: revert last change
- src/lua/yahoo.lua: yahoo by russell
- src/lua/yahoo.lua: ymail.com support
- updater-ui/fltk/po/Makefile, updater-ui/fltk/po/it.gmo, updater-ui/fltk/po/it.po, updater-ui/fltk/po/updater.pot: added updater translations
- updater-ui/fltk/po/it.gmo: removed generated file
- updater-ui/fltk/po/it.po: Fixed a typo
- new smartlog module by russell
- added some translation for Debian
- new version of lua-curl revamped to curl 7.18.1
- OSX scrips supports paths with whitespaces
- added support to Windows Event Logging
Version number | 0.2.8 |
Release status | Final |
Operating systems | Windows 9x, Windows 2000, Linux, BSD, Windows XP, macOS, Windows Vista |
Website | Freepops |
Download | |
License type | GPL |