courier
Courier Email 3.5
Courier sets a new standard of excellence for Internet email clients. With the ability to turn off display of HTML mail and an encrypted address book, Courier is immune to current email worms that harvest email addresses from the Windows Address Book and forward themselves to all of your contacts. The outstanding array of features include an intuitive, configurable interface, Courier is the premiere email alternative. And best of all it is FREE! more>>
Courier Email 3.5 is an efficient and interesting email program which has been a favorite product of email users for years. Courier sets a new standard of excellence for Internet email clients. With the ability to turn off display of HTML mail and an encrypted address book, Courier is immune to current email "worms" that replicate themselves by harvesting email addresses from the Windows Address Book and forwarding themselves to all of your contacts. Combined with an outstanding array of features and an intuitive, configurable interface, Courier is the premiere Internet email alternative.
Major Features:
- Support for multiple email accounts
- Configurable, intuitive interface
- Support for POP and IMAP mailboxes
- Ability to turn HTML mail viewing on or off in any window with a single mouse click
- "Color Markers" to help organize your messages
- Automatic mailbox backup
- Mailing list support, including "Blind Send" capabilities
- Superb mail filtering capabilities, including advanced anti-SPAM tools.
- Easily configurable for server and proxy based anti-SPAM programs.
- Address auto-completion when composing mail
- Multi-language spelling support
- Auto-response capability
- Mail templates
- Mail archiving
- Optional password protection for mailboxes
Enhancements:
- Plain Text/HTML toggling
- Color Markers
- Enhanced HTML security options
Requirements:
- 12MB Disc space
- At least one internet email account
USR Courier 56k V.90
Upgrade your Courier modem to the 56k ITU Standard/V.90 more>> Upgrade your Courier modem to the 56k ITU Standard/V.90<<less

