Iris - An upcoming E-Mail client blog
  • MorphOS Developer
    jacadcaps
    Posts: 2971 from 2003/3/5
    From: Canada
    See if you can get a repro and check which task is causing the CPU usage with TaskManager. If you get this again, enable developer mode in TaskManager's tooltype, run TaskManager, find the offending Iris process and select Dump State from the context menu in TM. Send me the log - I should be able to pinpoint where it happens.
  • »10.02.19 - 17:51
    Profile Visit Website
  • MorphOS Developer
    jacadcaps
    Posts: 2971 from 2003/3/5
    From: Canada
    Irs beta 48 is now available

    Changes:
    - Updated the underlying vmime library to its current latest and greatest state from github
    - Iris (and vmime) are now built using GCC 8
    - Fixed an input parsing bug that cound in some cases lead to an infinite loop when preparing a message to be displayed
    - Fixed an issue with HTML views not rendering anymore after closing a message window
    - Fixed: The message loader thread used in Load Message didn't have enough stack, leading to a disastrous end when opening emails from file that had a more complex structure (attachments)
  • »15.02.19 - 20:18
    Profile Visit Website
  • MorphOS Developer
    jacadcaps
    Posts: 2971 from 2003/3/5
    From: Canada
    Re-download Iris for beta 49:

    - Minor speed optimizations when loading a folder index file from disk
    - Fixed html editor/viewer context menus
    - Fixed the iconify icon
    - Added a PayPal button
  • »17.02.19 - 08:32
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    ernsteiswuerfel
    Posts: 545 from 2015/6/18
    From: Funeralopolis
    Quote:

    jacadcaps schrieb:
    - Iris (and vmime) are now built using GCC 8

    Are there any ppc/ppc64 specific benefits or general benefits using GCC 8? I refrain from using it on Gentoo ppc64 as 8.2.0 does not pass it's own testsuite yet. 7.4.0 is my default here. Adelie Linux still uses 6.5.0 to build their distro.
    Talos II. [Gentoo Linux] | PMac G5 11,2. PMac G4 3,6. PBook G4 5,8. [MorphOS 3.18 / Gentoo Linux] | Vampire V4 SA [ApolloOS / Amiga OS 3.2.2]
  • »17.02.19 - 13:53
    Profile
  • Just looking around
    nujack
    Posts: 8 from 2006/9/8
    From: Leipzig
    The latest versions I can't use anymore. After setup of my E-Mail-Account(Arcor, which is now Vodafone) the program freezes and I can't use it. Any idea what the problem causes? Could it be the size of my Mailbox which is filled with messages? Is there a Limit?
    Setup seems okay but when program starts to access mailbox it freezes.
    Screenshot

    [ Edited by nujack 21.02.2019 - 18:23 ]
  • »21.02.19 - 18:20
    Profile Visit Website
  • MorphOS Developer
    jacadcaps
    Posts: 2971 from 2003/3/5
    From: Canada
    It'd be a lot of help if you could run LogTool and send me the log (it's in Applications).
  • »21.02.19 - 18:30
    Profile Visit Website
  • MorphOS Developer
    jacadcaps
    Posts: 2971 from 2003/3/5
    From: Canada
    A new beta of Iris is now available for download.

    Features:
    - Improvements in the email editor; added default font (can be changed in settings)
    - Connected servers will periodically poll for new messages
    - Rewritten connection handling to improve performance and fix connection issues over time

    This version also fixes:
    - Switching between several displayable email compontents only worked once per component due to a bug in tmp file lookup
    - Fixed an issue related to saving attachments from an email open in a separate window after the active folder has changed in the main window
    - Improved server disconnection handling
    - Fixed a crash in vmime related to IMAP folder access
    - Unread messages count could sometimes be negative due to an overflow
    - Fixed a long-standing reconnection problem where internal exception routing would skip over the actual reconnection routine
    - Fixed an OAuth2 issue which caused servers to reject authentication if they weren't used for a long time (days) so that the refresh token expired - this delegates login back to the web browser as required by OAuth2
    - Worked around an imap.wp.pl issue where the server returns messages in a random order instead of sorting them by uid
    - Fixed a Sent folder refresh issue after sending an email
    - Fixed a wrong UID count in folder issue causing server commands to fail after emptying a folder
  • »04.04.19 - 19:53
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    Stevo
    Posts: 888 from 2004/1/24
    From: #AmigaZeux
    Quote:

    jacadcaps wrote:
    A new beta of Iris is now available for download.

    Features:
    - Improvements in the email editor; added default font (can be changed in settings)
    - Connected servers will periodically poll for new messages
    - Rewritten connection handling to improve performance and fix connection issues over time

    This version also fixes:
    - Switching between several displayable email compontents only worked once per component due to a bug in tmp file lookup
    - Fixed an issue related to saving attachments from an email open in a separate window after the active folder has changed in the main window
    - Improved server disconnection handling
    - Fixed a crash in vmime related to IMAP folder access
    - Unread messages count could sometimes be negative due to an overflow
    - Fixed a long-standing reconnection problem where internal exception routing would skip over the actual reconnection routine
    - Fixed an OAuth2 issue which caused servers to reject authentication if they weren't used for a long time (days) so that the refresh token expired - this delegates login back to the web browser as required by OAuth2
    - Worked around an imap.wp.pl issue where the server returns messages in a random order instead of sorting them by uid
    - Fixed a Sent folder refresh issue after sending an email
    - Fixed a wrong UID count in folder issue causing server commands to fail after emptying a folder



    Thank you :-)
    ---
    http://www.iki.fi/sintonen/logs/its_only_football.txt
  • »05.04.19 - 19:22
    Profile
  • Cocoon
    Cocoon
    zbysiuk
    Posts: 51 from 2006/8/4
    Another portion of fantastic stuff - thank you.
  • »06.04.19 - 17:33
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    ernsteiswuerfel
    Posts: 545 from 2015/6/18
    From: Funeralopolis
    Impressive list of updates! Runs fine so far on my G4 & G5. And seems somehat faster synchronizing & loading stuff!
    Talos II. [Gentoo Linux] | PMac G5 11,2. PMac G4 3,6. PBook G4 5,8. [MorphOS 3.18 / Gentoo Linux] | Vampire V4 SA [ApolloOS / Amiga OS 3.2.2]
  • »14.04.19 - 17:41
    Profile
  • MorphOS Developer
    jacadcaps
    Posts: 2971 from 2003/3/5
    From: Canada
    Thank you! I'd also like to thank to all who have donated to either Iris or Odyssey's cause. There'll be a new Iris update coming out in the next few days.
  • »15.04.19 - 09:15
    Profile Visit Website
  • IKE
  • Acolyte of the Butterfly
    Acolyte of the Butterfly
    IKE
    Posts: 146 from 2009/11/7
    From: Southern CA
    You’re welcome! Keep up the good work!
    IKE

    MacMini G4 1.5Ghz/PowerBook G4 1.67Ghz/PowerMac G5 2.0Ghz DP 7,2 Radeon 9650/256MB

    Join the conversation @ r/morphos
  • »15.04.19 - 15:30
    Profile Visit Website
  • MorphOS Developer
    jacadcaps
    Posts: 2971 from 2003/3/5
    From: Canada


    Not exactly a new thing since Odyssey supports this too, but it was quite a bit of work to get it to work in Iris... There's also Save as PDF. Should be available to all of you around the end of the week.

    [ Edited by jacadcaps 16.04.2019 - 21:47 ]
  • »16.04.19 - 20:46
    Profile Visit Website
  • Paladin of the Pegasos
    Paladin of the Pegasos
    koszer
    Posts: 1246 from 2004/2/8
    From: Poland
    Czy tam zamiast "b" miało być "p"? Bo korekta nie wyłapała... :)
  • »16.04.19 - 21:49
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    Tom01
    Posts: 179 from 2009/9/20
    "Settings / System / OpenURL / Mailers / Write Mail" is not saved. What could be the Problem?
    When closing MorphOS-Settings and open it again, the Write Mail Setting is empty.
  • »22.04.19 - 17:14
    Profile Visit Website
  • MorphOS Developer
    jacadcaps
    Posts: 2971 from 2003/3/5
    From: Canada
    You can force saving from the menu.
  • »23.04.19 - 15:46
    Profile Visit Website
  • MorphOS Developer
    jacadcaps
    Posts: 2971 from 2003/3/5
    From: Canada
    It's taking a bit longer than I'd thought: set out to make spellchecker Unicode-aware...
  • »30.04.19 - 10:22
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    ernsteiswuerfel
    Posts: 545 from 2015/6/18
    From: Funeralopolis
    That will still be faster than Scribus getting a spellchecker. ;-)
    Talos II. [Gentoo Linux] | PMac G5 11,2. PMac G4 3,6. PBook G4 5,8. [MorphOS 3.18 / Gentoo Linux] | Vampire V4 SA [ApolloOS / Amiga OS 3.2.2]
  • »01.05.19 - 20:29
    Profile
  • MorphOS Developer
    jacadcaps
    Posts: 2971 from 2003/3/5
    From: Canada
    Iris beta 60 is now available at tunkki

    Features:
    - Attachments in email views got new icons and a 'download and view in external viewer' button for types that can't be displayed internally
    - Load Message will now load Outlook .msg files (excluding purely RTF emails)
    - Added a 'Save all Attachments' button
    - Added an 'OPEN' rexx cmd
    - Improved mime type handling - fixes file names of extensions/embedded images when they are attched as a name without extension and mime type
    - Added Save as PDF (only the email loaded into a html view can be saved)

    Bugfixes:
    - Fixed an OAuth2 issue with Outlook
    - Fixed a bug that caused downloaded attachments to remain in the Tmp directory (Iris also makes sure to purge any stale files in Tmp on init now)
    - Improved handling of embedded images
    - Fixed a crash when doing NOOP on a disconnected but open folder
    - Fixed saving/viewing attachments of offline messages

    Please note that while I did add spell checking, Iris needs an updated spellchecker.library which is part of upcoming 3.12.


    [ Edited by jacadcaps 18.05.2019 - 22:09 ]
  • »18.05.19 - 21:02
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    Cool_amigaN
    Posts: 746 from 2011/11/30
    Checking Iris for the 1st after managing to find time and upgrade from 3.9 to 3.11. At setup of Gmail account, I provide permission to the application through owb but 1st error appears at Iris as: cannot store message (sending is configured correctly). At Irs accounts testing receiving I get an error: Authentication test: Failure! Error while connecting socket. I checked also sending mail and get an error at bottom left corner "unable to find account / store failed". Any ideas what I am doing wrong?
    Amiga gaming Tribute: Watch, rate, comment :)
  • »19.05.19 - 10:21
    Profile Visit Website
  • MorphOS Developer
    jacadcaps
    Posts: 2971 from 2003/3/5
    From: Canada
    Quote:

    At setup of Gmail account, I provide permission to the application through owb but 1st error appears at Iris as: cannot store message (sending is configured correctly).


    This is odd and I regularly test with at least 3 different GMail accounts. Could you please remove the account from Iris, close the app and then run it from shell with 'trace' parameter? Send me the debug log, thanks.
  • »19.05.19 - 12:01
    Profile Visit Website
  • Order of the Butterfly
    Order of the Butterfly
    asrael22
    Posts: 404 from 2014/6/11
    From: Germany
    Hi.

    I'm not sure if I have a bug here, Iris beta60.

    When I have a mail with attachments, and I click on the attachment to be downloaded, it'll download.
    When I then click on other mails the downloaded attachment will always show as attachment of a mail even though this attachment is not part of the mail.



    Manfred
  • »09.06.19 - 16:24
    Profile
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Papiosaur
    Posts: 2042 from 2003/4/10
    From: France
    Hi,

    I have a problem too with Iris beta 60, when i download mail attachement file Iris download it to a temp directory but i would like it ask me where i would like to download if possible.


    [ Edité par Papiosaur 09.06.2019 - 17:49 ]
  • »09.06.19 - 16:36
    Profile Visit Website