The new 2.0 version is a good improvement on the previous one but has one small problem (from what I can see so far anyway) the English language version does not seem to be fully in English, mainly just the application menu appears to be in Italian (well, I am guessing it is that).
But all in all it's a very useful application.
MacFreePOPs
Download web based email to POP3 email client.
Version: 2.6
2.0 is not completely in English
Feedback Type: Review
Contributed by: RPMozley Wednesday, April 25 2007 @ 05:22 PM PDT
Product Platform: MacOSX
Used Product For: Less than a month
Recommend Product: YES
Overall Rating:
Ease of Use:
Features:
Quality / Stability:
Price:
2.0 is not completely in English - heynnema
Open the package, edit info.plist, replace language with english...<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>MacFreePOPs</string>
<key>CFBundleGetInfoString</key>
<string>2.0</string>
<key>CFBundleIconFile</key>
<string>PackageIcon.icns</string>
<key>CFBundleName</key>
<string>MacFreePOPs</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.0</string>
<key>CFBundleSignature</key>
<string>frpd</string>
<key>CFBundleVersion</key>
<string>2.0</string>
</dict>
</plist>
Cheers, Al
Reply to This
Tuesday, May 01 2007 @ 11:51 AM PDT