Christopher Michael
b25a2d55b9
Color class for mail module.
...
SVN revision: 26535
17 years ago
Massimo Maiurana
d0d8dfdf68
*** empty log message ***
...
SVN revision: 26238
17 years ago
Christopher Michael
f4c3e9d305
Patches from Nikolas Arend for parsing Thunderbird/Mozilla style mbox files,
...
allowing mbox accounts to be permantently monitored, checked manually, or at
every check interval.
Thanks :)
SVN revision: 25989
17 years ago
David Walter Seikel
a4d3fd8f22
.desktopification.
...
SVN revision: 25920
17 years ago
Massimo Maiurana
ebe81a9a03
*** empty log message ***
...
SVN revision: 25904
17 years ago
Christopher Michael
7fe4e842b2
Add a local option for imap to make ecore_con able to use local imap
...
servers, not just remote.
SVN revision: 25855
17 years ago
David Walter Seikel
1ec5a40b4a
This is a generated file, no need for it in cvs.
...
SVN revision: 25842
17 years ago
Christopher Michael
bf58712ce5
Allow mail check minimum to be 30 seconds, with 30 second change intervals.
...
SVN revision: 25380
17 years ago
Christopher Michael
2ac7e352b2
Added make uninstall rule
...
SVN revision: 25355
17 years ago
Christopher Michael
80ab86b58a
Make sure to delete the check_timer on shutdown or else seggy. Thanks Tene :)
...
SVN revision: 25220
17 years ago
Massimo Maiurana
ff20ef360c
added i18n support and italian localization
...
SVN revision: 25139
17 years ago
David Walter Seikel
73dd3bf616
Updated config dialog to match latest API.
...
SVN revision: 24708
17 years ago
essiene
aec3feb29b
Make non core modules use new view specifying feature. All are set to PLAIN by default
...
SVN revision: 24500
17 years ago
David Walter Seikel
185c08a200
Theme aspect fixeroonies.
...
SVN revision: 24497
17 years ago
Christopher Michael
f022ea42de
Fix minor oversight with x86_64 libdir. Thanks Sebastian
...
SVN revision: 24193
17 years ago
Christopher Michael
2cc38dd453
Bad Marcus, no cookie :) . Fixed x86_64 install patch.
...
SVN revision: 24182
17 years ago
Christopher Michael
d28999dcb3
Patch from Marcus Huwe for installation on x86_64
...
SVN revision: 24174
17 years ago
Christopher Michael
6ae4dd6e2e
Only need to set "checking" state if we have pop or imap.
...
SVN revision: 24052
17 years ago
Christopher Michael
f207d87f74
Fix potential segfault when setting mail text. Thanks boneyfrog :)
...
SVN revision: 24051
17 years ago
Christopher Michael
0e4e640217
Indent
...
SVN revision: 24016
17 years ago
sebastid
961e23fb01
Cleanup
...
SVN revision: 24010
17 years ago
Christopher Michael
65fc746e8f
Remove autogen.sh from make distcheck.
...
SVN revision: 23909
17 years ago
Christopher Michael
e7ddfb1763
make distcheck should be ok now. Distribute the edc and autogen.sh also.
...
SVN revision: 23902
17 years ago
Christopher Michael
207b493d5a
Mail module now does make distcheck correctly.
...
Make install does not install needless pngs anymore.
SVN revision: 23894
17 years ago
Christopher Michael
5a390e6402
Avoid dangling pointers after call to free.
...
SVN revision: 23816
17 years ago
Christopher Michael
016fa4195e
Fix typo. Should distribute mail.edc, not mount.edc. Doh :( . Thanks Lut1n.
...
SVN revision: 23805
17 years ago
Christopher Michael
f98d0f8eed
Fix makefile.am for make distcheck.
...
SVN revision: 23802
17 years ago
Christopher Michael
8782505c1f
Update some e_modules to use module icons in their config dialogs.
...
SVN revision: 23683
17 years ago
Christopher Michael
6812aa1128
Missed an module_dialog_show here.
...
SVN revision: 23662
17 years ago
Christopher Michael
8e9c0020aa
Make all active e_modules work with the new e_module_dialog_show function
...
change(s). If you get errors building these, update e17/apps/e .
SVN revision: 23661
17 years ago
Christopher Michael
1e199d1ae7
Do not need to link against the math library.
...
SVN revision: 23595
18 years ago
Christopher Michael
10c68a45e5
Perform an initial mail check on startup for imap and pop instead of waiting
...
for the timer to fire.
SVN revision: 23514
18 years ago
Christopher Michael
cf83336982
Better aligning of the new mail count.
...
SVN revision: 23473
18 years ago
Christopher Michael
1e6b7afa8b
Remove the copying-plain bsd file.
...
SVN revision: 23470
18 years ago
Christopher Michael
630bb28aa6
Oops, mail should be GPL as it uses some embrace code.
...
SVN revision: 23469
18 years ago
Christopher Michael
e329a03f03
License fix for mail module to Bsd.
...
SVN revision: 23463
18 years ago
Christopher Michael
c2dd83f97c
Better icons.
...
Add a "checking" state to show it's doing something.
SVN revision: 23446
18 years ago
Christopher Michael
008ccca44d
Forgot the icon updating function call for when new mail arrives. Doh !
...
SVN revision: 23422
18 years ago
Christopher Michael
3bfc85b5f8
Third and Final attemp at imap working again. It does work again now with
...
multiple accounts.
SVN revision: 23421
18 years ago
Christopher Michael
19b039b799
Imap "Should" work again, cannot test it here tho.
...
SVN revision: 23420
18 years ago
Christopher Michael
66b28af210
Traverse the imap client list correctly.
...
SVN revision: 23419
18 years ago
Christopher Michael
8360caeef9
Remove a printf.
...
SVN revision: 23418
18 years ago
Christopher Michael
a1c10b64ef
Icon and label should now properly reflect new mail count from all mailboxes.
...
HandyAndE, let me know if your imap works with this or not.
SVN revision: 23417
18 years ago
rephorm
cdf33fb4be
set ports for ssl pop/imap
...
18 years ago
rephorm
a6954828a7
set the dialog's data after creating an mailbox
...
(before, if you added a mailbox, hit apply, then changed something and hit apply again, a second copy would be created)
SVN revision: 23406
18 years ago
Christopher Michael
35dab64c76
Crop extra space from icons.
...
SVN revision: 23401
18 years ago
Christopher Michael
f3257ed1f8
When switching type to Imap, default the New Path entry to "Inbox" for users
...
that do not know their default Imap path.
SVN revision: 23400
18 years ago
Christopher Michael
4c01d010bf
Fix centering label in the module.
...
Reset mail count to zero on call to check mail so that we only get total of
new mail. During checks, add new mail count to the total.
SVN revision: 23399
18 years ago
Christopher Michael
e891afba95
Make imap update the text and icon.
...
SVN revision: 23398
18 years ago
Christopher Michael
7389749571
Ok, pop mail now works again :)
...
General bug fixes when setting mail count on the module.
Minor edc changes.
Better cleanup when closing the module.
SVN revision: 23396
18 years ago