Recent

Author Topic: Lazarus MailingList Reader  (Read 18391 times)

Ondrej Pokorny

  • Full Member
  • ***
  • Posts: 220
Re: Lazarus MailingList Reader
« Reply #30 on: August 04, 2016, 12:29:38 pm »
I'm still wondering why there is a poDestkopCenter. I can't imagine a case where you would want to use that. And when you don't have a multi-monitor setup you can always make the mistake in choosing this option (which you never should).

It's because of Delphi compatiblity. Use poWorkAreaCenter - it's the same but works nicely on multi-monitor setup.

Thausand

  • Sr. Member
  • ****
  • Posts: 292
Re: Lazarus MailingList Reader
« Reply #31 on: April 07, 2019, 04:40:40 pm »
Therefore, I wrote a little tool which downloads the archived mail threads into a searchable tree structure. Mails can be selected by month. The initial building-up of the tree takes some time, but the tree can be saved, and then subsequent loads are fast. Unfortunately the archived mails do not contain any attachments of the original mails.

Tested on Windows 7, but it should work on Linux as well.
Thanks you very much for reader wp.

It work good on Linux too !!! (*)

(*) couple day ago stop working. URL change http to https for Lazarus list  :'(

I make small test see if can fix. I can fix and work  :)

Synapse many SSL option so not set stone SSL. Then need way to make SLL choose for compile. Is you project and i not know good how to make choose different SSL for compile.

I add unit ssl_openssl use by function DownloadFile. Then do sudo apt-get install libssl-dev and build reader then work.

I sorry write old topic but seem good place to be ?

wp

  • Hero Member
  • *****
  • Posts: 11858
Re: Lazarus MailingList Reader
« Reply #32 on: April 07, 2019, 06:17:48 pm »
Updated the links the to the new https addresses and made https work, at least on Windows (you must copy the libeay32.dll and ssleay32.dll of the correct bitness into the folder with the exe).

Thausand

  • Sr. Member
  • ****
  • Posts: 292
Re: Lazarus MailingList Reader
« Reply #33 on: April 07, 2019, 07:05:31 pm »
Thanks you very many wp ..

I have question: where i find package laz.virtualtreeview_package ?

I freepascal 3.0.4 / lazarus 2.0.0

wp

  • Hero Member
  • *****
  • Posts: 11858
Re: Lazarus MailingList Reader
« Reply #34 on: April 07, 2019, 07:52:28 pm »
Sorry, this is the VirtualTreeViews package which comes with Laz trunk. In case of v2.0 you can open lmlrMain.pas and .lfm, lmlrArchiveForm.pas and .lfm in an external editor, and replace "laz.virtualtrees" by "virtualtrees" in "uses", and TLazVirtualStringTree by TVirtualStringTree; an in lmlr.lpi, replace "laz.virtualtreeview_package" by "virtualtreeview_package". If you have installed the virtualtreeviews package of Laz2.0 then you should be able to open the project now in Lazarus.

Thausand

  • Sr. Member
  • ****
  • Posts: 292
Re: Lazarus MailingList Reader
« Reply #35 on: April 07, 2019, 08:04:38 pm »
Ok. thanksy for let now.

I have own work and i think test new you reader and see how work and tell :)

Is ok if you make trunk work.

Good, i make condition comparison. Can make use LCL_FULLVERSION i think ? (i no see manual LCL_FULLVERSION explain but can see source Lazarus use LCL_FULLVERSION).

I try. Good for learn  :)

zoltanleo

  • Sr. Member
  • ****
  • Posts: 486
Re: Lazarus MailingList Reader
« Reply #36 on: April 19, 2019, 10:05:42 pm »
Hi all.

I use LMLR v.0.2.1. When I try to download mail from a Lazarus branch, I get an error "Mail archive index is empty". However, mail from the branch of the FPС is loaded and displayed correctly.
Win10 LTSC x64/Deb 11 amd64(gtk2/qt5)/Darwin Cocoa (Monterey):
Lazarus x32/x64 2.3(trunk); FPC 3.3.1 (trunk), FireBird 3.0.10; IBX by TonyW

Sorry for my bad English, I'm using translator ;)

wp

  • Hero Member
  • *****
  • Posts: 11858
Re: Lazarus MailingList Reader
« Reply #37 on: April 19, 2019, 10:21:02 pm »
LMLR v0.2.1 is two years old, I should take the time to prepare another release... In the meantime use its trunk version which was fixed recently to use the new urls of the Lazarus mailing list site. Note that you must have the openssl dlls (libeay32.dll and ssleay32.dll) in the exe folder because the urls are https now.

AlexTP

  • Hero Member
  • *****
  • Posts: 2387
    • UVviewsoft
Re: Lazarus MailingList Reader
« Reply #38 on: April 20, 2019, 08:49:12 am »
Pls prepare the new release, I need Linux x64 one.
For Win release, pls put DLLs into zip and put zip into Releases on Github..

 

TinyPortal © 2005-2018