summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-03-10 20:40:21 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2012-03-10 20:40:21 +0000
commit15b01d8c3fd7150f3b271ca98ebbc714977d0344 (patch)
tree744d1f0446175e16f353c0a57d873acbe1a840d2 /README.md
parent208e8f4bf94afaf2b5cbd2681f9c2b61ce43c103 (diff)
safer globbing in Account.store_mail
we use glob to find the path to a newly stored message file. This makes us use glob.glob1 instead of glob.glob to make sure the mailbox path is taken as is - and not interpreted as as regular expression, e.g. if it contains square brackets. This further ensures we don't access a possibly empty list out of index closes #401
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions