summaryrefslogtreecommitdiff
path: root/src/leap/mail/imap/tests/getmail
AgeCommit message (Collapse)Author
2015-09-08[feature] improve getmail utilityKali Kaneko
So now it: - Accepts credentials in a file pointed by environment variable. - Allows to specify the mailbox to select as a command line flag. - Allows to select a given message by subject. For example: BITMASK_CREDENTIALS=/tmp/bm.secrets ./getmail --mailbox INBOX --subject 'test mail The two flags are case-insensitive. This is intended to be used as a helper in end-to-end tests. Getting a message by subject it's suboptimal, but I think it's good enough for our testing purposes right now. Related: #7427
2014-02-05minimal regression testsKali Kaneko
2014-01-08add a quick message fetching utility for testsKali Kaneko