AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

MailFile

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources
View previous topic :: View next topic  
Author Message
Beastmaster
Guest





PostPosted: Fri Apr 09, 2004 9:13 pm    Post subject: MailFile Reply with quote

MailFiles Version 1.0: Download (263 Kb)

Platform(s): Win XP | Win 2000 | Win 98 | Win NT | Win ME | Win 95 | Win Server 2003

Description: Mailfiles allows you to store files received via an email account in a certain directory. It also can send files from another directory to a defined email adress.

-----

Konfiguration/Configuration
die Ini-Datei enthält folgendes/the INI-file content

[mail]
server=mail.somewhere.de
;dies ist der pop3 bzw. smtp Server/the pop3, smtp server

login=mylogin
password=mypass
;username und passwort für das pop3 konto/username and password for the pop3 account

path=c:\indir
;Das Verzeichnis für die zu speichernden Attachments/destination path for received attachments

sekunden=60
;nach so vielen Sekunden wird die Mail erneut abgefragt/secs till account will be checked again

repeat=1
;auf 0 setzen, um nur auf Knopfdruck abzufragen/set to "0" if check should be started manualy

protokoll=c:\mailprot
;hierhin wird das Protokoll des Programmes geschrieben. Leerlassen, wenn kein Protokoll gewünscht ist/set logpath, omit if no log is needed

sender=someone@somewhere.de
;Absendermailadresse/sender

recpt=recpt@irgendwo.de
;Empfängermailadresse/recipient

sendwatch=c:\sendwatch
;Dieses Verzeichnis enthält die zu versendenen Dateien/source path for files which should be send

archiv=c:\archive
;Hierhin werden versendete Dateien archiviert. Leerlassen, wenn die Dateien einfach gelöscht werden sollen/storage path for files which have been sent already, omit if files should be deleted

body=Here are the AHK scripts Surprised)
;Der bodytext für die Email/bodytext
Back to top
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group