• 0

[Alpha] Pop Goes the GMail


Question

Pop Goes the GMail

PGtGM has been discontinued. Please use http://www.gnotify.com/gpopper/ instead!

PGtGM sits between you GMail account and your email client, converting messages from the web based mailbox into POP3 messages that a program such as Outlook Express or Firebird can understand.

POP3 server now fully works. You are able to download gmail emails through any email client. SMTP server appears to work.

Please post any bugs you find in the login process to the thread, or problems displaying messages.

Download

Click here v0.9 (120k)

NOTE: You need to have the .net runtimes installed. Click Here

Screenshots:

gmailtray1.jpggmailtray2.jpg

gmailnewmsg.jpg

pgtgmadvanced.gif

Version log:

0.1 Inital test version

0.2 Fixed displaying only first 5 messages bug, added better error handling.

0.3 Better error display for errors when parsing message arrays.

Prototype SMTP and POP3 server built in.

0.4 POP3 server now fully works.

You are able to download gmail emails through any email client

0.5 SMTP works, I hope.

Notifies of new messages with tool tip balloon on tray.

Fixed username not found bug.

Used TripleDES encryption to store password in registry.

Fixed problem with no messages in account

0.6 SMTP server accepts attachments

Added Outlook 2003 support

Fixed login bug

Added Mozilla mail client support

Added generic mail client support with correct error responses

Added email client setup page to about screen

Modified design and layout of main form

0.7 Modified the way PGtGM downloads mails

Added advanced tab with various new options

Added ability to change the POP3 and SMTP ports.

Added option to disable external clients from using PGtGM

Added message menu function to rcvd emails

Fixed incorrect password giving blank messagebox bug

PGtGM starts on the tray by default

Fixed unable to exit Windows bug

Added update checking on startup

0.8 Additons:

Allowed user to change port if it is already in use on startup

SMTP server supports RSET

Added better port-in-use checking interface on startup

Fixed 'contenttype text/plain' SMTP server bug

Added proxy support

XML output of messagelist everytime a check commences

Added confirm exit option

Fixed password incorrect doing nothing bug

Removed shameless advertising on outgoing emails!

Fixed main form not being displayed problem

Fixed constant notification of new messages

0.9 Fixed attachment sending bug (I hope)

Now supports multiple To and CC addresses

Added debug log feature

Moved back to Mentalis.org SSL dll

Tightened up security on SMTP server