TortoiseHg 0.8
TortoiseHg was designed to be a shell extension that let users of Mercurial SCM (Hg) work directly from MS-Windows Explorer. more>>
TortoiseHg was designed to be a shell extension that let users of Mercurial SCM (Hg) work directly from MS-Windows Explorer.
What is TortoiseHg?
A Windows shell extension for the Mercurial revision control system, similar to the Tortoise clients for Subversion and CVS. It also includes an hgtk application for command line use on many platforms.
What comes included in the TortoiseHg binary installer for Windows?
Mercurial, kdiff3, TortoisePlink and one bonus extension: hgfold.
How do I fix failed to import extension hgext.hgconfig... warnings?
Upgrading to release 0.7.2 or later should fix these warnings, but there are further complications on Vista. See issue #135.
Why cant I connect to an ssh server (TortoisePlink.exe - "...cannot execute specified..." error message)?
Release 0.7.2 and later include a version of TortoisePlink that does not have extra library dependencies, so upgrading will probably fix this problem. See also ssh.
How can I use Qct with TortoiseHG, after version 0.7?
We recommend that you try the commit tool that comes with TortoiseHg before running back to Qct, but here are the instructions should you decide to stick with ole reliable:
Download and install Qct-1.7-standalone-win32.exe from http://qct.sourceforge.net
Add (or merge) the following into your Mercurial.ini
[extensions]
qct = C:pathtoqct.py
[tortoisehg]
extcommit = qct
[qct]
path = "C:Program Filesqctqct.exe"
Now the HG Commit menu option should launch Qct, and hg qct should work from the command line and hgtk ci should also launch Qct.
In 0.9, hgtk ci will no longer launch Qct. We will drop support for any external commit tools.
How can I use hgk (hg view) with TortoiseHg?
Download tclkit and place it in your TortoiseHg directory. Download the hgk script from the Mercurial repository and place it in your TortoiseHgcontrib directory. Create an hgk.cmd file and place it in TortoiseHgscripts. This file should contain:
@set HG=C:Program FilesTortoiseHghg.exe
@"C:Program FilesTortoiseHgtclkit-win32.exe" "C:Program FilesTortoiseHgcontribhgk" %*
Then enable hgk in your Mercurial.ini file:
[extensions]
hgk =
[hgk]
path=C:Program FilesTortoiseHgscriptshgk.cmd
vdiff=vdiff
This allows you launch hg view from the command line.
How can I use WinMerge as my visual diff tool?
Add these lines to your personal Mercurial.ini file
[extdiff]
cmd.winmerge = C:Program FilesWinMergeWinMerge.exe
opts.winmerge = /e /x /ub /wl
Now run the Global Settings tool. On the TortoiseHg tab, you should see winmerge available in the drop-down list for Visual Diff Command. Select winmerge, apply, then close.
This same approach can be used to add nearly any visual diff tool, but be aware that your diff tool must be able to support directory diffs if it is to be used by TortoiseHg, unless you are using release 0.8 or later.
How can I use Araxis Merge as my visual diff tool?
Add these lines to your personal Mercurial.ini file
[extdiff]
cmd.adiff=C:Program FilesAraxisAraxis Merge v6.5compare.exe
opts.adiff=/wait
Now run the Global Settings tool. On the TortoiseHg tab, you should see adiff available in the drop-down list for Visual Diff Command. Select adiff, apply, then close.
Does TortoiseHg work on Vista?
TortoiseHg 0.8 works well on x86 and x64 versions of Vista and Windows 7.
How can I get the context menus working on 64-bit Vista?
Upgrade to TortoiseHg 0.8
Im a CLI user, how do I disable the shell extensions (overlay icons and context menus)?
If you have TortoiseHg 0.8 or later, you can disable overlays via the taskbar options menu. The only way to disable the context menu is to rename ThgShell.dll in your install directory and then restart explorer (this completely disables the shell extension).
If you have an older TortoiseHg release, run this command with appropriate permissions: regsvr32 /u "C:Program FilesTortoiseHgtortoisehg.dll" Run that command without the /u argument to re-enable the extensions. Both operations take effect after the next reboot.
How is TortoiseHg configured?
TortoiseHg gets configuration settings from two systems.
The Mercurial configuration system, which is three-tiered
Site-wide Mercurial.ini in %ProgramFiles%TortoiseHg
Per-User Mercurial.ini in %UserProfile%
Per-Repository Mercurial.ini in {repo-root}.hghgrc
%APPDATA%Tortoisehg settings for application state (window positions, etc)
These are configurables that are stored the Mercurial configuration system.
[tortoisehg]
extcommit = None
vdiff = vdiff
editor = gvim
tabwidth = 4
longsummary = True
copyhash = False
graphlimit = 500
authorcolor = True
authorcolor.steve = blue
See also Settings, and #50
Is it possible to change fonts?
In some cases, yes. The gtools based dialogs (commit, status, shelve) allow some font configuration.
[gtools]
# font used in changeset viewer and commit log text
fontcomment = courier 10
# font used for diffs in status and commit tools
fontdiff = courier 10
# font used in file lists in status and commit tools
fontlist = courier 9
# make the integrated diff window appear at the bottom or side
# (applies to commit and status dialogs)
diffbottom = False
How do I switch GTK themes?
In 0.7, the theme was selectable at install time. For other releases, (and after install on 0.7) you can still do this manually
cd C:Program FilesTortoiseHgsharethemes (>=0.8, this is gtksharethemes)
look at the themes in this directory, remember their names or keep this folder open.
cd ....etcgtk-2.0
edit gtkrc and change the name of the theme you wish to use
Vista may try to prevent you from editing the file directly. I work around this by copying to your desktop, editing it there, then copying it back (and answering all the security dialogs)
Changes immediately take affect on all newly launched applications
You also should be able to download new themes and copy them into the sharethemes directory and then enable them in your gtkrc.
After uninstalling, it left a bunch of DLL and PYD files behind.
Reboot, like the uninstaller told you to :-) The uninstaller marked those files for removal at the next boot since most of them could not be removed while your system was running.
How can I convert a subversion repository to Mercurial?
You must install svn-win32-1.6 command line tools, then add them to your path. Then you must enable the convert extension. At this point, you should be able to use the hg convert command to do the conversion. Please direct problems/questions about the convert extension to the Mercurial mailing list or #mercurial on irc.freenode.net.
Where do TortoiseHg extensions look for external Python modules on Windows?
TortoiseHg includes an entire Python distribution bundled up as DLLs. The standard library modules are all in the library.zip file in C:Program FilesTortoiseHg.
If you try to use an extension that imports a non-standard Python module, you will find that the extension will fail to load because it cant find the module. For example the ReviewBoard extension imports the simplejson module, which is not part of the standard Python distribution.
In order to make it work you need to add a couple of lines to the top of the extensions .py file, before the line that imports the foreign module:
import sys
sys.path.append(C:pathtomodule)
Note that this will not work for modules distributed as .egg files; the supplied path must contain the modules .py or .pyc files.
How do I fix odd characters in dialog?
In 0.8, we no longer distribute multiple themes and switched default theme to MS-Windows. As a result, it might causes an issue related default font of MS-Windows theme in some environments. In order to fix this issue, add following setting to TortoiseHgs gtkrc file:
style "msw-default"
{
font_name = "MS UI Gothic 9"
}
You can find gtkrc file in your TortoiseHg install directory:
i.e. C:Program FilesTortoiseHggtketcgtk-2.0gtkrc<<less

Unicode 1.6
Used to test your computers Unicode support and your fonts support for particular characters, or as a learning to to explore the Unicode character set. Displays in Courier, TimesRoman, Symbol, Dialog and Helvetica. more>>
Used to test your computers Unicode support and your fonts
support for particular characters, or as a learning to to
explore the Unicode character set. Displays in Courier,
TimesRoman, Symbol, Dialog and Helvetica.
copyright (c) 1996-2008 Nic Fulton nic.fulton@reuters.com of
Reuters Ltd. http://www.reuters.com Modified by Roedy Green
of Canadian Mind Products with permission.
To install, Extract the zip download with WinZip, available from
http://www.winzip.com (or similar unzip utility) into any
directory you please, often C: -- ticking off the (user
folder names) option. To run as an application, type:
java -jar C:commindprodunicodeunicode.jar
adjusting as necessary to account for where the jar file is.
System Requirements: Java 1.1+
Enhancements: new layout for control panel
<<lessSource Edit 4.0 revision 3
Edit programs in ASP, PHP, Java, C/C++, and other languages. more>>
Source Edit 4.0 revision 3 allows you easily edit programs in ASP, PHP, Java, C/C++, and other languages. Source Edit is an editor especially made for developers but can of course be used as a regular text editor as well.
Major Features:
- It natively supports the following languages: ASP, PHP, Java, C/C++, C#, Visual Basic, Pascal, Perl, Cold Fusion, SQL, HTML, CSS, XML Source
- You can also create a new one yourself using the Language Editor.
- Source Edit has an IntelliSense like code completion feature.
- Source Edit comes with a hex editor called HexSource.
- You can open or save a file directly from/to an account on a FTP server. Source Edit also comes with a full-fledged FTP client application called File Courier.
- Source Edit has a clipboard history and remembers old clips you add to the clipboard regardless of the application you use to cut or copy text to the clipboard.
- Source Edit supports recording of keyboard macro.
- You can also add any custom tool to Source Edit tools menu and toolbar.
Enhancements:
- Adds add-in capability
- Better code completion
- Code Publisher.
PoCoMy 0.9.2
A software application that acts as a Webfrontend for Postfix + Courier + Mysql more>>
Webfrontend written in PHP with the goal to ease administration of a Postfix/Courier(IMAP/POP) system based on a mysql-backend.
Main features:
- Virtual domains
- forwarding
- aliases
- sender aliases
- multi user
- multi language
- privileges system
- delegation of rights per domain
System requirements:
- apache / webserver; php; mysql; postfix; courier; sasl
CrystalDMI 1.0.2
A useful application that gets BIOS information by DMI (Desktop management Interface) more>>
Main features:
- SMBIOS/DMI Information
- Dump VGA BIOS
- Dump Ext. BIOS
- Dump BIOS
System requirements:
- IE 4.0 or later
- Font Courier New
- Others SMBIOS/DMI 2.2 or later
PopNote 3.5
PopNote is a lightweight yet robust peer to peer Instant Messaging communication client that works over the Internet more>>
PopNote 3.5 is an advanced and easy to use program which provides you with a lightweight yet robust peer to peer Instant Messaging communication client that works over the Internet or LANs. PopNote can send an instant message that will pop up on the destinations Desktop on arrival; or allow more aggressive real time chatting.
The inherent beauty of a PopNote is it does not demand an immediate reply as is the case with real time chatting. In other words, a received Pop Note can be minimized for later disposition, or answered and returned back to the sender immediately
Major Features:
- You can use PopNote's upper incoming dialog window as a simple text editor.
- You can Send a popnote using the Send button OR either Ctrl+Enter or Ctrl+S
- You can automatically re send the "last" popnote with Ctrl+Q
- You can use Ctrl+U to recover your last transmitted PopNote to the Send window.
- You can broadcast to all your populated user buttons with F6.
- You can send text from the upper dialog window if the send window is empty.
- You can see the Echo Round Trip Time (or Lags in ms) in the Status bar.
- You can use Ctrl+W to restore a corrupted address file if you used Ctrl+N first.
- You can run multiple copies of PopNote on one PC, but only with each on unique ports.
- You can leave PopNote in Away mode, chat and have Away restore x minutes later.
- You can use Ctrl+T to toggle through Away activation delays of 3 to 14 seconds.
- You can run a VOIP client like PicoPhone (now bundled) from the PopToy menu.
- You can use PopNote to chat between terminals (LAN mode) on a private Network.
- You can STOP PopNote from minimizing and clearing on initial run with Ctrl+G
- You can backup your copy of PopNote.exe and CFG's with Ctrl+N.
- You can manually resave your copy of PopNoteD2.CFG with Ctrl+I.
- You can manually resave your copy of PopNoteA.CFG with Ctrl+L.
- You can populate a user button with Alt+G (pick one first from address box)
- You can delete the user from any User Button with F1 thru F5.
- You can turn on IP address sharing with F7 (requires remote to send /USERS)
- You can choose between minimize to TaskBar OR Tooltray (the default and preferred).
- You can force PopNote to skip a line in chat with Ctrl+J
- You can Minimize PopNote with Ctrl+M or the "X" in the top right corner.
- You can see what Version your buddy has by sending "/version" less quotes.
- You can close PopNote by right clicking the PopNote ToolTray Icon.
- You can temporarily or permanently block PopNote from popping down with Ctrl+B.
- You can reset the Font to Courier in the Send window with Ctrl+F.
- You can read the latest "Bug and Build" report from the "Help/Whats New" menu.
- You can minimize PopNote from the keyboard with Ctrl+M.
- You can kill (close or exit) PopNote anytime with Ctrl+K.
- You can customize your own away message by creating an "away.txt" file.
- You can reply to any previous incoming PopNote IF you first select their IP.
- You can send a voice message using the PopToys WAVE and FTP Extensions.
- You can send pictures using the PopToys VIEW and FTP extensions.
- You can rename any image Viewer that accepts command tails (parameters) to VIEW.EXE
- You can toggle "Auto Record ON" and auto save users popnotes to unique ID.TXT logs.
- You can use PopNote's top (incoming) dialog window as a basic text editor/viewer.
J Cartoon .3
This widget allows you to relax and view sketches. more>>
After about 2 hours of test driven development, I looked over to grab my cup, and saw the subtle resemblence or a nose and eye slits in front of me. J was born.
This widget allows you to relax and draw schetches.
Binary Screensaver 1.0
Binary fills your screen with scrolling 1s and 0s, with a font and speed of your choice. more>>
Binary also supports DNA sequencing, which scrolls C/G/A/T instead of 1 and 0.
A great font to use with Binary is SF Digital Readout. In any case, make sure you use some fixed-width fonts like Courier New, or it will look really bad.
Portable AkelPad 4.0.7
This is the portable version of the AkelPad plain text editor more>>
Portable AkelPad 4.0.7 gives an application which functions as a packed, open source text editor. You can use Notepad as an editor for editing files in plain text format, thus it is irreplaceable for programming, designing of Web documents, and so on. However, the one comprised in Windows, is very inconvenient due to several limitations. This program claims to be able to fill up these drawbacks.
Attention: this program takes a lot of advantages from Unicode representation. It is strongly recommended that you set up True Type font (as Courier New) to gain more advantages from this feature.
Major Features:
- Single window mode (SDI), multi window mode (MDI)
- Editing of files, which size is more than 64K (generally speaking, size isn't theoretically limited)
- Full support of Unicode strings on Unicode systems (NT/2000/XP/2003)
- Support of Unicode code pages (UTF-16 little endian, UTF-16 big endian, UTF-8)
- Support of any code page installed in the system
- Support of DOS/Windows and Unix newline formats
- Preview file open
- Correct pseudo-graphics displaying
- Editing of files with "Read Only" attribute
- Notice when trying to open binary file
- Multi-level undo
- Search/replace text strings, escape-sequences and also search/replace by hexadecimal code
- Remember file code page
- Remember file caret position
- Remember last search/replace strings
- Remember last opened files
- Printing of a document
- Support of language modules
- Plug-ins support (syntax highlighting, auto-completion, scripts execution, keyboard macros and much more).
Requirements: none
TunnelMail 1.3
Tunnel POP3, IMAP, and SMTP email protocols through SSH Secure Shell Tunneling. more>> TunnelMail uses the SSH Secure Shells encrypted tunneling to allow remote users to connect to internal network mail resources. Compatible with with all SSH servers that allow tunneling, and tested with multiple mail servers, such as Exchange Server, Lotus Domino, Postfix, Courier, Sendmail, and others that implement IMAP, POP3, and SMTP.software because of extensive remote registry examination process.<<less
Regular Expressions Tester 1.1.6.12
Fiirefox extension that offers developers functions for testing their regular expressions more>> Fiirefox extension that offers developers functions for testing their regular expressions
Regular Expressions Tester is a useful testing utility for regular expressions with color highlighting.
System requirements:
- Firefox: 2.0 - 3.0*
Enhancements:
- Changed font for all text fields to Courier New for better readability (thanks to Wojtek)
- Changed some texts for better readability (thanks to Laurent)
- Changed activation of global and multiline options in main window to on by default (thanks to Laurent)
- Updated French, Polish and Spanish translation (thanks to Laurent, Wojtek and Carla)
-
- Bugfixes:
- Fixed some minor compatibility bugs with Firefox 3
- Fixed test button, that didnt work in some cases (thanks to Laurent)
- Fixed bug in installer

SSX Free 2.0.1
SSX Free v2.0.1 allows individuals and corpoations to extend their Secure Tade Link account services to their Linux based servers. Secure Trade Link provides secure document transfer and digital signa more>>
Think of the money you spend on overnight document delivery and courier services. With Secure Trade Link not only will you be able to deliver legal contract documents, youll save money by electronically delivering documents containing your critical proprietary information under banking grade encryption for complete security - documents you would NEVER trust to email and rightfully so.
Security AND increased profits through savings on expenditures - does it get any better than this?
Share Clip 1.2
Share Clip is a small utility program to share the text portion of the clipboard between PC, Mac and Linux computers more>>
Enhancements:
- Proper UNICODE support across all platforms! This means you can copy smart quotes, French quote characters, euro signs, math symbols etc. back and forth between Windows and OS X without losing them along the way. Note that your application needs to support these characters too, some old applications dont support extended character sets. Text in the normal ASCII range should work as normal regardless.
- I have set the font on the clipboard text preview to Courier, as the default windows system font does not support most UTF8 characters. Hopefully this will not cause any issues.
- The Share Clip window now shows the local IP address, so you can easily see the address you need to connect to.
- Please be aware that I have not tested the Linux build - if you have problems with it, please let me know.
- Page: 1 of 2
- 1
- 2