


Email by nascent 181 comments
This backtrace is only really helpful if kcheckgmail is compiled with debugging enabled. - Dec 01 2005

Email by nascent 181 comments

Email by nascent 181 comments

Email by nascent 181 comments

Email by nascent 181 comments
Sorry for taking so long, have had absolutely no time for this project lately..
Almost considered asking if anyone wanted to take over from me. Should get some time soon though.
Matt. - Apr 08 2005

Email by nascent 181 comments

Email by nascent 181 comments
The problem is that I would have to read the password back into memory to be able to display the correct number of stars.
Your password only gets loaded into memory for the time it takes to complete the login process. After that, that memory is filled zeroed out.
Matt. - Jan 26 2005

Email by nascent 181 comments
Enjoy :-)
Matt. - Jan 25 2005

Email by nascent 181 comments
Next time I have some time free you can rest assured I'll fix these bugs.
Matt. - Jan 16 2005

Email by nascent 181 comments

Email by nascent 181 comments

Email by nascent 181 comments
Konq support matters because it would be too difficult to support multiple accounts in firefox in a nice way.. the problem is cookies!
But I think you're right, a kmail plugin is the way to go for multiple accounts.
KIO slave would be cool too, like a KDE version of that windows explorer thingy...
I'll do it when I get some spare time ;-)
Cheers,
Matt. - Oct 19 2004

Email by nascent 181 comments
So, multple account will only be supported when konq is compatible with gmail...
Why do you need multiple accounts anyway, isnt 1GB enough??
Matt. - Oct 15 2004

Email by nascent 181 comments
If it happens again in the latest version, follow the instructions at http://kcheckgmail.sourceforge.net/kdebug.html
and I'll try to fix it.
With regards to your other request, I have no idea what you are talking about :-)
Cheers,
Matt. - Oct 02 2004

Email by nascent 181 comments
#include <time.h> - Sep 16 2004

Email by nascent 181 comments
To fix it just open up gmail.cpp and add:
#include
as the first line. - Sep 16 2004

Email by nascent 181 comments
I'll look into the menu item thing..
Cheers,
Matt. - Sep 10 2004

Email by nascent 181 comments
It's in CVS now but rather unstable... - Aug 26 2004

Email by nascent 181 comments
The current icon is from google search as it was the easiest (for me) to duplicate :-)
Cheers
Matt. - Aug 25 2004

Email by nascent 181 comments
To really break stuff (other than login) google would have to change their javascript API which I would think they would not do in a hurry. Just have to wait and see I guess... - Aug 23 2004

Email by nascent 181 comments
1. $ kdebugdialog --fullmode
2. select "0 (generic)" as debug area
3. set "information" output to file, /tmp/kdebug.dbg
4. start up kcheckgmail and try to login as normal. after it fails, quit..
6. $ egrep ^kcheckgmail /tmp/kdebug.dbg > kcheckgmail.dbg
7. email kcheckgmail.dbg to me :-)
Cheers,
Matt. - Aug 22 2004

Email by nascent 181 comments

Email by nascent 181 comments

Email by nascent 181 comments
Next version will have the option to use https everywhere.
With regards to the documentation, my main concern right now is adding new features.. Sorry if the "silly goose" comment offended you, that file was generated by kdevelop. I'll remove the docs from the next version.
Cheers,
Matt. - Aug 22 2004

Email by nascent 181 comments
Please try downloading:
http://nxzilla.sf.net/gmail.cpp
and replace this file in src directory.
Keep the bugs coming in guys!
If anyone is still having problems with autoconf versions etc, I'm going to do another point release soon which will include a ready-made configure script...
Cheers,
Matt. - Aug 22 2004

Email by nascent 181 comments
Thanks for your suggestion! There's heaps of cool features kcheckgmail can have once it can parse gmails javascript.
Like how about selecting a contact from KCheckGmail and have it launch the browser with a gmail compose message page showing?
I wonder how far the integration can go.. - Aug 12 2004

Email by nascent 181 comments
I'll fix this problem in a few days when I have the time. Until the next release, KCheckGmail will be broken.
Cheers,
Matt. - Aug 08 2004

Email by nascent 181 comments
Just uploaded a new tarball. If your connection is slow you can download:
http://nxzilla.sf.net/kcheckgmailtray.cpp
just replace the old kcheckgmailtray.cpp in the src directory...
Good luck, hope it works for you this time!
Cheers,
Matt. - Aug 05 2004

Email by nascent 181 comments
Have you tried opening the .ui files in designer and re-saving them?
FYI I've got designer 3.3.1
Cheers,
Matt - Aug 05 2004

Email by nascent 181 comments

Email by nascent 181 comments
In return when I get some invitations you'll be first to get one :) - Aug 05 2004

Email by nascent 181 comments

Email by nascent 181 comments
Uploading a new tarball now.. but you can just edit main.cpp and at the bottom of the file change EXIT_SUCCESS to 0
Can I ask what distro you are using?
Cheers,
Matt. - Aug 05 2004

Email by nascent 181 comments
*smax forehead*
I've just finished making proper KNotify events... Look out for 0.2 coming soon...
Cheers,
Matt.
PS is anyone out there good at creating flex parsers? It would be really nice to be able to tell just arrived emails from just unread... - Aug 04 2004

Email by nascent 181 comments
The steps to install are:
# make -f Makefile.cvs
# ./configure
# make
# make install
HTH
Cheers,
Matt. - Aug 04 2004

Email by nascent 181 comments
in the meantime, just edit gmail.cpp and add this line to the top of the file:
#include <stdlib.h>
Cheers,
Matt. - Aug 04 2004