I tried to cut the string to insert for 10 characters. Now it stops at
an other point, about 400 messages later and I get the following
error. I cannot sort that out.
Traceback (most recent call last):
File "/Applications/web2py/gluon/restricted.py", line 178, in
restricted
exec ccode in environment
File "/Applications/web2py/applications/pyMantis/controllers/
plugin_mailinglist.py", line 139, in <module>
File "/Applications/web2py/gluon/globals.py", line 96, in <lambda>
self._caller = lambda f: f()
File "/Applications/web2py/applications/pyMantis/controllers/
plugin_mailinglist.py", line 106, in mails_check
typ, data = server.fetch(uid, '(RFC822)')
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/imaplib.py", line 437, in fetch
typ, dat = self._simple_command(name, message_set, message_parts)
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/imaplib.py", line 1055, in _simple_command
return self._command_complete(name, self._command(name, *args))
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/imaplib.py", line 885, in _command_complete
typ, data = self._get_tagged_response(tag)
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/imaplib.py", line 986, in _get_tagged_response
self._get_response()
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/imaplib.py", line 948, in _get_response
data = self.read(size)
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/imaplib.py", line 1150, in read
data = self.sslobj.read(size-read)
MemoryError