Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Check Google's GMail via Apple's Mail.app' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Check Google's GMail via Apple's Mail.app
Authored by: raider on Oct 05, '04 12:11:32PM
Check Google's GMail via Apple's Mail.app
Authored by: rmiller021 on Oct 06, '04 11:09:40AM

That program works really well. However modify the pop and the smtp servers so that there applescripts so the don't sit in your dock.

POP Server-
with timeout of 1 second
try
do shell script "cd ~/gmailtools/freepops-0.0.14; src/freepopsd > /dev/null 2>&1 &"
end try
end timeout

SMTP Server-
with timeout of 1 second
try
do shell script "python ~/gmailtools/libgmail-0.0.8/demos/gmailsmtp.py > /dev/null 2>&1 &"
end try
end timeout



[ Reply to This | # ]