Home | History | Annotate | Download | only in test

Lines Matching refs:inbox

113         # An inbox with a couple of messages.
114 writeMessage('inbox', 1,
118 writeMessage('inbox', 2,
147 writeContext('inbox')
148 writeCurMessage('inbox', 2)
155 eq(mh.getcontext(), 'inbox')
162 mh.setcontext('inbox')
164 inbox = mh.openfolder('inbox')
165 eq(inbox.getfullname(),
166 os.path.join(os.path.abspath(_mhpath), 'inbox'))
167 eq(inbox.getsequencesfilename(),
168 os.path.join(os.path.abspath(_mhpath), 'inbox', '.mh_sequences'))
169 eq(inbox.getmessagefilename(1),
170 os.path.join(os.path.abspath(_mhpath), 'inbox', '1'))
178 eq(folders, ['deep', 'inbox', 'wide'])
183 'inbox', 'wide'])
196 eq(mh.listsubfolders('inbox'), [])
197 eq(mh.listallsubfolders('inbox'), [])
320 f = mh.openfolder('inbox')