Activity for Jessica Brown

  • Jessica Brown Jessica Brown posted a comment on discussion General Forum

    Oleg, it depends on the settings you picked when you installed poptrayu. the ini file may be in your user data folder (under c:\users) under your username and appdata and poptrayu.

  • Jessica Brown Jessica Brown posted a comment on discussion General Forum

    yes, can confirm that PopTrayU is only available as a 32 bit application. This is due to the version of Delphi developer studio that I own being not expensive enough to include the 64 bit features. I have created an updated installer for the SSL plugin for 1.0.2u as well over at the PopTrayU SSL plugin page on sourceforge

  • Jessica Brown Jessica Brown committed [r972]

    tag 5.0.3 release

  • Jessica Brown Jessica Brown committed [r971]

    remove obsolete file

  • Jessica Brown Jessica Brown committed [r970]

    updated history log

  • Jessica Brown Jessica Brown committed [r13]

    update openSSL to 1.0.2u

  • Jessica Brown Jessica Brown committed [r969]

    Change: IMAP should not count read messages toward the count of new messages (in tray or on account tab title. (also: fix status bar that was decrementing progress instead of incrementing)

  • Jessica Brown Jessica Brown committed [r968]

    FIX: Remove IMAP label feature was not showing the list of labels correctly.

  • Jessica Brown Jessica Brown committed [r967]

    Fix: Test account was not showing up enabled correctly.

  • Jessica Brown Jessica Brown committed [r966]

    clean up of previous revision, remove unused variable, rename variable

  • Jessica Brown Jessica Brown committed [r965]

    Fix bug: message list font name not updated immediately on options panel after changing.

  • Jessica Brown Jessica Brown posted a comment on discussion Bug Reports

    The URL for getting the app specific password for gmail is here: https://myaccount.google.com/apppasswords

  • Jessica Brown Jessica Brown posted a comment on discussion Developer Forum

    Until OAuth2 is implemented, Gmail requires an "app specific" password: Get one here: https://myaccount.google.com/apppasswords I'm running into some hurdles as currently you need a domain name and support emails to even sign up for an OAuth2 account, and currently this is not setup

  • Jessica Brown Jessica Brown committed [r964]

    Add option to display icon as number only (to allow larger number text). Can be set via ini file, no GUI option for this (yet)

  • Jessica Brown Jessica Brown committed [r963]

    Commit updates list about unreleased future version and current updates.

  • Jessica Brown Jessica Brown committed [r962]

    Fix Bug #36 deleting only every other message.

  • Jessica Brown Jessica Brown modified a comment on discussion Bug Reports

    gmail is tricky because they strongly prefer oauth2 authentication and the library poptrayu uses foremail protocols doesn't support that, so I'm going to have to reinvent the wheel a bit to implement that… and that probably won't be coming until august or september when i have time to work on implementing that. until then, you have to change your asettings to allow access by "less secure" apps,or set up an app specific password. https://support.google.com/accounts/answer/185833

  • Jessica Brown Jessica Brown posted a comment on discussion Bug Reports

    gmail is tricky because they strongly prefer oauth2 authentication?and the library poptrayu uses foremail protocols doesn't support that, so I'm going to have to reinvent the wheel a bit to implement that… and that probably won't be coming until august or aeptember when i have time to work on implementing that. until then, you have to change your asettings to allow access by "j?secire "less secure" apps,or set up an app specific password. https://support.google.com/accounts/answer/185833

  • Jessica Brown Jessica Brown posted a comment on discussion Developer Forum

    Sorry I don't have time to work i this immediately. We're in the middle of moving. Hopefully Jan or Feb I can look into finding an oauth2 library to add support for that login protocol

  • Jessica Brown Jessica Brown posted a comment on discussion Developer Forum

    It has been brought to my attention that Gmail is dropping all support for logging in without OAUTH2 in a couple months. As such, PopTrayU will no longer work with Gmail without modification. Previously, when I had looked into this, the Indy 10 library did not include OAuth2 login capability. A cursory search seems to indicate this may still be the case, and I may need to find (or worse, write from scratch!) an open source library to handle the details of OAuth2 login. If any of you out here are...

  • Jessica Brown Jessica Brown posted a comment on discussion Bug Reports

    I'll try to get this one in next time I make a release :)

  • Jessica Brown Jessica Brown posted a comment on discussion Bug Reports

    I'll try to get this one in next time I make a release :)

  • Jessica Brown Jessica Brown posted a comment on discussion Bug Reports

    I'll try to get this one in next time I make a release :)

  • Jessica Brown Jessica Brown posted a comment on discussion Bug Reports

    You may need to check the windows settings for tray notifications to make sure PopTrayU is allowed to show tray notifications. I believe some of the new versions of windows, it may be a default that notifications are suppressed and the tray icon is hidden, unless you go into the tray notification settings and enable it for the apps you like.

  • Jessica Brown Jessica Brown posted a comment on discussion Bug Reports

    We need more details to troubleshoot this. There possibly could be a bug where some specific encoding is not handled correctly, but we'd need to know more about what encoding the message is in, and whether it's any message in that encoding or just a certain specific one. With full headers of the email that causes problems I can often troubleshoot why that message doesn't decode correctly.

  • Jessica Brown Jessica Brown posted a comment on discussion Bug Reports

    We need more details to troubleshoot this. There possibly could be a bug where some specific encoding is not handled correctly, but we'd need to know more about what encoding the message is in, and whether it's any message in that encoding or just a certain specific one. With full headers of the email that causes problems I can often troubleshoot why that message doesn't decode correctly.

  • Jessica Brown Jessica Brown posted a comment on discussion Bug Reports

    This is the intended behavior. Spam is "ignored" in the count of new mail messages that have arrived. Most people aren't excited about being notified about spam.

  • Jessica Brown Jessica Brown committed [r961]

    clear uidl list between loop iterations. fixes bug.

  • Jessica Brown Jessica Brown committed [r960]

    check messages newest to oldest instead of oldest to newest.

  • Jessica Brown Jessica Brown committed [r959]

    Multi-folder accounts. in progress (still needs some cleanup). also fixes a couple bugs, and adds the debug tab.

  • Jessica Brown Jessica Brown posted a comment on discussion Bug Reports

    Thanks for letting me know that an invalid sort type causes a crash. The proram should respond more gracefully to invalid config data rather than crash :)

  • Jessica Brown Jessica Brown committed [r958]

    Select Mailbox If Needed

  • Jessica Brown Jessica Brown committed [r957]

    remove two unnecessary comments

  • Jessica Brown Jessica Brown committed [r956]

    pass one on multi-folder checking from server. does not save folder and uidvalidity

  • Jessica Brown Jessica Brown committed [r955]

    Multi-folder accounts part III. Persist folder list to ini file.

  • Jessica Brown Jessica Brown committed [r954]

    Multi-folder accounts UI part II

  • Jessica Brown Jessica Brown committed [r953]

    Multi-folder accounts part 1: select folders that user would like checked. (also adds some missing icons to toolbar/actions)

  • Jessica Brown Jessica Brown committed [r952]

    Add icons for search, reply all, and change folder

  • Jessica Brown Jessica Brown committed [r951]

    Ability to change server folder being viewed, update title bar to main window to reflect what is being shown, comment out some unused variables. Action added to action manager for future "Search" action.

  • Jessica Brown Jessica Brown committed [r950]

    Add new language strings

  • Jessica Brown Jessica Brown committed [r949]

    add hint for new clear action

  • Jessica Brown Jessica Brown committed [r948]

    New action to clear the downloaded message headers (and associated counts) from the currently selected account.

  • Jessica Brown Jessica Brown committed [r947]

    Add extra visual themes to installer. Bump version

  • Jessica Brown Jessica Brown posted a comment on discussion Bug Reports

    Looks like it was an easy fix :), somehow the button actions got erased from the buttons. Will be in the next version.

  • Jessica Brown Jessica Brown committed [r946]

    Fix help button on about and accounts tabs. bump version to 5.3.0.1

  • Jessica Brown Jessica Brown committed [r945]

    5.2.9 tag

  • Jessica Brown Jessica Brown committed [r944]

    Fix positioning of colorboxes.

  • Jessica Brown Jessica Brown committed [r943]

    Fix positioning of colorboxes on rules page.

  • Jessica Brown Jessica Brown committed [r942]

    updated to fix bug in rule colorbox positioning.

  • Jessica Brown Jessica Brown committed [r941]

    5.2.9 installer

  • Jessica Brown Jessica Brown committed [r940]

    Make important color (and background color) configurable and stored in settings ini file.

  • Jessica Brown Jessica Brown committed [r939]

    Add Rules to set Foreground/Background color displayed for messages in the message list.

  • Jessica Brown Jessica Brown committed [r938]

    Bump version number

  • Jessica Brown Jessica Brown committed [r937]

    Add Archive to right click menu on main window

  • Jessica Brown Jessica Brown committed [r936]

    update history with current changes

  • Jessica Brown Jessica Brown committed [r935]

    Updated Polish translation to be current for PopTrayU 5.2.6

  • Jessica Brown Jessica Brown committed [r934]

    Merge Vort's fix to allow the 24 hour time combo to load saved value correctly.

  • Jessica Brown Jessica Brown committed [r933]

    Current dependencies part II

  • Jessica Brown Jessica Brown committed [r932]

    Add current dependencies for XE4 builds of PopTrayU

  • Jessica Brown Jessica Brown posted a comment on discussion General Forum

    I'm not sure I understand specifically what help you need. You should be able to run PopTrayU and Thunderbird at the same time, but the accounts have to be set up seperately in each. If there's an account you don't want to check, click on the accounts tab and uncheck the "enabled" checkbox for the account you don't want to check. If you're having trouble disabling an account in Thunderbird, you may wish to contact the customer support options for Thunderbird, I don't use it and am not familiar with...

  • Jessica Brown Jessica Brown posted a comment on discussion General Forum

    the sourcecode for some of the newer versions isn't in zip files, but you can download the version directly using SVN with the SVN tags marking the versions. I may go back to adding zip files of the source in the future because it's just easier to not mess with SVN sometimes.

  • Jessica Brown Jessica Brown posted a comment on discussion Feature Requests

    Ignore is somewhat similar, but probably not quite what you want. I think this would be a good feature to add.

  • Jessica Brown Jessica Brown posted a comment on discussion Feature Requests

    This feature is already on my todo list, and I've implemented some of the backend parts of this :)

  • Jessica Brown Jessica Brown posted a comment on discussion Bug Reports

    That error means the server disconnected you, like if the email server you're checking goes offline for some reason. by the time poptrayu notifies you about the error it should have closed the socket connection to the server, so on the next check (whether manual or automatic) it should reconnect normally. you don't need to restart the app if this happens.

  • Jessica Brown Jessica Brown posted a comment on discussion Bug Reports

    setting backup/restore is on my enhancements list, similar to what I've aleady done for importing/exporting accounts :). Its really as simple as backing up the ini files poptrayu creates, but ideally you wouldn't have to do that manually.

  • Jessica Brown Jessica Brown posted a comment on discussion Bug Reports

    Hi Mark, sorry for the delay in getting back to you (and everyone else). Life has been very busy for the past couple years. I do "plan" to get back into working on PopTrayU as time permits. There may be future releases and bug fixes, but I don't want to make immediate promises on what the timing will be. IMAP keeps track of read/unread status on your mail server and that allows the read status to be kept in sync with the read status with other apps and devices you may also use to check your email....

  • Jessica Brown Jessica Brown committed [r931]

    sync changes to repo

  • Jessica Brown Jessica Brown committed [r930]

    sync local copy with repo

  • Jessica Brown Jessica Brown committed [r929]

    debugging note added

  • Jessica Brown Jessica Brown committed [r928]

    added debugging note for get top by uid.

  • Jessica Brown Jessica Brown committed [r927]

    improve debug message. add comment to remember to review and remove later

  • Jessica Brown Jessica Brown committed [r926]

    DisconnectAll method added

  • Jessica Brown Jessica Brown committed [r925]

    Add important clearing of MailItem before doing...

  • Jessica Brown Jessica Brown committed [r924]

    Add exception catch for failure writing ini fil...

  • Jessica Brown Jessica Brown committed [r923]

    some fixes to make it show correct account chec...

  • Jessica Brown Jessica Brown committed [r922]

    In practice I was seeing scoping issues calling...

  • Jessica Brown Jessica Brown committed [r921]

    By the time ImapQuickCheck and DoQuickCheck for...

  • Jessica Brown Jessica Brown committed [r920]

    A couple refactorings to make DoQuickCheck more...

  • Jessica Brown Jessica Brown committed [r919]

    Refactor PHeader parsing out of parse message h...

  • Jessica Brown Jessica Brown committed [r918]

    Retrieve Top needs to be done by UID since most...

  • Jessica Brown Jessica Brown committed [r917]

    Add prefer envelopes option.

  • Jessica Brown Jessica Brown committed [r916]

    Cleanup on ImapQuickCheck. (plus beginnings of ...

  • Jessica Brown Jessica Brown committed [r915]

    Fix UIDRetrieveEnvelope to parse UTF data. Add ...

  • Jessica Brown Jessica Brown posted a comment on discussion Bug Reports

    Usually that means there have been changes to the message list on the server since...

  • Jessica Brown Jessica Brown posted a comment on discussion Bug Reports

    Losing all settings at once or just specific settings?

  • Jessica Brown Jessica Brown posted a comment on discussion Bug Reports

    you might try re-running setup (as an upgrade installation, you don't have to uninstall...

  • Jessica Brown Jessica Brown posted a comment on discussion Bug Reports

    Thank you for the detailed bug report. I'll look into this :)

  • Jessica Brown Jessica Brown posted a comment on discussion Developer Forum

    Messages are usually only saved in RAM and re-downloaded when the program starts,...

  • Jessica Brown Jessica Brown committed [r914]

    Exponentially faster IMAP quick check. Uses a d...

  • Jessica Brown Jessica Brown posted a comment on discussion Bug Reports

    Hi, I'm starting to look into this issue, but I'm having a hard time recreating it....

  • Jessica Brown Jessica Brown committed [r913]

    Change checking messages to indicate which acco...

  • Jessica Brown Jessica Brown posted a comment on discussion Bug Reports

    Has anyone else had this problem who can add additional details about conditions/account...

  • Jessica Brown Jessica Brown posted a comment on discussion Bug Reports

    Can you describe what happens when you have those settings checked vs what you expect...

  • Jessica Brown Jessica Brown committed [r912]

    Add "pretty" error message for POP username/pas...

  • Jessica Brown Jessica Brown committed [r911]

    mark menu part II

  • Jessica Brown Jessica Brown committed [r910]

    Add mark menu to right click menu

  • Jessica Brown Jessica Brown committed [r909]

    remove todo that is now done.

  • Jessica Brown Jessica Brown committed [r908]

    add new translation strings

  • Jessica Brown Jessica Brown committed [r907]

    Change title of Test Account results window fro...

1 >