Changes¶
import matplotlib.pyplot as plt
x = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52]
y = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
xl = ['2022-w27', '2022-w28', '2022-w29', '2022-w30', '2022-w31', '2022-w32', '2022-w33', '2022-w34', '2022-w35', '2022-w36', '2022-w37', '2022-w38', '2022-w39', '2022-w40', '2022-w41', '2022-w42', '2022-w43', '2022-w44', '2022-w45', '2022-w46', '2022-w47', '2022-w48', '2022-w49', '2022-w50', '2022-w51', '2022-w52', '2023-w01', '2023-w02', '2023-w03', '2023-w04', '2023-w05', '2023-w06', '2023-w07', '2023-w08', '2023-w09', '2023-w10', '2023-w11', '2023-w12', '2023-w13', '2023-w14', '2023-w15', '2023-w16', '2023-w17', '2023-w18', '2023-w19', '2023-w20', '2023-w21', '2023-w22', '2023-w23', '2023-w24', '2023-w25', '2023-w26', '2023-w27']
plt.close('all')
plt.style.use('ggplot')
fig, ax = plt.subplots(nrows=1, ncols=1, figsize=(10, 4))
ax.bar(x, y)
tig = ax.get_xticks()
labs = []
for t in tig:
if t in x:
labs.append(xl[x.index(t)])
else:
labs.append("")
ax.set_xticklabels(labs)
ax.grid(True)
ax.set_title("commits")
plt.show()