Started work on IMAP support (doesn't work yet)

Fixed port not saved/max of 60 bug

Improved error handling

Edited by idbuythatforadollar
Link to comment
https://www.neowin.net/forum/topic/169789-alpha-pop-goes-the-gmail/
Share on other sites

Recommended Posts

  • 0
That sounds kinda strange/hinky. Don't like that kinda stuff. Want a program without any strings attached. :)

Marshal Biggs : It's hinky, Sam. I mean, this guy is a college graduate. He became a doctor. I mean, he ain't gonna go through here with all this security. Hinky.

Deputy Marshal Samuel Gerard : Biggs, what does that mean, hinky?

Marshal Biggs : I don't know. Strange. Weird

Deputy Marshal Samuel Gerard : Well, why don't you say strange or weird? I mean hinky, that has no meaning.

Marshal Biggs : Well, we say hinky.

Deputy Marshal Samuel Gerard : I don't want you guys using words with no meaning.

Marshal Biggs : [sotto voce] How about 'bull****?' How about 'bull****,' Sam?

  • 0

I've looked at the source code to this program, but sadly my VB.NET skills are not developed what-so-ever so I honestly have no clue as to what's going on. I understand most of the code but as far as being able to turn this into a working program, I'm lost. I don't understand how gmail's protocol is working (aka why it wont log in) so theres not much I can do. Ill keep looking and playing though, maybe eventually Ill figure something out, and release a new program based on this one---and keep it open source so other coders can verify the security of it. This other program, psGmail or whatever it is, this guy is not in his right mind trying to charge money for it, and anyone who did pay for it has some faulty circuits in their brains as well.

  • 0

PGtGM is now known as gPopper.

UPDATE:? The code fix is coming along better than expected and should still be completed on time by this weekend.

After speaking with Jon (the original creator of PGtGM), I have decided that it's best if I change the name of the continued development of PGtGM.

As soon as I release the fix this weekend, the program will no longer be called PGtGM and will start being called gPopper.? Jon had given permission to keep the name the same, but in the event that he ever resumes development it will make it easier for both of us if there isn't any name confusion.

Also, I'd like to thank everyone who has provided me with feedback on my notification tool gNotify.? I look forward to continuing to improve it to make/keep it the best Gmail notification tool available.

Thanks,

Izzy

http://jaybe.org/forums/index.php?showforum=2

Edited by Tem
  • 0

ive been getting the same error across all my gmail notifier type programs... part of the cookie was invalid or the cookie was unable to be accepted... i use firefox, could this have anything to do with it? i can't seem to log into gmail at all without having to do the image word test thing... so none of my programs will log in... maybe a backup thing should be implemented into the programs to show the test window? even if its in an iframe...

*shrugs*

  • 0

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentException: value
   at System.Net.WebHeaderCollection.CheckBadChars(String name, Boolean isHeaderValue)
   at System.Net.WebHeaderCollection.Add(String header)
   at POP_Goes_the_Gmail.clsMailHandler.DownloadData(String sURL, String sReferer, String sCookie, String sExtraHeaders, String sPOSTData, WebClient& wWebclient)
   at POP_Goes_the_Gmail.clsMailHandler.RefreshMessageList()
   at POP_Goes_the_Gmail.frmEmails.frmEmails_Load(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ContainerControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.573
    CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
POP Goes the Gmail
    Assembly Version: 1.0.1648.40866
    Win32 Version: 1.0.1648.40866
    CodeBase: file:///C:/Program%20Files/popgmail/POP%20Goes%20the%20Gmail.exe
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 7.0.5000.0
    Win32 Version: 7.10.3052.4
    CodeBase: file:///c:/windows/assembly/gac/microsoft.visualbasic/7.0.5000.0__b03f5f7f11d50a3a/microsoft.visualbasic.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.573
    CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.573
    CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
System.Drawing
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.573
    CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
System.Xml
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.573
    CodeBase: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll
----------------------------------------
Org.Mentalis.Security
    Assembly Version: 1.0.13.701
    Win32 Version: 1.0.13.701
    CodeBase: file:///C:/Program%20Files/popgmail/Org.Mentalis.Security.DLL
----------------------------------------

************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the machine
rather than being handled by this dialog.

Whats up with that? I check my email once and it works, if i try and check it again it crashes PGtG

  • 0

where I can get the new version 1.0 ?

http://email.about.com/od/windowswebmailto..._goes_gmail.htm

the version .9 is old enough and I think many people already give suggestions and review.

sorry, I got it

http://jaybe.org/forums/index.php?showtopic=288

but the website still showing old version. so lets wait for 1.1

http://jaybe.org/forums/index.php?showtopic=438

I hope the maker will update it soon.

and to all you who afraid of this, please try to look at the source code if something is dangerous. but you need to donate first.

Thanks

  • 0

I've download ver 1.0 and tried to configure it through Outlook 2003, when I test the settings in Outllook all work apart from sending a test mail. It just comes back with a message saying: Failed to send message - please check your email address.

When I look in the Pop goes the Gmail log it displays the following:-

RefreshMessageList was called

& Login was called

& GetCookies was called: adrian.davies

& SSLConnection was called: www.google.com

!! Login caused error: No such host is known

& SendEmail was called: [email protected]

& Login was called

& GetCookies was called: adrian.davies

& SSLConnection was called: www.google.com

!! Login caused error: No such host is known

& MessageBuilder was called

& MimeDecoder was called

& MessageBuilder was called

& MessageBuilder was called

& MessageBuilder was called

& MessageBuilder was called

& DownloadData was called: http://gmail.google.com/gmail

!! SMTPData->sSMTP.BeginReceive caused error: Cannot access a disposed object named "System.Net.Sockets.Socket".

Object name: "System.Net.Sockets.Socket".

& POPAccept was called

& POPData was called: USER adrian.davies

& POPData was called: PASS password

& POPData was called: QUIT

& SendEmail was called: [email protected]

& Login was called

& GetCookies was called: adrian.davies

& SSLConnection was called: www.google.com

!! Login caused error: No such host is known

& MessageBuilder was called

& MimeDecoder was called

& MessageBuilder was called

& MessageBuilder was called

& MessageBuilder was called

& MessageBuilder was called

& DownloadData was called: http://gmail.google.com/gmail

& RefreshMessageList was called

& Login was called

& GetCookies was called: adrian.davies

& SSLConnection was called: www.google.com

!! Login caused error: No such host is known

Can anyone please help..??

Many Thanks.

  • 0

Hey.. everytime it trys to check for new mail it gives an error called "value."

error.jpg

-- Details --

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentException: value
 ? at System.Net.WebHeaderCollection.CheckBadChars(String name, Boolean isHeaderValue)
 ? at System.Net.WebHeaderCollection.Add(String header)
 ? at POP_Goes_the_Gmail.clsMailHandler.DownloadData(String sURL, String sReferer, String sCookie, String sExtraHeaders, String sPOSTData, WebClient& wWebclient)
 ? at POP_Goes_the_Gmail.clsMailHandler.RefreshMessageList()
 ? at POP_Goes_the_Gmail.frmTray.CheckMails(Object sState)
 ? at POP_Goes_the_Gmail.frmTray.mnuMMCheck_Click(Object sender, EventArgs e)
 ? at System.Windows.Forms.MenuItem.OnClick(EventArgs e)
 ? at System.Windows.Forms.MenuItemData.Execute()
 ? at System.Windows.Forms.Command.Invoke()
 ? at System.Windows.Forms.NotifyIcon.WndProc(Message& msg)
 ? at System.Windows.Forms.NotifyIconNativeWindow.WndProc(Message& m)
 ? at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
 ? ?Assembly Version: 1.0.5000.0
 ? ?Win32 Version: 1.1.4322.573
 ? ?CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
POP Goes the Gmail
 ? ?Assembly Version: 1.0.1648.40866
 ? ?Win32 Version: 1.0.1648.40866
 ? ?CodeBase: file:///C:/Documents%20and%20Settings/Julian/My%20Documents/My%20Downloaded%20Files/pgtgm%20(1)/POP%20Goes%20the%20Gmail.exe
----------------------------------------
Microsoft.VisualBasic
 ? ?Assembly Version: 7.0.5000.0
 ? ?Win32 Version: 7.10.3052.4
 ? ?CodeBase: file:///c:/windows/assembly/gac/microsoft.visualbasic/7.0.5000.0__b03f5f7f11d50a3a/microsoft.visualbasic.dll
----------------------------------------
System.Windows.Forms
 ? ?Assembly Version: 1.0.5000.0
 ? ?Win32 Version: 1.1.4322.573
 ? ?CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System
 ? ?Assembly Version: 1.0.5000.0
 ? ?Win32 Version: 1.1.4322.573
 ? ?CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
System.Drawing
 ? ?Assembly Version: 1.0.5000.0
 ? ?Win32 Version: 1.1.4322.573
 ? ?CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
System.Xml
 ? ?Assembly Version: 1.0.5000.0
 ? ?Win32 Version: 1.1.4322.573
 ? ?CodeBase: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll
----------------------------------------
Org.Mentalis.Security
 ? ?Assembly Version: 1.0.13.701
 ? ?Win32 Version: 1.0.13.701
 ? ?CodeBase: file:///C:/Documents%20and%20Settings/Julian/My%20Documents/My%20Downloaded%20Files/pgtgm%20(1)/Org.Mentalis.Security.DLL
----------------------------------------

************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
 ? ?<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the machine
rather than being handled by this dialog.

Any help anybody?

Edited by pileggi
  • 0

are you using win xp sp2 ?

Try to download version 1.1

Pop Goes the GMail 1.1 need developers to help the developments.

http://jaybe.org/forums/index.php?showtopic=438

anybody here have the knowledge and time, it will be good if this nice software get update?.

If yes please help the developments. Thanks

you can download the sourcecode

http://jaybe.org/pgtgm/PGtGM.Source.1.1.12.08.04.zip

and it is GPL, and we can name it using new name too

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Hello, It would appear so, according to https://finance.yahoo.com/news/how-to-hide-your-home-on-google-maps-apple-maps-204146687.html. Regards, Aryeh Goretsky      
    • Hello, The Nvidia Founders Edition 3080 video card is approximately six years old, correct? Have you looked into whether replacement fans are available for it? Perhaps replacing those will improve cooling, especially when combined with cleaning the card's heatsink and replacing the thermal interface materials. Regards, Aryeh Goretsky  
    • Hello, While ~104 GB of space may seem generous (at least compared to other e-readers which have 8-32GB), I feel at this price point the device should have a Micro SDXC card slot for expansion, particularly if it allows audio books to be installed and played. I hope to see more reviews of 6" phone-sized e-readers on Neowin in the future. It will be interesting to see how they compare. Regards, Aryeh Goretsky
    • Sandboxie Plus 1.17.8 / Classic 5.72.8 by Razvan Serea Run programs in a sandbox to prevent malware from making permanent changes to your PC. Sandboxie allows you to run your browser, or any other program, so that all changes that result from the usage are kept in a sandbox environment, which can then be deleted later. Sandboxie is a sandbox-based isolation software for 32- and 64-bit Windows NT-based operating systems. It is being developed by David Xanatos since it became open source, before that it was developed by Sophos (which acquired it from Invincea, which acquired it earlier from the original author Ronen Tzur). It creates a sandbox-like isolated operating environment in which applications can be run or installed without permanently modifying the local or mapped drive. An isolated virtual environment allows controlled testing of untrusted programs and web surfing. Sandboxie is available in two flavors Plus and Classic. Both have the same core components, this means they have the same level of security and compatibility. What's different is the user interface the Plus build has a modern Qt based UI which supports all new features that have been added since the project went open source. The Classic build has the old no longer developed MFC based UI, hence it lacks support for modern features, these features can however still be used when manually configured in the Sandboxie.ini. Sandboxie Plus 1.17.8 / Classic 5.72.8 release notes: Added added DisableCustomTitleOpt=[process,][y|n] to allow [#] sandboxie title markers on custom-titlebar windows (Delphi VCL, Qt, Electron) that were previously skipped to prevent DWM repaint CPU loops #5387 Changed updated bundled ImDisk driver to 3.0.2 #5419 Fixed fix Suppress logs for expected non-user SIDs #5422 SbieSvc.exe: SBIE2218/2219 error when run program as administrator #5417 fixed explorer.exe crashes in Application Compartment when Huorong Security is installed #5423 Download: Sandboxie Plus (64-bit) | 23.5 MB (Open Source) Download: Sandboxie Classic (64-bit) | 3.0 MB Links: Sandboxie Website | GitHub | ARM64 | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Hello, Christian Maas' XVI32 is a nice (and very small) hex editor. Speaking of hex editors, many years ago a colleague and I who both worked at Tribal Voice managed to edit a copy of the company's PowWow instant messaging client to make it behave better now that all of its lookup servers and other server-side tech was gone.  The program didn't support NAT (RFC-3022 was introduced in January 2001, the same time Tribal Voice was shuttered), but it still worked okay if you manually set up port-forwarding on your router.  The server at http://powwow.jazy.net/ hosts a copy (usual warnings about downloading and running untrusted code from random internet servers apply). I occasionally use some tools like Funduc Software's Search and Replace and Application Mover when I need to make mass-edits to text-based files or move programs with a hard-coded installation directories, respectively.  When I need to figure out the exact LCD panel inside of a laptop, EnTech Taiwan's Monitor Asset Manager is my go-to tool for that purpose. JD Design's website (now hosted on github.io) has a number of interesting freeware and shareware utilities.  I used to use their TouchPro utility to set the file timestamps on software I was mastering to match its version number (e.g., version 3.00 of a program had all of its files dates set to 3:00AM, and so forth). Karenware has a number of interesting freeware utilities, too. Regards, Aryeh Goretsky  
  • Recent Achievements

    • Week One Done
      Jeroen Wilms earned a badge
      Week One Done
    • Week One Done
      rolfus earned a badge
      Week One Done
    • One Month Later
      Leroy Jethro Gibbs earned a badge
      One Month Later
    • Conversation Starter
      flexorcist earned a badge
      Conversation Starter
    • One Month Later
      AndreaB earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      509
    2. 2
      +Edouard
      198
    3. 3
      PsYcHoKiLLa
      138
    4. 4
      ATLien_0
      90
    5. 5
      Steven P.
      82
  • Tell a friend

    Love Neowin? Tell a friend!