71
flyingtux
Re: Getting the webmail module to work - Here's the file!
  • 2004/9/23 22:43

  • flyingtux

  • Not too shy to talk

  • Posts: 146

  • Since: 2004/9/6 1


I've been testing WebMailFX 0.81 for the last 4 hours:
-I did not get any php warning switching on the debug mode of the module;
-I've been able to manage 3 POP3 accounts without any problem;
-I used the address book inserting new contacts and editing existing without any problem;
-I installed and uninstalled several times and everything went ok.
I would say we are at a good point.
I would like to share a little tip (hope it helps):
I tried to find a way to get the icons well integrated in the XOOPS theme through different browsers. No problems with the oringinal files and mozilla, but switching to IE will cause the icons to show their squared non-transparent part. I managed that by modifying the icons according to the theme I use for my 2 sites (i.e. with The Gimp or Photoshop change the transparent part from "transparent" to "white/black/etc"). Of course it would be nice to find a real way to made the original ones working well with any theme and browser...
What are we gonna do/try now guys?
Functions I would like to see in WebMailFX are:
-IMAP4 support (other protocols?);
-Multiple SMTP (is that possible?);
-Criptography (again, is that possible?).
I really do not know if that's technically possible...
I wait for suggestions!
Good night,
ft



72
flyingtux
Re: Getting the webmail module to work - Here's the file!
  • 2004/9/23 18:33

  • flyingtux

  • Not too shy to talk

  • Posts: 146

  • Since: 2004/9/6 1


Yeahhhhh!!!
Uninstall bug fixed!!!
Change lines 18 and 19 in xoops_version.php:

$modversion['tables'][0] = "wmfx_contactbook";
$modversion['tables'][1] = "wmfx_popsettings";

In one word: added prefix to that!
I will keep 0.81, update .txt files and upload everything in 10 minutes.
Stay tuned!
ft



73
flyingtux
Re: Getting the webmail module to work - Here's the file!
  • 2004/9/23 18:11

  • flyingtux

  • Not too shy to talk

  • Posts: 146

  • Since: 2004/9/6 1


Tremendous job guys!!!!
I applied all patches, updated the readme, changelog, etc...
Moved to 0.81.
Gave credits to you guys in xoops_version,php
Made some testing: the first bug which still appears to be there is the unistall one...
What about to try working on different things, so that we can focus in one subject?
Download 0.81 to the usual place!
Thanx a lot to you all!
Bye,
ft



74
flyingtux
Re: Getting the webmail module to work - Here's the file!
  • 2004/9/23 15:42

  • flyingtux

  • Not too shy to talk

  • Posts: 146

  • Since: 2004/9/6 1


Just made some changes and updated the new package to the usual place...
In few words:
-modified the pop3.php file (wasn't able to download the kaotik's one, I worked on the original one suggested from him when he get the module working);
-downgraded the version numbering to 0.8: I believe package is still unstable and we should wait a bit more before a "real" 1.0;
-changed the "Logout" icon;
-updated the readme/changelog file;
-added a bugs file;
-discovered a bug while uninstalling the previous version, the uninstaller is unable to drop tables, cause it search for contacbook and popsettings and not wmfx_contactbook and so on... I believe it could be easily fixed: I'l try to solve this tonight.
So please let's restart from this point: download the latesta package and let's continuing working and giving feedback to each other.
Bye!
ft



75
flyingtux
Re: Getting the webmail module to work - Here's the file!
  • 2004/9/23 14:38

  • flyingtux

  • Not too shy to talk

  • Posts: 146

  • Since: 2004/9/6 1


I'll have a look to what you suggested.
I also proposed to try fixing the redirect bug while editing a contact (it's in the changelog, I think).
Concerning the address book thing, I haven't changed it: could it be a wrong thing coming from the original one?
Concerning the progress bar: go to my site and do something to get a redyrect_page... You'll see a customized redyrect_page with a progress bar...
The site url is:
http://www.trashnight.org
I'm saorry but it's in italian...
To get a redyrect you could do, from the main menu:
Articoli/Invia Articolo
The progress bar is a javascript, not related to real time of loading page...
Tonight I'll upload e new, even more fixed version...
Including your suggestions, i hope!
Cheers,
ft



76
flyingtux
Re: Getting the webmail module to work - Here's the file!
  • 2004/9/23 6:48

  • flyingtux

  • Not too shy to talk

  • Posts: 146

  • Since: 2004/9/6 1


Could you post your "updated" file so that I'll include it in the package?



77
flyingtux
Re: Porting php4flicks to xoops?
  • 2004/9/23 6:44

  • flyingtux

  • Not too shy to talk

  • Posts: 146

  • Since: 2004/9/6 1


Bassman, you're great!
Do you think you can put a kind of "snapshot" (the actual state of the project) available for download somewhere?
I'd really like to test it and send you feedback...
Cheers,
ft



78
flyingtux
Re: Getting the webmail module to work - Here's the file!
  • 2004/9/22 23:40

  • flyingtux

  • Not too shy to talk

  • Posts: 146

  • Since: 2004/9/6 1


This is the last for tonight, then I go sleeping.
I changed the mysql.sql instructions and all related files. Sql tables have now a wmfx_ prefix.
I uninstalled my previous version and installed this new one. it seems to work.
I updated the changelog file.
I uploaded this latest version: you'll find it to the usual place.
Happy testing/debugging!
Good night!
ft



79
flyingtux
Re: Getting the webmail module to work - Here's the file!
  • 2004/9/22 23:10

  • flyingtux

  • Not too shy to talk

  • Posts: 146

  • Since: 2004/9/6 1


Ok...
Some notes, first:
1.Please download the latest version of the package: I just uploaded it. It contains a changelog, a new readme file and all newest versions of file. I sugest this because otherwise, for the changes I made, there's no correspondance between our "code-lines";
2.IMAP seems to be completely broken or not existing at all. I deleted it from the readme file. Let us focus now on POP3;
3.Here is my output, based on trashnight.org mail service:
Openning Connection to: pop3.trashnight.org
Connection opened
Sending Command: USER xxxxxxxx@trashnight.org
Result OK:
Sending Command: PASS xxxxxxxx
Result OK:
Sending Command: STAT
Result OK:
Hope this helps!
I'll stay tuned: next thing I'll do is trying to add a prefix to tables, for db sanity, as suggested few posts ago.



80
flyingtux
Re: Getting the webmail module to work - Here's the file!
  • 2004/9/22 22:30

  • flyingtux

  • Not too shy to talk

  • Posts: 146

  • Since: 2004/9/6 1


Being not a programming guru, I'll try to understand where and how to fix missing things. In the meanwhile, I would like to send to the whole community a kind of "call for patches": fi anybody discovers a bug and know how to fix it, just share this info with the community! Just send it to me, if you like that: I promise to test it and add it to the package. You all could use me as a "patch collector", if you like this.
Concerning other things:
1.The POP3/IMAP support was "promised" in the original file: as I said before, I did really minor changes to that. I actually really don't know if IMAP is supported or not;
2.Some people got it working some not. If it could be helpful in some way, let's say that I'm using it successfully with some italian free mail providers, i.e. email.it. These are their parameters:

POP Server popmail.email.it
SMTP Server smtp.email.it
IMAP Server imapmail.email.it
Account Name Form username@email.it

Bye!
ft




TopTop
« 1 ... 5 6 7 (8) 9 10 »



Login

Who's Online

214 user(s) are online (131 user(s) are browsing Support Forums)


Members: 0


Guests: 214


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits