Main > Free Download Search >

Free imap settings software for mac

imap settings

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1636
Finder View Settings 1.2

Finder View Settings 1.2


Finder View Settings - manage the new MacOS 8 folder-specific view settings more>>
Finder View Settings makes it much easier to manage the new MacOS 8 folder-specific view settings.

Finder View Settings presents global folder view settings for Mac OS 8.

It can globally override all of your folder-specific view settings, making MacOS 8 behave more like System 7, or easily change the requested view settings for single folders or entire disks.


<<less
Download (187KB)
Added: 2005-12-20 License: Freeware Price:
1405 downloads
Settings Skin 1.0

Settings Skin 1.0


A great tool to customize your iPhones icons. more>> A great tool to customize your iPhones icons.

A Settings Skin created to go along with the Macish 2.0 theme (created by Argo Rei) that will change the icons in each folder not the entire folder and backs up your originals. We really hope you are going to enjoy it.
System requirements:
- iPhone

<<less
Download (52KB)
Added: 2008-07-30 License: Freeware Price: FREE
187 downloads
Lasso Settings Migrator 8.0

Lasso Settings Migrator 8.0


Lasso Settings Migrator is a utility created for Lasso Professional 5, 6, or 7 allowing to migrate database settings among hosts and producing an export of all of Lassos preferences and security settings for import into a new Lasso Professional 7 installation. more>> <<less
Download (264K)
Added: 2004-06-08 License: Free Price:
downloads
Application Switcher Settings 1.5

Application Switcher Settings 1.5


Application Switcher Settings offers you a convenient utility that helps you control all possible settings for the Application Switcher. more>>

Application Switcher Settings 1.5 offers you a convenient utility that helps you control all possible settings for the Application Switcher. Either you can use "ASSS 1.5" and go thru all possible settings or just one specific applet, i.e. to turn Application Swicher on respective off or change the button ordering.

Requirements:

  • Mac OS 8 or higher
  • AppleScript
  • Application Switcher Extension
<<less
Download (57.6KB)
Added: 2000-10-19 License: Freeware Price:
downloads
Screenshot Settings 1.0.1

Screenshot Settings 1.0.1


Screenshot Settings - GUI method for changing the screenshot settings more>>
This application is a GUI method for changing the screenshot (screen capture) settings in Mac OS X 10.4 (Tiger). It uses the defaults command to read and write to the com.apple.screencapture property list. Also, it will try to use killall SystemUIServer so that you dont have to logout.
Supported files types are: bmp, gif, jpg, pdf, png, psd, tif
If you know of other supported file types that are not listed in this application, then contact me so I can add them.
Note that you can also drag-n-drop a folder onto Screenshot Settings to change the default location.
Enhancements:
- Added file formats: jp2 (JPEG 2000), pict, sgi, and tga (Targa).
<<less
Download (25KB)
Added: 2005-12-29 License: Freeware Price:
1405 downloads
IMAP Idle Plugin 1.05

IMAP Idle Plugin 1.05


IMAP Idle Plugin - Implement support for IMAP IDLE in Mail.app. more>> <<less
Download (38KB)
Added: 2007-01-24 License: Freeware Price:
1015 downloads
Web Settings Assistant 1.01

Web Settings Assistant 1.01


Web Settings Assistant is an application to focus on configuration file related jobs. more>> <<less
Download (141K)
Added: 2005-04-30 License: Free Price:
downloads
Mail Setup 0.1

Mail Setup 0.1


Mail Setup is specially designed for people who dont want to look up the settings for their email service and/or mess with settings in mail. more>> Mail Setup 0.1 is specially designed for people who don't want to look up the settings for their email service and/or mess with settings in mail. The services included are. .mac, Gmail, AOL, AIM, Verizon, Yahoo, and MSN/Hotmail.

Requirements:
Mac OS X 10.4 or later.
<<less
Download (141K)
Added: 2007-12-08 License: Free Price:
downloads
Application Switcher Settings Suite 1.5

Application Switcher Settings Suite 1.5


Application Switcher Settings Suite - Change the Application Switcher settings more>>
Application Switcher Settings Suite is a set of AppleScripts which allows you to set all possible settings of the Finders Application Switcher menu.
Either you can use "ASSS 1.5" and go thru all possible settings or just one specific applet, i.e. to turn Application Swicher on respective off or change the button ordering.
Enhancements:
- Completed, now with many small applets that change just one feature of the Application Switcher
<<less
Download (80KB)
Added: 2006-02-15 License: Freeware Price:
1350 downloads
iPod Reset Utility 1.0.4 for Windows