List of recent changes:
# |
change number |
date |
author |
comment |
---|---|---|---|---|
350 |
2023-02-04 |
xavier dupré |
lint |
|
349 |
2023-02-04 |
xavier dupré |
Update email_message_list_renderer.py |
|
348 |
2023-02-04 |
xavier dupré |
style |
|
346 |
2022-12-30 |
xavier dupré |
Update conf.py |
|
345 |
2022-06-05 |
xavier dupré |
Update requirements.txt |
|
344 |
2022-06-05 |
xavier dupré |
lint |
|
343 |
2022-04-05 |
xavier dupré |
lint |
|
342 |
2022-03-06 |
xavier dupré |
Update setup.py |
|
339 |
2021-10-15 |
xavier dupré |
lint |
|
338 |
2021-10-15 |
xavier dupré |
Update test_code_style.py |
|
337 |
2021-08-21 |
xavier dupré |
Update mailboximap.py |
|
335 |
2021-08-19 |
xavier dupré |
Update config.yml |
|
333 |
2021-08-13 |
xavier dupré |
lint |
|
332 |
2021-07-05 |
xavier dupré |
lint |
|
331 |
2021-05-27 |
xavier dupré |
update travis link |
|
330 |
2021-04-12 |
xavier dupré |
Update .local.jenkins.lin.yml |
|
329 |
2021-04-12 |
xavier dupré |
refactor setup |
|
328 |
2021-01-18 |
xavier dupré |
Update setup.py |
|
327 |
2021-01-14 |
xavier dupré |
lint |
|
326 |
2021-01-14 |
xavier dupré |
Update test_mailbox_extended.py |
|
325 |
2021-01-14 |
xavier dupré |
Update test_mailbox.py |
|
324 |
2021-01-14 |
xavier dupré |
Update test_mailbox.py |
|
323 |
2021-01-14 |
xavier dupré |
refactor unit tests |
|
322 |
2021-01-01 |
xavier dupré |
Update conf.py |
|
321 |
2021-01-01 |
xavier dupré |
update to python 3.9 |
|
320 |
2020-11-04 |
xavier dupré |
update readme |
|
319 |
2020-11-02 |
xavier dupré |
history |
|
318 |
2020-10-26 |
xavier dupré |
fix a bug when attachment has an empty name |
|
317 |
2020-10-23 |
xavier dupré |
Update config.yml |
|
316 |
2020-10-23 |
xavier dupré |
Update appveyor.yml |
|
315 |
2020-08-27 |
xavier dupré |
pylint |
|
314 |
2020-06-27 |
xavier dupré |
Update appveyor.yml |
|
313 |
2020-06-23 |
xavier dupré |
Update requirements.txt |
|
312 |
2020-06-23 |
xavier dupré |
Update requirements.txt |
|
311 |
2020-06-23 |
xavier dupré |
Update requirements.txt |
|
310 |
2020-06-23 |
xavier dupré |
Update requirements.txt |
|
309 |
2020-06-23 |
xavier dupré |
Update .local.jenkins.lin.yml |
|
308 |
2020-05-16 |
xavier dupré |
Create MANIFEST.in |
|
307 |
2020-05-15 |
xavier dupré |
pep8 |
|
306 |
2020-05-15 |
xavier dupré |
pep8 |
|
305 |
2020-05-01 |
xavier dupré |
pep8 |
|
304 |
2020-03-28 |
xavier dupré |
Update setup.py |
|
303 |
2020-02-23 |
xavier dupré |
Update .local.jenkins.lin.yml |
|
302 |
2020-02-12 |
xavier dupré |
update local ci |
|
301 |
2020-02-05 |
xavier dupré |
add support for pytohn 3.8 |
|
300 |
2020-01-31 |
xavier dupré |
update documentation |
|
298 |
2019-10-17 |
xavier dupré |
Update .local.jenkins.lin.yml |
|
297 |
2019-09-27 |
xavier dupré |
pep8 |
|
295 |
2019-04-23 |
xavier dupré |
pep8 |
|
294 |
2019-04-23 |
xavier dupré |
Update test_code_style.py |
|
293 |
2019-04-23 |
xavier dupré |
fix unit test |
|
292 |
2019-04-23 |
xavier dupré |
refactoring |
|
291 |
2019-02-16 |
xavier dupré |
Update README.rst |
|
290 |
2019-01-15 |
xavier dupré |
Fix inconsistent return |
|
289 |
2019-01-15 |
xavier dupré |
fix unit test after previous commit |
|
288 |
2019-01-15 |
xavier dupré |
Fixes #3, add list of attachments in summary |
|
286 |
2019-01-08 |
xavier dupré |
Update LICENSE.txt |
|
285 |
2018-12-31 |
xavier dupré |
keyring simplification |
|
284 |
2018-09-23 |
xavier dupré |
update CI |
|
283 |
2018-09-16 |
xavier dupré |
remove unnecessary dependency |
|
282 |
2018-08-28 |
xavier dupré |
add missing dependencies for circleci |
|
281 |
2018-08-27 |
xavier dupré |
update setup.py |
|
280 |
2018-08-26 |
xavier dupré |
update circleci |
|
279 |
2018-08-21 |
xavier dupré |
adapt unit tests for linux |
|
278 |
2018-08-21 |
xavier dupré |
add jenkins job definition for linux |
|
277 |
2018-07-22 |
xavier dupré |
replaces one dict by one oredereddict |
|
276 |
2018-07-22 |
xavier dupré |
fix style |
|
275 |
2018-07-22 |
xavier dupré |
update CI |
|
274 |
2018-07-07 |
xavier dupré |
update pandoc |
|
273 |
2018-05-23 |
xavier dupré |
better error message |
|
272 |
2018-05-17 |
xavier dupré |
update setup, circleci |
|
271 |
2018-05-12 |
xavier dupré |
update code style |
|
270 |
2018-05-12 |
xavier dupré |
update code style |
|
269 |
2018-05-12 |
xavier dupré |
more for pylint |
|
268 |
2018-05-12 |
xavier dupré |
update requirements |
|
267 |
2018-05-11 |
xavier dupré |
applies pylint |
|
266 |
2018-04-14 |
xavier dupré |
update circleci |
|
265 |
2018-04-14 |
xavier dupré |
update unit test |
|
264 |
2018-04-14 |
xavier dupré |
update requirements |
|
263 |
2018-04-14 |
xavier dupré |
#1 rename flake8 into code_style |
|
262 |
2018-03-10 |
xavier dupré |
update setup.py |
|
261 |
2018-02-25 |
xavier dupré |
fix unit test |
|
260 |
2018-02-25 |
xavier dupré |
pep8 |
|
259 |
2018-02-25 |
xavier dupré |
documentation, catch an exception |
|
258 |
2018-02-24 |
xavier dupré |
fix requirements |
|
257 |
2018-02-24 |
xavier dupré |
setup requirements |
|
256 |
2018-02-17 |
xavier dupré |
update requirements |
|
255 |
2018-01-11 |
xavier dupré |
pep8 |
|
254 |
2018-01-11 |
xavier dupré |
update logging |
|
253 |
2018-01-02 |
xavier dupré |
update license |
|
252 |
2017-12-10 |
xavier dupré |
fix unit test for circleci |
|
251 |
2017-12-09 |
xavier dupré |
artifact |
|
250 |
2017-12-01 |
xavier dupré |
update script |
|
249 |
2017-11-29 |
xavier dupré |
update script |
|
247 |
2017-11-18 |
xavier dupré |
add artifacts on appveyor |
|
246 |
2017-11-12 |
xavier dupré |
update python version |
|
245 |
2017-11-09 |
xavier dupré |
fix unit test |
|
244 |
2017-10-20 |
xavier dupré |
add notebook number due to notebook 5.1.0 |
|
243 |
2017-10-18 |
xavier dupré |
catch warning around keyring |
|
241 |
2017-10-05 |
xavier dupré |
update requirements |
|
240 |
2017-10-05 |
xavier dupré |
update setup |
|
239 |
2017-09-17 |
xavier dupré |
add history in setup.py |
|
237 |
2017-08-20 |
xavier dupré |
simplify unittest |
|
236 |
2017-08-20 |
xavier dupré |
better error message |
|
235 |
2017-08-20 |
xavier dupré |
circleci |
|
234 |
2017-08-08 |
xavier dupré |
licence |
|
233 |
2017-07-15 |
xavier dupré |
documentartion |
|
232 |
2017-07-07 |
xavier dupré |
svg latex not a good story |
|
231 |
2017-06-30 |
xavier dupré |
update setup.py |
|
230 |
2017-06-29 |
xavier dupré |
update setup.py |
|
229 |
2017-06-29 |
xavier dupré |
35 to 36 |
|
228 |
2017-06-11 |
xavier dupré |
update jenkins build |
|
227 |
2017-05-23 |
xavier dupré |
fix path in jenkins job definition |
|
226 |
2017-05-22 |
xavier dupré |
update setup.py |
|
225 |
2017-05-22 |
xavier dupré |
update jenkins_build |
|
224 |
2017-05-21 |
xavier dupré |
update setup.py |
|
223 |
2017-05-08 |
xavier dupré |
update license |
|
222 |
2017-04-22 |
xavier dupré |
documentation configuration |
|
221 |
2017-04-04 |
xavier dupré |
fix unit test |
|
220 |
2017-04-04 |
xavier dupré |
fix encoding in name and from |
|
218 |
2017-03-22 |
xavier dupré |
update requirements |
|
217 |
2017-03-11 |
xavier dupré |
update script |
|
216 |
2017-02-23 |
xavier dupré |
jenkins |
|
215 |
2017-02-19 |
xavier dupré |
update gitignore |
|
214 |
2017-02-17 |
xavier dupré |
update jenkins anaconda |
|
213 |
2017-02-16 |
xavier dupré |
update jenkins winpython |
|
212 |
2017-02-12 |
xavier dupré |
travis |
|
211 |
2017-02-11 |
xavier dupré |
update appveyor badges |
|
210 |
2017-01-06 |
xavier dupré |
update local jenkins |
|
209 |
2017-01-03 |
xavier dupré |
update jenkins build |
|
208 |
2017-01-01 |
xavier dupré |
update ci for python 3.6 |
|
207 |
2016-12-28 |
xavier dupré |
rst cleaning |
|
205 |
2016-12-20 |
xavier dupré |
update notebooks for a gallery |
|
204 |
2016-12-18 |
xavier dupré |
update gitignore |
|
203 |
2016-12-05 |
xavier dupré |
update setup.py |
|
202 |
2016-12-04 |
xavier dupré |
disable keyring test on travis and appveyor |
|
201 |
2016-12-04 |
xavier dupré |
pep8 |
|
200 |
2016-12-04 |
xavier dupré |
update retrieval of password |
|
199 |
2016-12-04 |
xavier dupré |
stop testing on python 3.4 |
|
198 |
2016-12-03 |
xavier dupré |
remove download badge |
|
197 |
2016-11-05 |
dupre |
pep8 |
|
196 |
2016-11-01 |
dupre |
fix a bug when dump mail (issue with attachments sharing the same name) |
|
195 |
2016-10-22 |
dupre |
avoid uploading with a wrong subversion number |
|
194 |
2016-09-03 |
dupre |
update local jenkins |
|
193 |
2016-08-31 |
dupre |
update local jenkins |
|
192 |
2016-08-27 |
dupre |
update locale jenkins |
|
191 |
2016-08-27 |
dupre |
fix local jenkins |
|
190 |
2016-08-27 |
dupre |
update local.jenkins |
|
189 |
2016-08-26 |
dupre |
update jenkins definition |
|
188 |
2016-08-26 |
dupre |
update jenkins build |
|
187 |
2016-08-25 |
dupre |
update jenkins jobs |
|
186 |
2016-08-25 |
dupre |
update local jenkins |
|
185 |
2016-08-25 |
dupre |
local jenkins |
|
184 |
2016-08-24 |
dupre |
update setup.py |
|
183 |
2016-08-21 |
dupre |
update notebooks |
|
182 |
2016-07-26 |
dupre |
update setup.py |
|
181 |
2016-07-26 |
dupre |
update requirements |
|
180 |
2016-07-14 |
dupre |
add unit test |
|
175 |
2016-05-04 |
dupre |
update travis, appveyor, flake8 |
|
174 |
2016-05-04 |
dupre |
update travis |
|
173 |
2016-05-03 |
dupre |
fix bug in send_email (cc and bcc) |
|
172 |
2016-05-03 |
dupre |
choose between html and text |
|
171 |
2016-05-02 |
dupre |
add cc |
|
170 |
2016-05-02 |
dupre |
fix a bug in send_email: add body |
|
169 |
2016-04-25 |
dupre |
update build_script |
|
168 |
2016-04-17 |
dupre |
add unit test to test mail box |
|
167 |
2016-04-04 |
dupre |
avoid bad characters in mail id |
|
166 |
2016-04-04 |
dupre |
add method get_name |
|
165 |
2016-03-31 |
dupre |
fix test_flake8 |
|
164 |
2016-03-31 |
dupre |
update test_flake8 |
|
163 |
2016-03-30 |
dupre |
update test_flake8 |
|
162 |
2016-03-27 |
dupre |
fix unit tests due to pyquickhelper changes |
|
161 |
2016-03-26 |
dupre |
fix couple of imports |
|
160 |
2016-03-26 |
dupre |
update due to pyquickhelper update to 1.4 |
|
158 |
2016-02-28 |
dupre |
add dependencies on pycryptodomex |
|
157 |
2016-02-28 |
dupre |
remove dependency on pycryptodome |
|
156 |
2016-02-14 |
dupre |
update readme |
|
155 |
2016-02-03 |
dupre |
fix a bug when checking the existence of a dump attachment |
|
154 |
2016-01-21 |
dupre |
add missing parameter to a mocked class |
|
153 |
2016-01-18 |
dupre |
add method read_binary_content |
|
152 |
2016-01-18 |
dupre |
add a parameter in method |
|
151 |
2016-01-16 |
dupre |
catch an exception and continue |
|
150 |
2016-01-09 |
dupre |
update template |
|
149 |
2016-01-09 |
dupre |
update sorting key for EmailMessaage |
|
148 |
2016-01-09 |
dupre |
improve email collection (fix get_to) |
|
147 |
2016-01-09 |
dupre |
update default file name for mails, update metadata type |
|
146 |
2016-01-09 |
dupre |
update mocked function with a poor substitute which does not raise an exception |
|
144 |
2016-01-02 |
dupre |
update setup.py |
|
143 |
2016-01-02 |
dupre |
update requirements |
|
142 |
2016-01-02 |
dupre |
documentation and coverage |
|
141 |
2015-12-31 |
dupre |
add metadata when storing attachments |
|
140 |
2015-12-31 |
dupre |
update unit test after changing the ordering key of EmailMessage |
|
139 |
2015-12-31 |
dupre |
update sort key |
|
138 |
2015-12-30 |
dupre |
fix a dump in mailboximap.py |
|
137 |
2015-12-30 |
dupre |
fix many bugs in pymmails |
|
136 |
2015-12-30 |
dupre |
change exception type |
|
135 |
2015-12-30 |
dupre |
update method exists of BufferFilesWriting |
|
134 |
2015-12-30 |
dupre |
add prev and next link to previous and next mail |
|
133 |
2015-12-30 |
dupre |
update iteration when grabbing mails |
|
132 |
2015-12-30 |
dupre |
introduction of BufferFilesWrite |
|
131 |
2015-12-29 |
dupre |
on the road to have prev, next button when rendering emails |
|
130 |
2015-12-29 |
dupre |
fix appveyor |
|
128 |
2015-12-29 |
dupre |
update appveyor |
|
127 |
2015-12-29 |
dupre |
update pymmails with a renderer for a list of mails |
|
126 |
2015-12-28 |
dupre |
add renderer for a list of mails |
|
125 |
2015-12-28 |
dupre |
update appveyor |
|
124 |
2015-12-28 |
dupre |
update appveyor |
|
123 |
2015-12-28 |
dupre |
update html dump with renderer |
|
122 |
2015-12-28 |
dupre |
update documentation style |
|
121 |
2015-12-28 |
dupre |
update with body |
|
120 |
2015-12-28 |
dupre |
first template with jinja2 |
|
119 |
2015-12-27 |
dupre |
add class to mock a mail box from a local folder |
|
118 |
2015-12-27 |
dupre |
update setup.py |
|
116 |
2015-12-13 |
dupre |
add landscape |
|
114 |
2015-12-11 |
dupre |
update conf.py |
|
113 |
2015-11-08 |
dupre |
update requirements.txt |
|
112 |
2015-11-01 |
dupre |
add appveyor |
|
111 |
2015-11-01 |
dupre |
fix unit test again |
|
110 |
2015-11-01 |
dupre |
fix unit test (missing import) |
|
109 |
2015-11-01 |
dupre |
fix a unit test |
|
108 |
2015-11-01 |
dupre |
update unit test |
|
107 |
2015-10-31 |
dupre |
setup.py |
|
106 |
2015-10-31 |
dupre |
update setup.py |
|
105 |
2015-10-10 |
dupre |
update .ignore |
|
104 |
2015-10-01 |
dupre |
update setup.py |
|
103 |
2015-09-08 |
dupre |
disable a unit test on anaconda |
|
102 |
2015-08-26 |
dupre |
update setup.py |
|
100 |
2015-08-13 |
dupre |
update requirements for jupyter 4.0 |
|
94 |
2015-07-14 |
dupre |
disable a unit test on Anaconda |
|
93 |
2015-06-21 |
dupre |
update setup.py |
|
92 |
2015-06-06 |
dupre |
update license variable |
|
91 |
2015-06-06 |
dupre |
add keywords to a blog post |
|
90 |
2015-06-06 |
dupre |
add blog post |
|
89 |
2015-06-05 |
dupre |
setup_hook |
|
88 |
2015-05-25 |
dupre |
add methods to count the number of attachments |
|
87 |
2015-05-24 |
dupre |
update setup to fix an issue when pyquickhelper is not here |
|
84 |
2015-05-19 |
dupre |
add encodings |
|
82 |
2015-05-10 |
dupre |
allow several encoding in the same string when decoding it |
|
81 |
2015-05-09 |
xavier dupré |
disable a unit test for anaconda, will investigate later |
|
80 |
2015-05-07 |
dupre |
update setup.py |
|
79 |
2015-05-05 |
dupre |
update automated scripts |
|
78 |
2015-04-28 |
dupre |
change build_setup_help_on_windows to run unit test on anaconda |
|
77 |
2015-04-27 |
dupre |
update readme.rst |
|
76 |
2015-04-27 |
dupre |
update readme.rst |
|
75 |
2015-04-26 |
dupre |
add blog root |
|
74 |
2015-04-22 |
dupre |
update requirements |
|
73 |
2015-04-22 |
dupre |
update setup.py |
|
72 |
2015-04-21 |
dupre |
update setup.py to enforce the writing of version.txt |
|
71 |
2015-04-20 |
dupre |
raise an exception when version.txt is not found |
|
69 |
2015-04-16 |
dupre |
update .gitignore |
|
66 |
2015-04-15 |
dupre |
update to ipython 3.1, requirements, documentation |
|
65 |
2015-04-07 |
dupre |
modifies .gitignore |
|
64 |
2015-04-05 |
dupre |
flake8 |
|
63 |
2015-04-05 |
dupre |
update .ignore |
|
62 |
2015-03-23 |
dupre |
update conf.py, remove unnecessary file |
|
61 |
2015-03-21 |
dupre |
fix a unit test on linux |
|
60 |
2015-03-21 |
dupre |
applies flake8 + travis |
|
58 |
2015-03-17 |
dupre |
write version.txt before generating the setup |
|
56 |
2015-03-01 |
dupre |
applies pep8 |
|
55 |
2015-02-28 |
dupre |
remove building for python 3.3 |
|
54 |
2015-02-23 |
dupre |
better error message |
|
53 |
2015-02-21 |
dupre |
update publish_on_pypi.bat |
|
52 |
2015-02-21 |
dupre |
improve an error message |
|
51 |
2015-02-19 |
dupre |
fix setup batch |
|
50 |
2015-02-17 |
dupre |
build the setup with any python distribution |
|
49 |
2015-01-31 |
dupre |
documentation + first notebooks |
|
47 |
2015-01-31 |
dupre |
send an email, documentation |
|
46 |
2015-01-31 |
dupre |
fix paths of embedded images in emails when dumping them on disk |
|
45 |
2015-01-25 |
dupre |
shebang |
|
44 |
2015-01-19 |
dupre |
improve setup, build batch |
|
43 |
2015-01-17 |
dupre |
documentation + setup + extra spaces |
|
42 |
2014-12-30 |
dupre |
simplify sphinx configuration |
|
41 |
2014-12-30 |
dupre |
add graph to documentation |
|
40 |
2014-12-28 |
dupre |
class EmailMessage is more robust, add unit test to test some parts of it |
|
39 |
2014-12-28 |
dupre |
allow EmailMessage to be sorted |
|
38 |
2014-12-28 |
dupre |
add methods get_to, enumerate_search_person |
|
37 |
2014-12-21 |
dupre |
fix a unit test, add a function to grab all emails received or sent to a user |
|
36 |
2014-12-06 |
sdpython |
fix the setup |
|
35 |
2014-12-06 |
sdpython |
modifies due to pyquickhelper updates |
|
34 |
2014-11-15 |
sdpython |
remove the weird character on pypi |
|
32 |
2014-11-09 |
sdpython |
fix the setup (cannot find readme.rst) |
|
29 |
2014-08-18 |
sdpython |
encoding |
|
28 |
2014-07-27 |
sdpython |
remove unnecessary files |
|
27 |
2014-07-19 |
sdpython |
extends setup.py with build_sphinx, unittests |
|
26 |
2014-06-18 |
sdpython |
+msi |
|
25 |
2014-06-03 |
sdpython |
add __version__ to __init__.py |
|
23 |
2014-04-27 |
sdpython |
logo change |
|
19 |
2014-03-23 |
sdpython |
migration to python 3.4 (setup) |
|
18 |
2014-03-23 |
sdpython |
migration to python 3.4 |
|
17 |
2014-02-26 |
sdpython |
version modification in the setup |
|
16 |
2014-02-20 |
sdpython |
comment |
|
15 |
2014-02-18 |
sdpython |
catch an exception when field “from” is malformed and return a result |
|
12 |
2014-02-11 |
sdpython |
change version number |
|
11 |
2014-02-08 |
sdpython |
clean the code after applying pylint |
|
10 |
2014-02-07 |
sdpython |
update gitignore and setup |
|
9 |
2014-02-06 |
sdpython |
change setup.py |
|
8 |
2014-02-01 |
sdpython |
fix the search page on documentation |
|
7 |
2014-02-01 |
sdpython |
improve the documentation |
|
6 |
2014-01-23 |
sdpython |
improving the robustness while fetching the mails |
|
5 |
2014-01-23 |
sdpython |
removing unnecessary loggings |
|
4 |
2014-01-23 |
sdpython |
works with gmail + adding search patterns |
|
1 |
2014-01-22 |
sdpython |
first version |