updates + sqlite db
This commit is contained in:
@@ -19,7 +19,7 @@ def fetch_thread(tp):
|
||||
return tp
|
||||
|
||||
def fetch_threads():
|
||||
src=server.thread(criteria=[b'SUBJECT', b'service', b'SINCE', date(2017,07,01)])
|
||||
src=server.thread(criteria=[b'SUBJECT', b'service', b'SINCE', date(2017,05,01)])
|
||||
#, b'BEFORE', date(2017,08,01)
|
||||
return src
|
||||
|
||||
|
||||
@@ -88,6 +88,6 @@ class MailThread(Base):
|
||||
# print "withintm:"+str(type(t))
|
||||
t=t.decode("ISO-8859-1")
|
||||
txt=t
|
||||
a=a+txt+"\n\n"
|
||||
a=a+txt+"***........................................***\n"
|
||||
|
||||
return a
|
||||
|
||||
Reference in New Issue
Block a user