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

2019-01-04 Thread Ángel
Hello John

What do you mean by "One of the recipients returned read"? That seems
the bit that apparently happens to be different.

Also note that I expect all messages to be transmitted correctly.
As you are using IMAPX, you will be sending the messages using SMTP.
Then, evolution stores a copy of what it sent (and removes drafts if
needed).

Best regards
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


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

2019-01-03 Thread Patrick O'Callaghan
On Thu, 2019-01-03 at 09:54 -0500, Dr. John H. Lauterbach wrote:
> On Thu, 2019-01-03 at 14:38 +, Patrick O'Callaghan wrote:
> > On Thu, 2019-01-03 at 09:08 -0500, Dr. John H. Lauterbach wrote:
> > 
> > > > This is with Plain Text and Quote reply set.
> > 
> > And yet it's still wrong. Your actual text in the reply posted to the
> > list starts with '> ', which is the usual convention for quoted
> > material (and my reply -- i.e. this message -- then adds another '> ',
> > as per convention, which is why you're seeing two sets). Nothing in
> > Evolution would do that by default, so either you are entering those
> > characters manually, or you're maybe using an external editor which is
> > doing it. That's what's causing the confusion. Note that this text I'm
> > typing does NOT start with those characters. They only appear to the
> > left of the section of your message that I'm quoting.
> > 
> > Also, as Pete also said, please consider trimming your replies to the
> > relevant part of the message you are commenting on (as I'm doing here).
> > 
> > poc
> > 
> > ___
> > evolution-list mailing list
> > evolution-list@gnome.org
> > 
> > To change your list options or unsubscribe, visit ...
> > https://mail.gnome.org/mailman/listinfo/evolution-list
> > 
> > Is this correct format?  J

No. The last line (the one you typed most recently) should have nothing
in front of it but instead has '> ', which is the convention for "this
is quoted material" (and of course now it has two copies of '> ' since
I'm quoting it back to you). IOW it's exactly the same as the rest of
the message, which actually *is* quoted material, so there's nothing to
distinguish it.

poc

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


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

2019-01-03 Thread Pete Biggs


> > 
> > 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 +" 
{533+}'
   [imapx:A] I/O: 'Message-ID: x
   .
   .  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.


___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


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

2019-01-03 Thread Andre Klapper
On Thu, 2019-01-03 at 09:54 -0500, Dr. John H. Lauterbach wrote:
> > Is this correct format?  J

No. Please see yourself at
https://mail.gnome.org/archives/evolution-list/2019-January/msg00031.html
Everything has a blue line which means "quoted from a previous message".

andre
-- 
Andre Klapper  |  ak...@gmx.net
https://blogs.gnome.org/aklapper/


___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


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

2019-01-03 Thread Dr. John H. Lauterbach
On Thu, 2019-01-03 at 14:38 +, Patrick O'Callaghan wrote:
> On Thu, 2019-01-03 at 09:08 -0500, Dr. John H. Lauterbach wrote:
> 
> > > This is with Plain Text and Quote reply set.
> 
> And yet it's still wrong. Your actual text in the reply posted to the
> list starts with '> ', which is the usual convention for quoted
> material (and my reply -- i.e. this message -- then adds another '> ',
> as per convention, which is why you're seeing two sets). Nothing in
> Evolution would do that by default, so either you are entering those
> characters manually, or you're maybe using an external editor which is
> doing it. That's what's causing the confusion. Note that this text I'm
> typing does NOT start with those characters. They only appear to the
> left of the section of your message that I'm quoting.
> 
> Also, as Pete also said, please consider trimming your replies to the
> relevant part of the message you are commenting on (as I'm doing here).
> 
> poc
> 
> ___
> evolution-list mailing list
> evolution-list@gnome.org
> 
> To change your list options or unsubscribe, visit ...
> https://mail.gnome.org/mailman/listinfo/evolution-list
> 
> Is this correct format?  J

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


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

2019-01-03 Thread Andre Klapper
On Thu, 2019-01-03 at 09:08 -0500, Dr. John H. Lauterbach wrote:
> > 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

Your quotation level is still broken. Please fix this and make sure
that no > are in front of the lines that you are writing.

andre
-- 
Andre Klapper  |  ak...@gmx.net
https://blogs.gnome.org/aklapper/


___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


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

2019-01-03 Thread Patrick O'Callaghan
On Thu, 2019-01-03 at 09:08 -0500, Dr. John H. Lauterbach wrote:

> > This is with Plain Text and Quote reply set.

And yet it's still wrong. Your actual text in the reply posted to the
list starts with '> ', which is the usual convention for quoted
material (and my reply -- i.e. this message -- then adds another '> ',
as per convention, which is why you're seeing two sets). Nothing in
Evolution would do that by default, so either you are entering those
characters manually, or you're maybe using an external editor which is
doing it. That's what's causing the confusion. Note that this text I'm
typing does NOT start with those characters. They only appear to the
left of the section of your message that I'm quoting.

Also, as Pete also said, please consider trimming your replies to the
relevant part of the message you are commenting on (as I'm doing here).

poc

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


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

2019-01-03 Thread Dr. John H. Lauterbach
On Thu, 2019-01-03 at 13:01 +, Pete Biggs wrote:
> On Wed, 2019-01-02 at 20:35 -0500, Dr. John H. Lauterbach wrote:
> > On Wed, 2019-01-02 at 23:15 +, Patrick O'Callaghan wrote:
> > > On Wed, 2019-01-02 at 13:03 -0500, Dr. John H. Lauterbach wrote:
> > > > On Wed, 2019-01-02 at 18:12 +0100, Andre Klapper wrote:
> > > > > On Wed, 2019-01-02 at 10:19 -0500, Dr. John H. Lauterbach wrote:
> > > > > > On Wed, 2019-01-02 at 15:06 +, Pete Biggs wrote:
> > > > > > > On Wed, 2019-01-02 at 09:31 -0500, Dr. John H. Lauterbach wrote:
> > > > > > > > RE: 3.30.1-1build1  OS: Ubuntu 18.10
> > > > > > > > Within the past hour, I sent out an e-mail using one of the
> > > > > > > > IMAPXaccounts on my PC. I went to find the sent mail in the Sent
> > > > > > > > folderfor the e-mail account I used and the sent message was not
> > > > > > > > there.
> > > > > > > > Ithen logged on the webmail for the account, and it was not
> > > > > > > > thereeither.
> > > > > > > > I could not find the e-mail in any other mail account on myPC. I
> > > > > > > > used my
> > > > > > > > PC to send a test e-mail to two other e-mail accounts Ican use.
> > > > > > > > The test
> > > > > > > > message went to the correct Sent folder on my PCand on the
> > > > > > > > webmail
> > > > > > > > account.
> > > > > > > > What do I need to do to find the text of the missing e-mail?
> > > > > > > 
> > > > > > > Was the mail actually sent?  (i.e. did the recipient get it?)
> > > > > > > If not, is it still in your Outbox (under "On This Computer")?
> > > > > > > P.Thank you.  I have checked the general outbox, sent, and
> > > > > > > draftsfolders.  Message was not in those folders.  
> > > > > 
> > > > > John: Your threading level is broken in the last two lines. ^
> > > > > If you do not have filters for outgoing email defined [1], then
> > > > > maybethat
> > > > > message got lost and there is a bug somewhere. If you can identify
> > > > > reproducible steps and this happens more often toyou, a bug report
> > > > > would be
> > > > > welcome.
> > > > > andre
> > > > > [1] 
> > > > > https://help.gnome.org/users/evolution/stable/mail-filters.html
> > > > > 
> > > > >  id="-x-evo-selection-start-marker">
> > > > > The original e-mail came in on 26/12 to the IMAPX with GoDaddy.  I
> > > > > forwarded
> > > > > the message using my IMAPX account with ARVIXE.  I am going to try the
> > > > > same
> > > > > procedure and see what happens.
> > > 
> > > As Andre said, something is broken in your reply quoting. Please try to
> > > fix this as it makes following the thread more difficult than
> > > necessary.
> > > 
> > > poc
> > > 
> > > ___
> > > evolution-list mailing list
> > > evolution-list@gnome.org
> > > 
> > > 
> > > To change your list options or unsubscribe, visit ...
> > > https://mail.gnome.org/mailman/listinfo/evolution-list
> > > 
> > > 
> > > Please let me know correct choice for "Reply style" and Forward Style"
> 
> It's not the "Style" that's at issue - the problem is that your replies
> are at the same nesting/quote level as the person you are replying to. 
> 
> If you look at the text directly above, the text that Patrick wrote has
> two '>' in front of it, and so has the text you wrote. It makes it much
> more difficult to work out what it is you actually typed. In my reply
> your text should only have one '>' in front of it.
> 
> If you are using HTML (bleurghh) then you can see in your reply to
> Patrick on the list that there is a single line in front of your text
> the same as Patrick's text has. This single line is the equivalent of
> the '>' quote indicator.
> 
> In other words *your* reply looks like it's actually part of some one
> else's quoted email.
> 
> When you start typing your reply you should make sure there is no '>'
> or blue line to the left of where you are typing - possibly get into
> the habit of removing superfluous content (such as other people's
> signatures and unnecessary text) and position your cursor on a
> completely blank line (above your own signature, if any).  It's easier
> to deal with if you don't use HTML formatted emails.
> 
> P.
> 
> 
> ___
> evolution-list mailing list
> evolution-list@gnome.org
> 
> To change your list options or unsubscribe, visit ...
> https://mail.gnome.org/mailman/listinfo/evolution-list
> 
> 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




___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


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

2019-01-03 Thread Pete Biggs
On Wed, 2019-01-02 at 20:35 -0500, Dr. John H. Lauterbach wrote:
> On Wed, 2019-01-02 at 23:15 +, Patrick O'Callaghan wrote:
> > On Wed, 2019-01-02 at 13:03 -0500, Dr. John H. Lauterbach wrote:
> > > On Wed, 2019-01-02 at 18:12 +0100, Andre Klapper wrote:
> > > > On Wed, 2019-01-02 at 10:19 -0500, Dr. John H. Lauterbach wrote:
> > > > > On Wed, 2019-01-02 at 15:06 +, Pete Biggs wrote:
> > > > > > On Wed, 2019-01-02 at 09:31 -0500, Dr. John H. Lauterbach wrote:
> > > > > > > RE: 3.30.1-1build1  OS: Ubuntu 18.10
> > > > > > > Within the past hour, I sent out an e-mail using one of the
> > > > > > > IMAPXaccounts on my PC. I went to find the sent mail in the Sent
> > > > > > > folderfor the e-mail account I used and the sent message was not 
> > > > > > > there.
> > > > > > > Ithen logged on the webmail for the account, and it was not 
> > > > > > > thereeither.
> > > > > > > I could not find the e-mail in any other mail account on myPC. I 
> > > > > > > used my
> > > > > > > PC to send a test e-mail to two other e-mail accounts Ican use. 
> > > > > > > The test
> > > > > > > message went to the correct Sent folder on my PCand on the webmail
> > > > > > > account.
> > > > > > > What do I need to do to find the text of the missing e-mail?
> > > > > > 
> > > > > > Was the mail actually sent?  (i.e. did the recipient get it?)
> > > > > > If not, is it still in your Outbox (under "On This Computer")?
> > > > > > P.Thank you.  I have checked the general outbox, sent, and
> > > > > > draftsfolders.  Message was not in those folders.  
> > > > 
> > > > John: Your threading level is broken in the last two lines. ^
> > > > If you do not have filters for outgoing email defined [1], then 
> > > > maybethat
> > > > message got lost and there is a bug somewhere. If you can identify
> > > > reproducible steps and this happens more often toyou, a bug report 
> > > > would be
> > > > welcome.
> > > > andre
> > > > [1] 
> > > > https://help.gnome.org/users/evolution/stable/mail-filters.html
> > > >  id="-x-evo-selection-start-marker">
> > > > The original e-mail came in on 26/12 to the IMAPX with GoDaddy.  I 
> > > > forwarded
> > > > the message using my IMAPX account with ARVIXE.  I am going to try the 
> > > > same
> > > > procedure and see what happens.
> > 
> > As Andre said, something is broken in your reply quoting. Please try to
> > fix this as it makes following the thread more difficult than
> > necessary.
> > 
> > poc
> > 
> > ___
> > evolution-list mailing list
> > evolution-list@gnome.org
> > 
> > To change your list options or unsubscribe, visit ...
> > https://mail.gnome.org/mailman/listinfo/evolution-list
> > 
> > Please let me know correct choice for "Reply style" and Forward Style"
> 

It's not the "Style" that's at issue - the problem is that your replies
are at the same nesting/quote level as the person you are replying to. 

If you look at the text directly above, the text that Patrick wrote has
two '>' in front of it, and so has the text you wrote. It makes it much
more difficult to work out what it is you actually typed. In my reply
your text should only have one '>' in front of it.

If you are using HTML (bleurghh) then you can see in your reply to
Patrick on the list that there is a single line in front of your text
the same as Patrick's text has. This single line is the equivalent of
the '>' quote indicator.

In other words *your* reply looks like it's actually part of some one
else's quoted email.

When you start typing your reply you should make sure there is no '>'
or blue line to the left of where you are typing - possibly get into
the habit of removing superfluous content (such as other people's
signatures and unnecessary text) and position your cursor on a
completely blank line (above your own signature, if any).  It's easier
to deal with if you don't use HTML formatted emails.

P.


___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


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

2019-01-03 Thread Patrick O'Callaghan
On Wed, 2019-01-02 at 20:35 -0500, Dr. John H. Lauterbach wrote:
> > 
> > As Andre said, something is broken in your reply quoting. Please try tofix
> > this as it makes following the thread more difficult thannecessary.
> > poc
> > ___evolution-list mailing 
> > listevolution-l...@gnome.org
> > To change your list options or unsubscribe, visit ...
> > https://mail.gnome.org/mailman/listinfo/evolution-list
> > Please let me know correct choice for "Reply style" and Forward Style"

I suggest Quoted for replies and Attachment for forwarding. I note that
your earlier replies on this list were fine, so I'm guessing something
has changed in the past few weeks.

I'd also suggest not posting in HTML as many of us only read the
plaintext version and the other copy is a waste of space, but that's a
different issue.

poc

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


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

2019-01-02 Thread Dr. John H. Lauterbach
On Wed, 2019-01-02 at 23:15 +, Patrick O'Callaghan wrote:
> On Wed, 2019-01-02 at 13:03 -0500, Dr. John H. Lauterbach wrote:
> > On Wed, 2019-01-02 at 18:12 +0100, Andre Klapper wrote:
> > > On Wed, 2019-01-02 at 10:19 -0500, Dr. John H. Lauterbach wrote:
> > > > On Wed, 2019-01-02 at 15:06 +, Pete Biggs wrote:
> > > > > On Wed, 2019-01-02 at 09:31 -0500, Dr. John H. Lauterbach wrote:
> > > > > > RE: 3.30.1-1build1  OS: Ubuntu 18.10Within the past hour, I sent out
> > > > > > an e-mail using one of theIMAPXaccounts on my PC. I went to find the
> > > > > > sent mail in the Sentfolderfor the e-mail account I used and the
> > > > > > sent message was not there.Ithen logged on the webmail for the
> > > > > > account, and it was not thereeither.I could not find the e-mail in
> > > > > > any other mail account on myPC. I used myPC to send a test e-mail to
> > > > > > two other e-mail accounts Ican use. The testmessage went to the
> > > > > > correct Sent folder on my PCand on the webmailaccount.What do I need
> > > > > > to do to find the text of the missing e-mail?
> > > > > 
> > > > > Was the mail actually sent?  (i.e. did the recipient get it?)If not,
> > > > > is it still in your Outbox (under "On This Computer")?P.Thank you.  I
> > > > > have checked the general outbox, sent, anddraftsfolders.  Message was
> > > > > not in those folders.  
> > > 
> > > John: Your threading level is broken in the last two lines. ^If you do not
> > > have filters for outgoing email defined [1], then maybethatmessage got
> > > lost and there is a bug somewhere. If you can identifyreproducible steps
> > > and this happens more often toyou, a bug report would bewelcome.andre[1] 
> > > https://help.gnome.org/users/evolution/stable/mail-filters.html id="-x-
> > > evo-selection-start-marker">The original e-mail came in on 26/12 to the
> > > IMAPX with GoDaddy.  I forwardedthe message using my IMAPX account with
> > > ARVIXE.  I am going to try the sameprocedure and see what happens.
> 
> As Andre said, something is broken in your reply quoting. Please try tofix
> this as it makes following the thread more difficult thannecessary.
> poc
> ___evolution-list mailing 
> listevolution-l...@gnome.org
> To change your list options or unsubscribe, visit ...
> https://mail.gnome.org/mailman/listinfo/evolution-list
> Please let me know correct choice for "Reply style" and Forward Style"
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


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

2019-01-02 Thread Patrick O'Callaghan
On Wed, 2019-01-02 at 13:03 -0500, Dr. John H. Lauterbach wrote:
> On Wed, 2019-01-02 at 18:12 +0100, Andre Klapper wrote:
> > On Wed, 2019-01-02 at 10:19 -0500, Dr. John H. Lauterbach wrote:
> > > On Wed, 2019-01-02 at 15:06 +, Pete Biggs wrote:
> > > > On Wed, 2019-01-02 at 09:31 -0500, Dr. John H. Lauterbach wrote:
> > > > > RE: 3.30.1-1build1  OS: Ubuntu 18.10
> > > > > Within the past hour, I sent out an e-mail using one of the
> > > > > IMAPXaccounts on my PC. I went to find the sent mail in the Sent
> > > > > folderfor the e-mail account I used and the sent message was not 
> > > > > there.
> > > > > Ithen logged on the webmail for the account, and it was not 
> > > > > thereeither.
> > > > > I could not find the e-mail in any other mail account on myPC. I used 
> > > > > my
> > > > > PC to send a test e-mail to two other e-mail accounts Ican use. The 
> > > > > test
> > > > > message went to the correct Sent folder on my PCand on the webmail
> > > > > account.
> > > > > What do I need to do to find the text of the missing e-mail?
> > > > 
> > > > Was the mail actually sent?  (i.e. did the recipient get it?)
> > > > If not, is it still in your Outbox (under "On This Computer")?
> > > > P.Thank you.  I have checked the general outbox, sent, and
> > > > draftsfolders.  Message was not in those folders.  
> > 
> > John: Your threading level is broken in the last two lines. ^
> > If you do not have filters for outgoing email defined [1], then maybethat
> > message got lost and there is a bug somewhere. If you can identify
> > reproducible steps and this happens more often toyou, a bug report would be
> > welcome.
> > andre
> > [1] 
> > https://help.gnome.org/users/evolution/stable/mail-filters.html 
> > id="-x-evo-selection-start-marker">
> > The original e-mail came in on 26/12 to the IMAPX with GoDaddy.  I forwarded
> > the message using my IMAPX account with ARVIXE.  I am going to try the same
> > procedure and see what happens.

As Andre said, something is broken in your reply quoting. Please try to
fix this as it makes following the thread more difficult than
necessary.

poc

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


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

2019-01-02 Thread Andre Klapper
On Wed, 2019-01-02 at 16:25 -0500, Dr. John H. Lauterbach wrote:
> 1. I was able to reproduce the problem.
> 
> 2. I saved the e-mail five times while I was preparing it. I saved
> the e-mail again just before I clicked Send.
> 
> 3. One of the recipients returned read
> 
> 4. I found the drafts in the Trash folder of the IMAPX account that
> received the e-mail I forwarded, they were akso in the Trash of the
> webmail.
> 
> 5. There is nothing in any sent e-mail folder or any other e-mail
> folder on my PC
> 
> 6. When other e-mail have been sent from that account with the
> problem, they have been transmitted correctly
> 
> Is this an Evolution problem or is it problem the ARVIXE e-mail
> server?

Assuming there are no outgoing mail filters, what is set as your
default Sent folder for IMAP?
https://help.gnome.org/users/evolution/stable/mail-default-folder-locations.html

andre
-- 
Andre Klapper  |  ak...@gmx.net
https://blogs.gnome.org/aklapper/


___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


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

2019-01-02 Thread Dr. John H. Lauterbach
On Wed, 2019-01-02 at 18:12 +0100, Andre Klapper wrote:
> On Wed, 2019-01-02 at 10:19 -0500, Dr. John H. Lauterbach wrote:
> > On Wed, 2019-01-02 at 15:06 +, Pete Biggs wrote:
> > > On Wed, 2019-01-02 at 09:31 -0500, Dr. John H. Lauterbach wrote:
> > > > RE: 3.30.1-1build1  OS: Ubuntu 18.10
> > > > Within the past hour, I sent out an e-mail using one of the
> > > > IMAPXaccounts on my PC. I went to find the sent mail in the Sent
> > > > folderfor the e-mail account I used and the sent message was not there.
> > > > Ithen logged on the webmail for the account, and it was not thereeither.
> > > > I could not find the e-mail in any other mail account on myPC. I used my
> > > > PC to send a test e-mail to two other e-mail accounts Ican use. The test
> > > > message went to the correct Sent folder on my PCand on the webmail
> > > > account.
> > > > What do I need to do to find the text of the missing e-mail?
> > > 
> > > Was the mail actually sent?  (i.e. did the recipient get it?)
> > > If not, is it still in your Outbox (under "On This Computer")?
> > > P.Thank you.  I have checked the general outbox, sent, and
> > > draftsfolders.  Message was not in those folders.  
> 
> John: Your threading level is broken in the last two lines. ^
> If you do not have filters for outgoing email defined [1], then maybethat
> message got lost and there is a bug somewhere. If you can identify
> reproducible steps and this happens more often toyou, a bug report would be
> welcome.
> andre
> [1] 
> https://help.gnome.org/users/evolution/stable/mail-filters.html 
> id="-x-evo-selection-start-marker">
> The original e-mail came in on 26/12 to the IMAPX with GoDaddy.  I forwarded
> the message using my IMAPX account with ARVIXE.  I am going to try the same
> procedure and see what happens.
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


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

2019-01-02 Thread Andre Klapper
On Wed, 2019-01-02 at 10:19 -0500, Dr. John H. Lauterbach wrote:
> On Wed, 2019-01-02 at 15:06 +, Pete Biggs wrote:
> > On Wed, 2019-01-02 at 09:31 -0500, Dr. John H. Lauterbach wrote:
> > > RE: 3.30.1-1build1  OS: Ubuntu 18.10
> > > 
> > > Within the past hour, I sent out an e-mail using one of the IMAPX
> > > accounts on my PC. I went to find the sent mail in the Sent folder
> > > for the e-mail account I used and the sent message was not there. I
> > > then logged on the webmail for the account, and it was not there
> > > either. I could not find the e-mail in any other mail account on my
> > > PC. I used my PC to send a test e-mail to two other e-mail accounts I
> > > can use. The test message went to the correct Sent folder on my PC
> > > and on the webmail account.
> > > 
> > > What do I need to do to find the text of the missing e-mail?
> > > 
> > 
> > Was the mail actually sent?  (i.e. did the recipient get it?)
> > 
> > If not, is it still in your Outbox (under "On This Computer")?
> > 
> > P.
> > Thank you.  I have checked the general outbox, sent, and drafts
> > folders.  Message was not in those folders.  

John: Your threading level is broken in the last two lines. ^

If you do not have filters for outgoing email defined [1], then maybe
that message got lost and there is a bug somewhere. 
If you can identify reproducible steps and this happens more often to
you, a bug report would be welcome.

andre

[1] https://help.gnome.org/users/evolution/stable/mail-filters.html
-- 
Andre Klapper  |  ak...@gmx.net
https://blogs.gnome.org/aklapper/


___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


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

2019-01-02 Thread Dr. John H. Lauterbach
On Wed, 2019-01-02 at 15:06 +, Pete Biggs wrote:
> On Wed, 2019-01-02 at 09:31 -0500, Dr. John H. Lauterbach wrote:
> > RE: 3.30.1-1build1  OS: Ubuntu 18.10
> > Within the past hour, I sent out an e-mail using one of the IMAPXaccounts on
> > my PC. I went to find the sent mail in the Sent folderfor the e-mail account
> > I used and the sent message was not there. Ithen logged on the webmail for
> > the account, and it was not thereeither. I could not find the e-mail in any
> > other mail account on myPC. I used my PC to send a test e-mail to two other
> > e-mail accounts Ican use. The test message went to the correct Sent folder
> > on my PCand on the webmail account.
> > What do I need to do to find the text of the missing e-mail?
> Was the mail actually sent?  (i.e. did the recipient get it?)
> If not, is it still in your Outbox (under "On This Computer")?
> P.Thank you.  I have checked the general outbox, sent, and drafts
> folders.  Message was not in those folders.  
> ___evolution-list mailing 
> listevolution-l...@gnome.org
> To change your list options or unsubscribe, visit ...
> https://mail.gnome.org/mailman/listinfo/evolution-list
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


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

2019-01-02 Thread Pete Biggs
On Wed, 2019-01-02 at 09:31 -0500, Dr. John H. Lauterbach wrote:
> RE: 3.30.1-1build1  OS: Ubuntu 18.10
> 
> Within the past hour, I sent out an e-mail using one of the IMAPX
> accounts on my PC. I went to find the sent mail in the Sent folder
> for the e-mail account I used and the sent message was not there. I
> then logged on the webmail for the account, and it was not there
> either. I could not find the e-mail in any other mail account on my
> PC. I used my PC to send a test e-mail to two other e-mail accounts I
> can use. The test message went to the correct Sent folder on my PC
> and on the webmail account.
> 
> What do I need to do to find the text of the missing e-mail?
> 
Was the mail actually sent?  (i.e. did the recipient get it?)

If not, is it still in your Outbox (under "On This Computer")?

P.


___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list