Extension development

Use this forum to discuss development of plugins and extensions to Pegasus Mail.

0
-1
closed
Joerg posted Feb 2 '15 at 11:32 am

Hi Martin,

Sounds good in general. But I have to "clean" a lot of folders of my 10 users. When all affected mails are being moved to the user's inbox again, I have to sort them subsequently and manually to the original folders back. That's a lot of work.

Background: In Germany we have to store all business related conversation for up to 10 years. To avoid huge incoming folders I create "year" folders for every new year where read mails are automatically being moved to. Once a year I maintain the older folders of the last years for removing big attachments.

I would wish a tool where I could select a folder and set an attachment size which should be searched and removed for all mails inside this folder.

Best regards

Joerg

0
-1
closed
irelam posted Dec 20 '13 at 9:06 pm

This is a maintenance release to fix some major problems with responding to invitation requests. Users of earlier versions should upgrade as soon as convenient.

Code is available at:  http://community.pmail.com/files/folders/pegadd/entry39822.aspx 

Martin 

0
-1
closed
Michael posted Feb 9 '12 at 7:29 pm

[quote user="Rammie"]Looks like it will be the hard way then... [/quote]

Maybe someone else knows it. BTW: Editing resources doesn't necessarily require access to the sources, there are several tools on the web for achieving this without.

0
-1
closed
irelam posted Aug 11 '11 at 8:06 am

The latest version of the Bearhtml.dll (4.6.7.0)

and associated files can be found at:

 

http://www3.telus.net/public/irelam/Bear4670.zip

   -- or --

http://community.pmail.com/files/folders/pegadd/entry30226.aspx


Bearhtml Version 4.6.7.0


    Add Unicode html handling in

Bearutf8.pas

    Move Bearfilter.pas after call

to Bearutf8.pas

    Add Webtel fixup for their

line-end tag separation

    Update charset names for

Israeli/Arabic charsets

    Change version display to end

when Help is closed

0
-1

If you have power point installed already, it might be that you need to reassociate some file extenions too (ppt and pptx i think).

Here's a fairly easy to understand explanation:

Hope this helps.

Matt

<object style="position:absolute;z-index:1000" type="application/x-dgnria" id="plugin0" height="0" width="0"><param value="ff-tab-1" name="tabId"><param value="23" name="counter"></object>
0
-1
closed
Michael posted Dec 28 '13 at 8:35 pm

fixes two more issues and now supports encoded remote downloads as described at http://msdn.microsoft.com/en-us/library/windows/desktop/aa383955(v=vs.85).aspx. The latter will only work on systems having at least IE 7 installed, so every Windows version down to XP is supported after updating IE properly, only Windows 2000 and prior ones are left behind. But fortunately this appears to be a rather rare issue anyway.

0
-1
closed
Michael posted Aug 14 '10 at 12:49 pm

[quote user="ocoster"][quote user="idw"]

Just FYI: I'm currently trying to get David Harris involved here ...

[/quote]

Any news/update on this?

[/quote]

No, nothing. Maybe contacting him directly could yield a reply.

0
-1

MKQUOT - Makes Pegasus Mail format Quotation File (RQUOTES.R)


I compiled 32- and 64-bit versions of MKQUOT 1.11. MKQUOT simplifies the creation of the Pegasus Mail RQUOTES.R file, which is used for variable signatures. It is freeware and copyrighted by Jan Sjöberg.

The archiv file contains the original mkquot archiv (with the original 16-bit version) and recompiled versions for 16- (Pentium II compatible), 32- and 64-bit.

You can download it from <http://www.martinschnabel.de/mkquot.htm>

Cheers!

Martin

0
-1
closed
Kilmolin posted May 7 '15 at 1:44 pm

I know this thread is several years old but...

I was also using headers.dll, headers.fff & headers.pm successfully until recently (inside the last year).

However I am now running 4.70 and no headers from headers.pm appear in outgoing emails.

I can see the headers DLL in extensions manager and reporting is set to 4. 

Does this DLL not work under new versions of Pegasus?

I am familiar with the customs header facility and also the recently used list, so its easy to include a header without re-typing.

However its also far to easy to forget to include a custom header - the setting is not sticky. 

 

0
-1
closed
FJR posted Jan 2 '20 at 10:02 am

Hi Steeley,

[quote]I just posted a somewhat related question in another topic regarding support for "MBOX" (RFC 4155-compliant) email message containers (import/export).[/quote]

On closed Pegasus simply save the folderfiles (not the *.msf - the files without extension) into your mailbox with extension MBX. If you open Pegasus again, you should find that folder in the folderlist of Pegasus.

Bye    Olaf

 

0
-1
closed
Phons posted Jun 10 '09 at 11:59 pm

Hello Sher,


Take a look at:
http://translate.google.com/translate?client=tmpg&hl=nl&u=http%3A%2F%2Fwww.pegasusmail.nl%2Findex.php&langpair=nl|en


0
-1
closed
Michael posted Jun 8 '09 at 11:54 pm

[quote user="Sher"]

HI all,

I am using the disable ext and have disabled the options menu to my users but I need them to be able to do the signature option.  What would be the best way to allow access to the signature options.  I thought that I could put a icon just to the signature (just need the internet one) on the toolbar.  I tried out the menu button option but did not get it to work.  I want to try out the toolbar.pm file.  Does anyone have a sample toolbar file (would like one with the signature option.) that I could download?

[/quote]

This is a line adding a button for opening the general settings, but I can't get it to work for any signature options:

0,10121,0,1845,"General settings"

[quote user="Sher"]

My goal would be to have icon for creating internet signature then have icon that would preview the internet signature.  Is this possible thru the toolbar?  I can't seem to understand the setup lines for the toolbar.  Also how does the menu button option work along with the toolbar button?  As you can see I am confused as to which option I really need to use.  Or is their a way to only disable certain options under the options menu? 

 [/quote]

I doubt you can do this without creating a full blown extension.

0
-1
closed
vefatica posted Jun 9 '09 at 12:28 am

[quote user="idw"]

There's an official shutdown message sent by Pegasus Mail:

WM_FM_LOGEVENT        =   (WM_FM_FORMBASE + 9);

using he following wParam value:

WLOG_SHUTDOWN = 32;[/quote]

Thanks, Michael.  That will be useful.  I already found a good place in which to RemoveWindowSubclass, namely, in the sub-wndproc, in response to WM_ENDSESSION (of which your explanation speaks).

 

0
-1
closed
vefatica posted Jun 9 '09 at 12:32 am

[quote user="idw"][quote user="Vincent Fatica"]

Can an extension ask Pmail to make an entry in the system messages?

Thanks.

[/quote]

What system messages? Pegasus Mail's (no, AFAIK) or in Windows (anything your programming skills and the Windows APIs allow)?

[/quote]

Thanks.  I meant in Pmail's system messages. [ ... done the Windows event log thing ... not eager to do it again]

28
208
2
Actions
Hide topic messages
Enable infinite scrolling
Previous
12
Next
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft