| 1 |
z0rac |
10 |
befoo - IMAP4 mail checker <http://sourceforge.jp/projects/befoo/> |
| 2 |
z0rac |
3 |
|
| 3 |
|
|
Introduction: |
| 4 |
|
|
------------- |
| 5 |
z0rac |
39 |
Befoo is a simple IMAP4/POP3 client for Windows 2000 or later. It fetches |
| 6 |
|
|
mail from plural mailbox, and shows summary with subject, sender and date. |
| 7 |
z0rac |
3 |
|
| 8 |
|
|
|
| 9 |
|
|
Installation: |
| 10 |
|
|
------------- |
| 11 |
z0rac |
43 |
You will copy the file "befoo.exe", and "extend.dll" as necessary, to your |
| 12 |
|
|
application folder. And you may make a shortcut in the startup folder. |
| 13 |
|
|
The "extend.dll" provides the settings dialog box. If it didn't exist, you |
| 14 |
|
|
need to edit your settings manually by Notepad. |
| 15 |
z0rac |
3 |
|
| 16 |
|
|
|
| 17 |
z0rac |
43 |
Settings: |
| 18 |
|
|
--------- |
| 19 |
z0rac |
53 |
Befoo will read your settings from the file "befoo.ini". This file will be |
| 20 |
|
|
located in the user's local application data folder, or the same folder |
| 21 |
|
|
with the application. At initial startup, it will be created in the local |
| 22 |
|
|
application data folder. See below an example for "befoo.ini": |
| 23 |
z0rac |
43 |
|
| 24 |
|
|
[mailboxname] |
| 25 |
|
|
uri=imap://username@imap.example.com/ |
| 26 |
|
|
passwd=your password ; It will be coded later. |
| 27 |
|
|
sound=MailBeep ; A sound alias or path to a wave file. |
| 28 |
|
|
; (default: No sound) |
| 29 |
|
|
period=10 ; A fetching period in minutes. (default: 15) |
| 30 |
|
|
|
| 31 |
|
|
[another over SSL] |
| 32 |
|
|
uri=imap+ssl://username@imap.example.com/ |
| 33 |
|
|
passwd=... |
| 34 |
|
|
sound=%windir%\\Media\\chimes.wav |
| 35 |
|
|
|
| 36 |
z0rac |
55 |
[Google Apps email] |
| 37 |
|
|
uri=imap+ssl://username%40your_domain.com@imap.gmail.com/ |
| 38 |
|
|
passwd=... |
| 39 |
|
|
|
| 40 |
z0rac |
43 |
[POP3] |
| 41 |
|
|
uri=pop://username@pop.example.com/ |
| 42 |
|
|
passwd=... |
| 43 |
|
|
|
| 44 |
|
|
[POP3 recents] ; Summary of recents only. |
| 45 |
|
|
uri=pop://username@pop.example.com/#recent |
| 46 |
|
|
passwd=... |
| 47 |
|
|
|
| 48 |
|
|
[POP3 over SSL] |
| 49 |
|
|
uri=pop+ssl://username@pop.example.com/ |
| 50 |
|
|
passwd=... |
| 51 |
|
|
|
| 52 |
|
|
[(preferences)] |
| 53 |
|
|
icon=32 ; Size of the mascot icon.(default: 64) |
| 54 |
|
|
balloon=5 ; Period to show the balloon.(default: 10) |
| 55 |
|
|
summary=5,1 ; Period to show the summary, and switch to show |
| 56 |
|
|
; the summary when mail is fetched.(default: 3,0) |
| 57 |
|
|
delay=30 ; Delay seconds to the first fetching.(default: 0) |
| 58 |
|
|
|
| 59 |
|
|
|
| 60 |
z0rac |
3 |
Licensing: |
| 61 |
|
|
---------- |
| 62 |
|
|
This product is distributed under the GNU GPL. Please read through the file |
| 63 |
|
|
LICENSE.txt for more information. |
| 64 |
|
|
|
| 65 |
|
|
|
| 66 |
|
|
Bug reports: |
| 67 |
|
|
------------ |
| 68 |
|
|
For any bug reports or feature requests please refer to the ticket system |
| 69 |
|
|
at SourceForge.JP <http://sourceforge.jp/ticket/newticket.php?group_id=3995>. |