> ok, I will try to describe my problem once again with shorter specificitaion > > every single email I export from PM to file, fragment in email > contained rows by 77 letters and I do not why?!?
The e-mail should be 78 characters max per line.
> it means email contain for example 100 rows, but export file contain > 300 rows because each one original row is fragment by 77 characters and > each one of those new rows is finished with mark "="
Soft line break character. You must remove the soft line break and then delete the CR/LF at the end of the line to get this wrap.
> > I tried to remove those additional line breaks by php script with > function "substr_replace" but without any success, seems not problem > with line breaks any idea how to prevent that useless rows-breaking, I > am started to be mad from that
How about just printing to a file? The print process knows how to handle the soft line breaks.
It might be that the emails are gone and I am not looking at things correctly. While in classic mode, when I click the folders icon, I see a listing of the various folders. The listing has the name and after that is two sets of numbers with a colon in the middle, ie. 837:504. When I go to these folders, I first noticed it with the new mail folder, the folder shows only the number of messages in the first number, ie 837 messages.
What is the second number? For some reason, I was thinking this was read:unread. Is this incorrect? If so, what do these numbers represent?
Of course what brought it all about is still a problem, all my newest mail, on the 26th, suddenly disappeared from my new mail folder for no apparent reason.
10:12:48.713: >> MAIL FROM:<charlie<charlie.trial@gmail.com>><cr><lf>
This is invalid, the MAIL FROM: address should NOT include the personal name. If should be simply <charlie.trial@gmail.com> Your PHP function for sending mail should have a separate entry for the SMTP MAIL FROM: address and the RFC 2822 message header From: if it does not then use only the simple SMTP e-mail address without the brackets.
And yes I use MercuryC for relaying the email. The thing is that I if I use Mercury testing function 'Send mail message' and type the same text charlie<charlie.trial@gmail.com> into From textbox, the email is sent correctly.
Different From: address here. This is only the RFC 2822 message body From: address since it's being sent directly to the queue and not via SMTP via MercuryS.
One thing that may need to be done on Exchange 2007:
Exchange MMC
Server Configuration
Hub Transport
Receive connector
Add the ip of the Mercury Server
With the 'new' security settings, Exchange does not wish to accept connections from other SMTP devices. Will of course require a user account to pass traffic.
One of my regular customers is experienced a very odd phenomenon while using Vista to read my e-mails. His description isn't very clear, but as far as I can tell, when he hits the reply button in Outlook (or whatever the rubbish Micro$oft e-mail client is called), a reply window opens, but as soon as he points to the window to try to write a reply, the window starts "vibrating", making it impossible to write anything in it! He only has this problem with e-mails from me, written in Pegasus Mail 4.41, and only when the original mail contained an attachment. None of my other customers experiences this, but they all use Windows XP. Is this some sort of over-sensitive antivirus function in Vista which reacts to any e-mail attachment sent by a non-Micro$oft client, or what? I have used Pegasus for over 11 years now and it is by far the best e-mail client I've seen, so I really don't want to have to switch to some other application just because of this one customer.
Has anybody else experienced anything like this? If so, does anybody have any idea what can be causing it, and how it can be remedied?
I'm using public folders and getting our mail server to push the emails directly into this folder so then anyone in the company can act upon them. This works great (though I have a small batch file that has to rename the files to the format required by Pegasus). However the problem is the COUNTERS.PM file isn't updated so the client copies of PMAIL don't know if/when email arrives. If a user clicks and opens the public folder in PMAIL then the counters file is updated okay. Is there anyway of getting PMAIL to automatically check and update the counters.pm file without actaully having to open the folder?
[quote user="idw"]I don't think I understand: Does this mean you can create such a broken message deliberately?[/quote]
sorry for my easygoing writing: Of course I can't control the creation of these files. The files appeared in the queue after sending the normal mail. First notice of their existence is a look at the status bar.
[quote user="Thomas"]Erasing zero byte files from within the queue manager does not work, you need to
delete the actual zero byte files from the queue.[/quote]
Thank you Thomas for this advice. Just to clarify _my_ actual situation: This where no zero byte files but files of lots of zeros (all bits low).
You can work with this file in the message reader's 'Attachments' page.
The Attachments, Annotations and Raw View tabs are all empty.
Is there any fix for this??
***************************************
Continual Re-indexing of Copy to Self folder required:
On my Pmail setup, unless I re-index the Copy to Self folder, the last few copies don't appear. ONce its re-ndex the missing emails appear. Any hints on fixing this, on a permanent basis.
(The Copy to Self is not on the same system as the corrupted, archived material, referred above.)
As normal, any help to solve these two queries would be much appreciated.
I can't find a way to display jpg attachments within pegasus 4.41, whether the preview icon is clicked or not. I've set the options to "internal" for both extension and attachment info, but no joy. Any clues where I'm going wrong would be much appreciated.
Thanx for your advice, but Winsock is set to load "Always"!
Hope you have another one!
Then I assume that you have File | Check host for new mail and it works to download the mail. Select Tools | Options | Toolbars | Main window toolbar style | POP3 User
I have three other email addresses where this is not a problem. Also, I can log into Comcast.net and delete all the inbox messages after one get new mail on Pegasus, but that does not seem to help. Lythande's answer below may be the solution, and I am going to go try it, if I can find the appropriate spot.
Hello Thomas R. Stephenson, I thank you very much for your help, you have solved my problem. It is kind of you to spend time helping others, it is much appreciated and long may you continue to do so.
I would suggest trying to compose text-only messages and see if that is any better. Check the box "Disable All text styling", in menu Tools/Options/Outgoing Mail/Message formatting.
> Is there any other tool that can read the pegasus-mail-file and transfer it to an imap-account?
Download Mercury/32 and install it on your computer. You'll need to configure it with a default user account and copy your Pegasus mail account folder (probably c:\pmail\mail) to the default user account. Make sure you install the IMAP module. Test your setup within WinPMail, you should be able to create a new IMAP profile connecting to 127.0.0.1 and see your Mail folders.
Now download IMAPCopy: http://home.arcor.de/armin.diehl/imapcopy/imapcopy.html
Configure it to copy from 127.0.0.1 to your IMAP Server remote account. These configuration settings are entered into the ImapCopy.cfg file. Then run:
imapcopy.exe -s -e
the -e tells IMAPCopy to copy all folders, including empty ones and the -s tells IMAPCopy to subscribe you to any folders that are created on the destination. When IMAPCopy finishes, you should have all your Pegasus Mail folders/messages moved to the IMAP Server.