Re: [Evolution] Mail sent from IMAPX account disappeared after message sent





This is with Plain Text and Quote reply set.  Back to the main question.  The
default email was used to send the email that did not make it to the Sent
folder.  J


You need to run evolution from the command line to see if there are any
errors.  Do you have a quota on your email? Is it possible you are
close to that?

If you don't see anything when running it in a terminal, then you
should run it with IMAP debugging enabled - something like

  CAMEL_DEBUG=imapx:io evolution >& evo.log

This will produce a lot of output in the evo.log file but what you are
looking for is when the message is saved to the "Sent" folder. (Or
whatever the folder is called in your config.)  You will not see the
message being sent because that's an SMTP function, not IMAP.

I just did it on my system and the sequence after the message is sent
is something like (I've removed some info):

   [imapx:A] I/O: 'A00152 SELECT Sent (QRESYNC (1275048780 1668 1:5804 (1,3618,5076
   ,5562,5724,5778,5796 1,3618,5076,5562,5724,5778,5796)))'
   [imapx:A] I/O: '* OK [CLOSED] Previous mailbox closed.
   * FLAGS (\Answered \Flagged \Deleted \Seen \Draft receipt-handled)
   * OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft receipt-handled \
   *)] Flags permitted.
   * 5804 EXISTS
   * 0 RECENT
   * OK [UIDVALIDITY 1275048780] UIDs valid
   * OK [UIDNEXT 5805] Predicted next UID
   * OK [HIGHESTMODSEQ 1668] Highest
   A00152 OK [READ-WRITE] Select completed (0.002 + 0.000 + 0.001 secs).'
   [imapx:A] I/O: 'A00153 APPEND Sent (\SEEN) "03-Jan-2019 21:42:10 +0000" {533+}'
   [imapx:A] I/O: 'Message-ID: xxxxx
   .
   .  message body
   .
   .'
   [imapx:A] I/O: ''
   [imapx:A] I/O: '* 5805 EXISTS
   * 1 RECENT
   * OK [HIGHESTMODSEQ 1669] Highest
   A00153 OK [APPENDUID 1275048780 5805] Append completed (0.178 + 0.000 + 0.177 secs).'

The important thing is that the Append completes successfully.

BTW The log file will contain sensitive information (such as message
bodies and email addresses). If you want help interpreting the log,
then you can copy *SMALL* relevant bits here, but please make sure you
sanitise any personal information.

P.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]