iPod Reset Utility 1.0.4 for Windows


Use iPod Reset Utility to restore the following iPod models back to their factory settings. more>> <<less
Download (4.9MB)
Added: 2008-05-01 License: Update Price:
18 downloads
IMAPCleanse 1.2.0

IMAPCleanse 1.2.0


Open source solution that will remove old, read, and unflagged messages from your IMAP mailboxes more>> Open source solution that will remove old, read, and unflagged messages from your IMAP mailboxes

IMAPCleanse is a free and open source Ruby-based solution that provides you with IMAP automation for large lists and automatic scanning and purging for your mailboxes.

Enhancements:
- Add some tests
- Automatic auth detection
- User-specified auth
- Spy on multiple email addresses

<<less
Download (11KB)
Added: 2008-10-08 License: Freeware Price: FREE
380 downloads
JAAS-Rimap 0.2

JAAS-Rimap 0.2


JAAS LoginModule providing authentication against a remote IMAP server more>> JAAS LoginModule providing authentication against a remote IMAP server

JAAS-Rimap provides a JAAS (Java Authentication and Authorization Service ) module allowing authentication against a remote IMAP server.
Delegating user authentication to an IMAP server is a common pattern used in PHP development, therefore this project brings this feature to Java.
Compared to similar projects (see links section ) it has the following advantages:
- simplicity: use of an existing authentication infrastructure with a lightweight network protocol (compared to LDAP or NTLM/Active Directory);
- true platform independence (no native code required);
- no special (root/administrator) rights required;
- depends only on APIs from the Java Runtime Environment.
JAAS-Rimap is well suited for prototyping as well as production use.

Main features:>
- Support for TLS and IMAP over SSL based on the Java Secure Socket Extension (JSSE). Server certificate validation is configurable. This makes it easier to use servers with self signed certificates.
- When talking to the IMAP server, jaas-rimap always uses plaintext password authentication (using the LOGIN command). SASL authentication (using the AUTHENTICATE command) is not supported.
- The low level parts of the IMAP protocol are implemented using classes from GNU Classpath::inetlib project. To avoid dependencies these classes are included in the JAR distribution. However they are refactored to have a different Java package name, so that there will be no conflicts when deployed together with the complete inetlib.
- Successful login attempts can be cached to avoid repetitive connections to the server.

Enhancements:
- The server greeting is read (and checked) after the connection has been established.
- The debug option is implemented.
- The connection is correctly terminated by a LOGOUT command whenever possible (i.e. when no I/O or protocol errors occurred).
- The connection is always closed correctly.
- Added license to the source distribution.

<<less
Download (17KB)
Added: 2008-10-05 License: Freeware Price: FREE
391 downloads
Localize IMAP Messages 2.0

Localize IMAP Messages 2.0


Localize IMAP Messages - IMAP storage allocation management tool more>>
Localize IMAP Messages is an AppleScript that will in effect copy messages older than a date you choose from IMAP servers to equivalent local Entourage folders, and deletes the originals.

This is particularly useful as you approach the limits of your IMAP storage allocation of your ISP, company or university, but when you do not want to remove the messages from Entourage to text or other archives.

You can repeatedly copy messages to the same local folder in a parallel local hierarchy to your IMAP folders.

<<less
Download (20KB)
Added: 2006-01-11 License: Freeware Price:
1382 downloads
jimapcopy 0.1.1

jimapcopy 0.1.1


Command line for downloading and uploading MIME messages more>> Command line for downloading and uploading MIME messages

jimapcopy is a simple command line application that lets you download and upload MIME messages to an IMAP server.
jimapcopy is ideal to make backups from popular mail services like gmail.

Enhancements
- first public release

<<less
Download (550KB)
Added: 2009-05-24 License: GPL Price: FREE
196 downloads
ParaPalette 2.0

ParaPalette 2.0


ParaPalette is regarded as a flexible and handy program which finishes calling the Formats dialog and gives you a palette window contaning the most frequently used paragraph format settings in a compact presentation. more>>

ParaPalette 2.0 is regarded as a flexible and handy program which finishes calling the Formats dialog and gives you a palette window contaning the most frequently used paragraph format settings in a compact presentation.

Requirements: QuarkXPress 4.03 or higher

<<less
Download (570.3KB)
Added: 2001-10-29 License: Freeware Price:
downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5