On Fri, 14 Jun 2002 17:58:05 -0700 (Pacific Daylight Time) Michael A Chase <[EMAIL PROTECTED]> wrote:
MAC> When I display raw text, the message appears to be truncated at 30,000 MAC> characters by the "MTextDialog dlg()" in MDialog_ShowText() in MAC> wxMDialogs.cpp. Is this expected behavior? Not expected, but known: this is a limitation of Windows text control. MAC> Is there a Save Raw Message operation available somewhere? All I've found MAC> so far is Message -> Save as file, but that does not include any of the MAC> message headers. Ideally there would be a "save with the headers" checkbox on the file dialog, but it's a bit difficult to do portably :-( Maybe we should just save the message with the headers by default? Otherwise, your only solution is to create an MBOX file and then use "Message|Copy to folder" to it -- or set your default folder format for MBOX and then you can directly use this command to save the message with the headers in the text form. But this is clearly not ideal. I'm ready to fix this right now if we can decide on what is the right thing to do. Any opinions? Thanks, VZ _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink _______________________________________________ Mahogany-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-users
