Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 39 by z0rac, Thu Apr 9 19:31:05 2009 UTC revision 43 by z0rac, Thu Apr 23 09:47:05 2009 UTC
# Line 9  You can read non-ascii subjects if the i Line 9  You can read non-ascii subjects if the i
9    
10  Installation:  Installation:
11  -------------  -------------
12  You will copy the file "befoo.exe" and "extend.dll" to your application  You will copy the file "befoo.exe", and "extend.dll" as necessary, to your
13  folder. And you may make a shortcut in the startup folder.  application folder. And you may make a shortcut in the startup folder.
14    The "extend.dll" provides the settings dialog box. If it didn't exist, you
15    need to edit your settings manually by Notepad.
16    
17    
18    Settings:
19    ---------
20    Befoo will read your settings from the file "befoo.ini". It will be located
21    in the user's local application data folder, or the same folder with the
22    application. At initial startup, it will be created in the local application
23    data folder. See below an example for "befoo.ini":
24    
25    [mailboxname]
26    uri=imap://username@imap.example.com/
27    passwd=your password    ; It will be coded later.
28    sound=MailBeep          ; A sound alias or path to a wave file.
29                            ; (default: No sound)
30    period=10               ; A fetching period in minutes. (default: 15)
31    
32    [another over SSL]
33    uri=imap+ssl://username@imap.example.com/
34    passwd=...
35    sound=%windir%\\Media\\chimes.wav
36    
37    [POP3]
38    uri=pop://username@pop.example.com/
39    passwd=...
40    
41    [POP3 recents]          ; Summary of recents only.
42    uri=pop://username@pop.example.com/#recent
43    passwd=...
44    
45    [POP3 over SSL]
46    uri=pop+ssl://username@pop.example.com/
47    passwd=...
48    
49    [(preferences)]
50    icon=32                 ; Size of the mascot icon.(default: 64)
51    balloon=5               ; Period to show the balloon.(default: 10)
52    summary=5,1             ; Period to show the summary, and switch to show
53                            ; the summary when mail is fetched.(default: 3,0)
54    delay=30                ; Delay seconds to the first fetching.(default: 0)
55    
56    
57  Licensing:  Licensing:

Legend:
Removed from v.39  
changed lines
  Added in v.43

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26