We have tried to link default Sending and Inbox in email account
then we have only got few emails from the server to erp communication and others are not available neither on the server or on the ERP Communication
Following are the errors we got
pull_from_email_account
{'retry': 0, 'log': <function log at 0x7efdd6d41de8>, 'site': u'site1.local', 'event': u'all', 'method_name':
u'pull_from_email_account', 'method': <function pull_from_email_account at 0x7efdd6c90668>, 'user':
u'Administrator',
'kwargs': {'email_account': u'Notifications'}, 'async': True, 'job_name': u'pull_from_email_account|Notifications'}
Traceback (most recent call last):
File "/home/frappe/frappe-bench/apps/frappe/frappe/utils/background_jobs.py", line 66, in execute_job
method(**kwargs)
File "/home/frappe/frappe-bench/apps/frappe/frappe/email/doctype/email_account/email_account.py", line 698, in
pull_from_email_account
email_account.receive()
File "/home/frappe/frappe-bench/apps/frappe/frappe/email/doctype/email_account/email_account.py", line 253, in receive
emails = email_server.get_messages()
File "/home/frappe/frappe-bench/apps/frappe/frappe/email/receive.py", line 147, in get_messages
self.pop.dele(m)
File "/usr/lib/python2.7/poplib.py", line 240, in dele
return self._shortcmd('DELE %s' % which)
File "/usr/lib/python2.7/poplib.py", line 160, in _shortcmd
return self._getresp()
File "/usr/lib/python2.7/poplib.py", line 132, in _getresp
resp, o = self._getline()
File "/home/frappe/frappe-bench/apps/frappe/frappe/email/receive.py", line 557, in _getline
ret = self._super._getline(self, *args, **kwargs)
File "/usr/lib/python2.7/poplib.py", line 112, in _getline
line = self.file.readline(_MAXLINE + 1)
File "/usr/lib/python2.7/socket.py", line 480, in readline
data = self._sock.recv(self._rbufsize)
File "/home/frappe/frappe-bench/env/local/lib/python2.7/site-packages/rq/timeouts.py", line 51, in
handle_death_penalty
'value ({0} seconds)'.format(self._timeout))
JobTimeoutException: Job exceeded maximum timeout value (300 seconds)
and Other Error Msg is
Error in retrieving email.
Traceback (most recent call last):
File "/home/frappe/frappe-bench/apps/frappe/frappe/email/receive.py", line 247, in retrieve_message
msg = self.pop.retr(msg_num)
File "/usr/lib/python2.7/poplib.py", line 232, in retr
return self._longcmd('RETR %s' % which)
File "/usr/lib/python2.7/poplib.py", line 167, in _longcmd
return self._getlongresp()
File "/usr/lib/python2.7/poplib.py", line 152, in _getlongresp
line, o = self._getline()
File "/home/frappe/frappe-bench/apps/frappe/frappe/email/receive.py", line 557, in _getline
ret = self._super._getline(self, *args, **kwargs)
File "/usr/lib/python2.7/poplib.py", line 114, in _getline
raise error_proto('line too long')
error_proto: line too long
Any suggestions why this problem arose and solution for the same
Installed Apps
ERPNext: v8.2.2 (master)
Frappe Framework: v8.2.3 (master)