Commit Graph

70 Commits

Author SHA1 Message Date
ec565eda7d new option to ignore links on feeds 2013-04-09 12:23:05 +02:00
9cca4d292a fixed problem with empty entries 2013-04-08 22:47:22 +02:00
777b8de0e3 small performance improvement, error correction in handling of enclosures 2013-04-08 21:19:29 +02:00
2718e6502c refactored processing of entries, enabled processing of enclosures 2013-04-08 21:02:48 +02:00
5b9cc700f8 format date according to ISO 8601 2013-04-07 23:52:55 +02:00
4b11d2a01e feed shows if it's enabled or not 2013-04-07 13:43:34 +02:00
ea14005ac1 refactoring of data model 2013-04-07 13:34:36 +02:00
0c6cb0c7f9 decode html entities 2013-04-06 00:12:20 +02:00
640442b95d minor modifications 2013-04-05 23:42:29 +02:00
6145a040d2 wrap text of digest-messages 2013-04-05 23:03:51 +02:00
a9e5a27627 Merge branch 'master' of ssh://git.0x50.de:48653/atomstrom
Conflicts:
	atomstrom.py
2013-04-05 21:47:01 +02:00
4a01c4935b send plain text mails -- not really clean, but useful :-/ 2013-04-05 21:16:56 +02:00
417bd56b20 send plain text mails -- not really clean, but useful :-/ 2013-04-05 21:16:56 +02:00
c84c465a14 implementing reset- and delete-functionality 2013-04-04 23:46:00 +02:00
103d7d4a28 once again: fix encoding issues 2013-04-04 22:51:36 +02:00
58177038c3 minor error correction for new feeds 2013-04-04 22:36:48 +02:00
8da6ef9010 feed knows how to print information about itself 2013-04-04 20:40:19 +02:00
d1520b3827 implemented function heads for new features 2013-04-03 23:47:05 +02:00
b30ba9a9a8 correct behavior when listing unfetched feeds 2013-04-03 23:42:08 +02:00
372a43f85b implemented listing of feeds 2013-04-03 23:31:57 +02:00
91d1cf552e Merge branch 'new-features'
Conflicts:
	atomstrom.py
2013-04-03 23:05:08 +02:00
e452db9cc8 optionparser is deprecated, use argumentparser instead 2013-04-03 22:49:53 +02:00
6c358c5c1d improve format of html2text-output 2013-04-03 22:29:40 +02:00
9302429500 new command line options 2013-04-03 21:28:07 +02:00
546ca45337 include discordian date into mail digest ;-) 2013-04-03 20:35:08 +02:00
d60783b6aa minor change in db-structure, made mailtext column selectable 2013-04-03 00:06:06 +02:00
d1d127744c fuzzied time between feed fetches 2013-03-28 23:35:20 +01:00
7789cb2051 reinserted log output 2013-03-28 22:49:51 +01:00
ff245d4fd6 digest-mails: truncate body text, remove spare whitespace 2013-03-27 22:34:11 +01:00
33da084705 fixed missing import 2013-03-27 20:25:37 +01:00
752794115e cleaned up unused modules 2013-03-26 21:27:39 +01:00
d0e2a69386 removed exception handler, implemented clean algorithm 2013-03-26 21:26:59 +01:00
4f1bea7a6b refactored so the data model lives in its own module 2013-03-26 20:20:51 +01:00
d300cf8f4c ignore feed id when processing new entries, so two feeds can provide links to the same entry 2013-03-22 22:13:20 +01:00
5a0f7c9350 rewrote mail function, to avoid warnings on mailserver 2013-03-22 22:05:15 +01:00
0e9896f264 fixed sending of single mails 2013-03-22 20:47:20 +01:00
db5e4e3515 globally fixed encoding issues, changed database table types 2013-03-21 23:43:10 +01:00
53c4665c85 obsoleted exception when parsing new entries 2013-03-21 22:38:44 +01:00
d3cb933521 include feed name into sender address 2013-03-21 21:54:30 +01:00
1f4a69de18 fixed encoding of digest-mails 2013-03-21 21:42:28 +01:00
f53338c3b1 new feature: ignore images in html2text 2013-03-20 23:28:48 +01:00
7cadfb8bd1 updated html2text-module to version 3.200.3 2013-03-20 23:20:54 +01:00
46e163864a fixed mail encoding 2013-03-20 22:11:26 +01:00
ceaedd26a8 changed mail subject encoding to avoid errors 2013-03-20 21:28:04 +01:00
3eeef717ba implemented resolving of url redirects 2013-03-20 20:30:54 +01:00
b78ed4ba02 implemented mail sending 2013-03-19 23:03:33 +01:00
f6e57378f2 adapted to feedparser 5.1.3 2013-03-19 22:40:47 +01:00
3333d1fcaf implemented fetch-frequency for feeds 2013-03-19 21:18:38 +01:00
bc1b0655e0 reformatted mail 2013-03-19 20:24:49 +01:00
724ab03563 implemented sending mail 2013-03-19 20:19:43 +01:00