Emmanuel Lartey
Emmanuel Lartey
you can do that by using the preDispatch option under the ajax options. So you could do something like this. ajax: { url: "/some/url/here", ..... \* other options here \*...
@damianmoore add the following line right below the `import imaplib` in `/usr/local/lib/python2.7/dist-packages/imapclient/imapclient.py` `imaplib._MAXLINE = 40000` This resolved the issue for me. Reference: http://stackoverflow.com/questions/25457441/reading-emails-with-imaplib-got-more-than-10000-bytes-error
@damianmoore make sure you make a backup of the file before making the changes. cheers