logicmail-users Mailing List for LogicMail for BlackBerry (Page 14)
Brought to you by:
octorian
This list is closed, nobody may subscribe to it.
2009 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(7) |
Jun
(25) |
Jul
(3) |
Aug
(3) |
Sep
(14) |
Oct
(9) |
Nov
(1) |
Dec
(4) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2010 |
Jan
(2) |
Feb
(5) |
Mar
(2) |
Apr
(3) |
May
(11) |
Jun
(13) |
Jul
(3) |
Aug
(45) |
Sep
(1) |
Oct
(39) |
Nov
(10) |
Dec
(7) |
2011 |
Jan
(33) |
Feb
(19) |
Mar
(8) |
Apr
(1) |
May
(1) |
Jun
(18) |
Jul
|
Aug
(7) |
Sep
(4) |
Oct
(8) |
Nov
(10) |
Dec
(8) |
2012 |
Jan
(7) |
Feb
(16) |
Mar
(2) |
Apr
|
May
(7) |
Jun
(24) |
Jul
(3) |
Aug
|
Sep
(1) |
Oct
(12) |
Nov
(1) |
Dec
|
2013 |
Jan
(6) |
Feb
(6) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
(2) |
Feb
|
Mar
|
Apr
(6) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Derek K. <dko...@lo...> - 2010-05-12 01:05:48
|
There are two forms of SSL-enabled SMTP: 1) SSL-only SMTP on port 465 2) Plaintext SMTP on port 25, which switches to SSL mode after connected. (often called "TLS") LogicMail 1.x only supports #1, but many mail servers default to #2, so I'd check and see what your server works with. LogicMail 2.x (development version, bleeding edge, called 1.9.1.x on the website) does support #2 as well, FYI. It would also be interesting to look at the packet trace during the authentication process (look for "connection debugging" on the debugging section of the website) to see what's actually going wrong. Basically, I suspect its one of the following: 1) Incorrect SSL type 2) Bad login username/password 3) Some aspect of the username/password that is being incorrectly formatted when sent to the server 4) Something weird with Exchange that I haven't seen before -Derek On Sunday 09 May 2010 2:07:15 am Paul Thompson wrote: > Hi, > > > > I've joined the list to see if I can get a little bit of help, I've been > using LogicMail on my blackberry for about a year now, but I've never > bothered to setup the ability to send email, it hasn't really been a > biggie, but now I would like to send emails too. > > > > So I set up Exchange 2003 Server to have authenticated SSL enabled SMTP, > and configured LogicMail with the settings of the server, and I tried > every combination to send email, with no joy, so I tinkered with the > SMTP configuration, still with no joy. I have confirmed that the SSMTP > is working, as I tested it with an Outlook Connection across the > internet and was able to send emails just fine, so the issue seems to be > isolated to the blackberry. (I did try with both TLS and SSL > encryption). > > > > I can see the Blackberry server connecting to the Exchange Server, but > the Authentication doesn't seem to ever complete. I've tried, Plain, > Login and Cram-MD5 all to no avail, If I turn off MDS proxy, the whole > thing just fails to even start. If I have MDS proxy turned on it takes > ages before failing. I note that Exchange doesn't see it at all if I > turn the MDS proxy off. > > > > Any thoughts or ideas are welcome. I like LogicMail, I like the way you > can set up heaps of different mail accounts and just pick the one to > use, it's a great application. > > > > Thanks everyone. > > > > Cheers, Paul. -- --------------------------- Derek Konigsberg dko...@lo... --------------------------- |
From: Derek K. <dko...@lo...> - 2010-05-12 01:01:12
|
Try turning off the "Show only subscribed folders" setting on the Advanced page of the account configuration, then do a "Refresh folders" from the account on the main app screen. I've noticed that my simple implementation of show-only-subscribed (i.e. substituting the IMAP LSUB command for the LIST command when building the folder tree) doesn't work completely well on every mail server out there. (the biggest issues being on Dovecot). Though if you want to capture a connect debug log (instructions somewhere on the website) during a folder refresh before changing that setting, it could be interesting to see what IMAP data LogicMail is parsing. But my above suggestion is the most likely thing to solve your problem. -Derek On Tuesday 11 May 2010 8:55:51 am Kevin Gottsman wrote: > Sorry, should have been more clear. Using IMAP with courier 0.62 with > courier-IMAP 4.41. > > When I try to view the INBOX folder, I only get the expand/collapse option. > > Kevin > > On Tue, 11 May 2010 01:11:23 -0500, Kevin Gottsman wrote: > > Trying LogicMail for the first time today (BB 5 on 8530). Excellent > > product and I would prefer to avoid the BES option since its only myself > > and my wife. > > > > In the 1.1.0 release, I am able view the contents of the INBOX folder. > > When I upgraded to the 1.9.1.164 release, I am not able to view the > > contents of the INBOX folder. I am, however, able to view the contents of > > the sub-folders. > > > > Any thoughts? > > > > Kevin > > > > ------------------------------------------------------------------------- > > ----- > > > > _______________________________________________ > > Logicmail-users mailing list > > Log...@li... > > https://lists.sourceforge.net/lists/listinfo/logicmail-users > > --------------------------------------------------------------------------- > --- > > _______________________________________________ > Logicmail-users mailing list > Log...@li... > https://lists.sourceforge.net/lists/listinfo/logicmail-users -- --------------------------- Derek Konigsberg dko...@lo... --------------------------- |
From: Kevin G. <ke...@go...> - 2010-05-11 12:55:58
|
Sorry, should have been more clear. Using IMAP with courier 0.62 with courier-IMAP 4.41. When I try to view the INBOX folder, I only get the expand/collapse option. Kevin On Tue, 11 May 2010 01:11:23 -0500, Kevin Gottsman wrote: > Trying LogicMail for the first time today (BB 5 on 8530). Excellent > product and I would prefer to avoid the BES option since its only myself > and my wife. > > In the 1.1.0 release, I am able view the contents of the INBOX folder. > When I upgraded to the 1.9.1.164 release, I am not able to view the > contents of the INBOX folder. I am, however, able to view the contents of > the sub-folders. > > Any thoughts? > > Kevin > > ------------------------------------------------------------------------------ > > _______________________________________________ > Logicmail-users mailing list > Log...@li... > https://lists.sourceforge.net/lists/listinfo/logicmail-users |
From: Kevin G. <ke...@go...> - 2010-05-11 06:30:33
|
Trying LogicMail for the first time today (BB 5 on 8530). Excellent product and I would prefer to avoid the BES option since its only myself and my wife. In the 1.1.0 release, I am able view the contents of the INBOX folder. When I upgraded to the 1.9.1.164 release, I am not able to view the contents of the INBOX folder. I am, however, able to view the contents of the sub-folders. Any thoughts? Kevin |
From: Paul T. <pa...@ab...> - 2010-05-09 06:19:34
|
Hi, I've joined the list to see if I can get a little bit of help, I've been using LogicMail on my blackberry for about a year now, but I've never bothered to setup the ability to send email, it hasn't really been a biggie, but now I would like to send emails too. So I set up Exchange 2003 Server to have authenticated SSL enabled SMTP, and configured LogicMail with the settings of the server, and I tried every combination to send email, with no joy, so I tinkered with the SMTP configuration, still with no joy. I have confirmed that the SSMTP is working, as I tested it with an Outlook Connection across the internet and was able to send emails just fine, so the issue seems to be isolated to the blackberry. (I did try with both TLS and SSL encryption). I can see the Blackberry server connecting to the Exchange Server, but the Authentication doesn't seem to ever complete. I've tried, Plain, Login and Cram-MD5 all to no avail, If I turn off MDS proxy, the whole thing just fails to even start. If I have MDS proxy turned on it takes ages before failing. I note that Exchange doesn't see it at all if I turn the MDS proxy off. Any thoughts or ideas are welcome. I like LogicMail, I like the way you can set up heaps of different mail accounts and just pick the one to use, it's a great application. Thanks everyone. Cheers, Paul. |
From: Daniël W. <da...@dd...> - 2010-05-07 11:51:04
|
hi Joe, Yes, I have. Also, I tried with a couple other accounts for which I know that pop and imap are enabled. Daniel Quoting joe...@gm...: > Daniel, > > Have you enabled your gmail (on the web) for POP and IMAP? > > Joe > > Sent on the Sprint® Now Network from my BlackBerry® > > -----Original Message----- > From: Daniël Waagmeester <da...@dd...> > Date: Fri, 07 May 2010 10:50:37 > To: <log...@li...> > Subject: [Logicmail-users] connection problem > > hi, > > I can't get LogicMail to connect to the mailserver. I've tried many > things, including playing around with various TCP/APN settings; using > MDS or no; various different email accounts; imap or pop; and various > builds of Logicmail. Now using 1.9. (I wasn't able to try using wifi, > since my blackberry doesn't provide that service). I have a blackberry > 8310 on a corporate BES, running several pieces of third party > software that work fine. For instance, I am able to use the > gmail-blackberry app and retrieve popmail from gmail through there. > The only program that i can't get to connect is logicmail (which i'd > like to use since my private account is not gmail). > > I have the feeling the problem is that my blackberry / logicmail uses > an IP-address that makes no sense. I've made a log file in which the > address appears. I do not know how to change this. I've tried using > override localhost, but not sure how that works/what to fill out > there. Two different IP-addresses (a 206. address from the > hostroutingtable and a 192. address from the servicebook) didn't do > the trick. > > i LogicMail - Connection closed - 5/7 UU:04:16 > d LogicMail - [SEND CMD] QUIT - 5/7 UU:04:16 > d LogicMail - PopProtocol.executeQuit() - 5/7 UU:04:16 > F LogicMail - net.rim.device.cldc.io.ippp.SocketBaseIOException: > java.net.UnknownHostException: pop.gmail.com at > java.net.PlainSocketImpl.connect(Unknown Source) at > java.net.SocksSocketImpl.connect(Unknown Source) at > java.net.Socket.connect(Unknown Source) at > com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(Unknown Source) at > com.sun.net.ssl.internal.ssl.SSLSocketImpl.<init>(Unknown Source) at > com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(Unknown > Source) at > net.rim.protocol.iplayer.connection.handler.device.tls.Core.start(Core.java:162) at net.rim.protocol.iplayer.connection.DeviceInitiatedConnection.connect(DeviceInitiatedConnection.java:368) > at > net.rim.protocol.iplayer.connection.DeviceInitiatedConnection.run(DeviceInitiatedConnection.java:458) > at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) > at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at > java.util.concurrent.FutureTask.run(Unknown Source) at > java.util.concurrent.ThreadPoolExecutor$Wo - 5/7 UU:04:16 > i LogicMail - Connection established: Socket: class > net.rim.device.cldc.io.ssl.ProxySecureConnection Local address: > 120.147.165.99 - 5/7 UU:04:01 > i LogicMail - Opened connection: > ssl://pop.gmail.com:995;deviceside=false - 5/7 UU:04:01 > d LogicMail - Attempting MDS - 5/7 UU:04:01 > F LogicMail - Tunnel timed out - 5/7 UU:04:01 > d LogicMail - Attempting Direct TCP - 5/7 UU:03:30 > d LogicMail - Availability: MDS=true, WAP2=false, WiFi=false > Coverage: TCP=true, MDS=true, WAP2=true, WiFi=false - 5/7 UU:03:30 d > LogicMail - MessageNodeReader.getNextContent() contentCount=1, > available=167 - 5/7 UU:03:28 > i LogicMail - Application startup Date: Vr mei 07 10:03:24 > Europe/Amsterdam 2010 Name: LogicMail Version: 1.9.1.164 Platform: > 4.5.0.37 - 5/7 UU:03:24 > > > Anyone any usefull tips? Thanks in advance, > Daniel > > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Logicmail-users mailing list > Log...@li... > https://lists.sourceforge.net/lists/listinfo/logicmail-users > ------------------------------------------------------------------------------ > > _______________________________________________ > Logicmail-users mailing list > Log...@li... > https://lists.sourceforge.net/lists/listinfo/logicmail-users > -- Daniël Waagmeester Egidiusstraat 55-I 1055 GN Amsterdam T: 020 - 6868 598 M: 06 - 4121 3250 W: 070 - 342 7831 E: Da...@dd... |
From: <ra...@ge...> - 2010-05-07 11:49:46
|
Nope Gave up Regards Rama K Manufacturing Operations Manager GEMCITY Engineering and Manufacturing Bangpa-in Industrial Estate 235 Moo2, Klongjig Bangpa-in, Ayutthaya 13160 THAILAND P +6635-2358-941-4 M +6683-121-5757 F +6635+258-940 E ra...@ge... -----Original Message----- From: joe...@gm... Date: Fri, 7 May 2010 11:43:17 To: <log...@li...> Subject: Re: [Logicmail-users] connection problem Daniel, Have you enabled your gmail (on the web) for POP and IMAP? Joe Sent on the Sprint® Now Network from my BlackBerry® -----Original Message----- From: Daniël Waagmeester <da...@dd...> Date: Fri, 07 May 2010 10:50:37 To: <log...@li...> Subject: [Logicmail-users] connection problem hi, I can't get LogicMail to connect to the mailserver. I've tried many things, including playing around with various TCP/APN settings; using MDS or no; various different email accounts; imap or pop; and various builds of Logicmail. Now using 1.9. (I wasn't able to try using wifi, since my blackberry doesn't provide that service). I have a blackberry 8310 on a corporate BES, running several pieces of third party software that work fine. For instance, I am able to use the gmail-blackberry app and retrieve popmail from gmail through there. The only program that i can't get to connect is logicmail (which i'd like to use since my private account is not gmail). I have the feeling the problem is that my blackberry / logicmail uses an IP-address that makes no sense. I've made a log file in which the address appears. I do not know how to change this. I've tried using override localhost, but not sure how that works/what to fill out there. Two different IP-addresses (a 206. address from the hostroutingtable and a 192. address from the servicebook) didn't do the trick. i LogicMail - Connection closed - 5/7 UU:04:16 d LogicMail - [SEND CMD] QUIT - 5/7 UU:04:16 d LogicMail - PopProtocol.executeQuit() - 5/7 UU:04:16 F LogicMail - net.rim.device.cldc.io.ippp.SocketBaseIOException: java.net.UnknownHostException: pop.gmail.com at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(Unknown Source) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.<init>(Unknown Source) at com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(Unknown Source) at net.rim.protocol.iplayer.connection.handler.device.tls.Core.start(Core.java:162) at net.rim.protocol.iplayer.connection.DeviceInitiatedConnection.connect(DeviceInitiatedConnection.java:368) at net.rim.protocol.iplayer.connection.DeviceInitiatedConnection.run(DeviceInitiatedConnection.java:458) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Wo - 5/7 UU:04:16 i LogicMail - Connection established: Socket: class net.rim.device.cldc.io.ssl.ProxySecureConnection Local address: 120.147.165.99 - 5/7 UU:04:01 i LogicMail - Opened connection: ssl://pop.gmail.com:995;deviceside=false - 5/7 UU:04:01 d LogicMail - Attempting MDS - 5/7 UU:04:01 F LogicMail - Tunnel timed out - 5/7 UU:04:01 d LogicMail - Attempting Direct TCP - 5/7 UU:03:30 d LogicMail - Availability: MDS=true, WAP2=false, WiFi=false Coverage: TCP=true, MDS=true, WAP2=true, WiFi=false - 5/7 UU:03:30 d LogicMail - MessageNodeReader.getNextContent() contentCount=1, available=167 - 5/7 UU:03:28 i LogicMail - Application startup Date: Vr mei 07 10:03:24 Europe/Amsterdam 2010 Name: LogicMail Version: 1.9.1.164 Platform: 4.5.0.37 - 5/7 UU:03:24 Anyone any usefull tips? Thanks in advance, Daniel ------------------------------------------------------------------------------ _______________________________________________ Logicmail-users mailing list Log...@li... https://lists.sourceforge.net/lists/listinfo/logicmail-users ------------------------------------------------------------------------------ _______________________________________________ Logicmail-users mailing list Log...@li... https://lists.sourceforge.net/lists/listinfo/logicmail-users |
From: <joe...@gm...> - 2010-05-07 11:43:32
|
Daniel, Have you enabled your gmail (on the web) for POP and IMAP? Joe Sent on the Sprint® Now Network from my BlackBerry® -----Original Message----- From: Daniël Waagmeester <da...@dd...> Date: Fri, 07 May 2010 10:50:37 To: <log...@li...> Subject: [Logicmail-users] connection problem hi, I can't get LogicMail to connect to the mailserver. I've tried many things, including playing around with various TCP/APN settings; using MDS or no; various different email accounts; imap or pop; and various builds of Logicmail. Now using 1.9. (I wasn't able to try using wifi, since my blackberry doesn't provide that service). I have a blackberry 8310 on a corporate BES, running several pieces of third party software that work fine. For instance, I am able to use the gmail-blackberry app and retrieve popmail from gmail through there. The only program that i can't get to connect is logicmail (which i'd like to use since my private account is not gmail). I have the feeling the problem is that my blackberry / logicmail uses an IP-address that makes no sense. I've made a log file in which the address appears. I do not know how to change this. I've tried using override localhost, but not sure how that works/what to fill out there. Two different IP-addresses (a 206. address from the hostroutingtable and a 192. address from the servicebook) didn't do the trick. i LogicMail - Connection closed - 5/7 UU:04:16 d LogicMail - [SEND CMD] QUIT - 5/7 UU:04:16 d LogicMail - PopProtocol.executeQuit() - 5/7 UU:04:16 F LogicMail - net.rim.device.cldc.io.ippp.SocketBaseIOException: java.net.UnknownHostException: pop.gmail.com at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(Unknown Source) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.<init>(Unknown Source) at com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(Unknown Source) at net.rim.protocol.iplayer.connection.handler.device.tls.Core.start(Core.java:162) at net.rim.protocol.iplayer.connection.DeviceInitiatedConnection.connect(DeviceInitiatedConnection.java:368) at net.rim.protocol.iplayer.connection.DeviceInitiatedConnection.run(DeviceInitiatedConnection.java:458) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Wo - 5/7 UU:04:16 i LogicMail - Connection established: Socket: class net.rim.device.cldc.io.ssl.ProxySecureConnection Local address: 120.147.165.99 - 5/7 UU:04:01 i LogicMail - Opened connection: ssl://pop.gmail.com:995;deviceside=false - 5/7 UU:04:01 d LogicMail - Attempting MDS - 5/7 UU:04:01 F LogicMail - Tunnel timed out - 5/7 UU:04:01 d LogicMail - Attempting Direct TCP - 5/7 UU:03:30 d LogicMail - Availability: MDS=true, WAP2=false, WiFi=false Coverage: TCP=true, MDS=true, WAP2=true, WiFi=false - 5/7 UU:03:30 d LogicMail - MessageNodeReader.getNextContent() contentCount=1, available=167 - 5/7 UU:03:28 i LogicMail - Application startup Date: Vr mei 07 10:03:24 Europe/Amsterdam 2010 Name: LogicMail Version: 1.9.1.164 Platform: 4.5.0.37 - 5/7 UU:03:24 Anyone any usefull tips? Thanks in advance, Daniel ------------------------------------------------------------------------------ _______________________________________________ Logicmail-users mailing list Log...@li... https://lists.sourceforge.net/lists/listinfo/logicmail-users |
From: Daniël W. <da...@dd...> - 2010-05-07 08:50:51
|
hi, I can't get LogicMail to connect to the mailserver. I've tried many things, including playing around with various TCP/APN settings; using MDS or no; various different email accounts; imap or pop; and various builds of Logicmail. Now using 1.9. (I wasn't able to try using wifi, since my blackberry doesn't provide that service). I have a blackberry 8310 on a corporate BES, running several pieces of third party software that work fine. For instance, I am able to use the gmail-blackberry app and retrieve popmail from gmail through there. The only program that i can't get to connect is logicmail (which i'd like to use since my private account is not gmail). I have the feeling the problem is that my blackberry / logicmail uses an IP-address that makes no sense. I've made a log file in which the address appears. I do not know how to change this. I've tried using override localhost, but not sure how that works/what to fill out there. Two different IP-addresses (a 206. address from the hostroutingtable and a 192. address from the servicebook) didn't do the trick. i LogicMail - Connection closed - 5/7 UU:04:16 d LogicMail - [SEND CMD] QUIT - 5/7 UU:04:16 d LogicMail - PopProtocol.executeQuit() - 5/7 UU:04:16 F LogicMail - net.rim.device.cldc.io.ippp.SocketBaseIOException: java.net.UnknownHostException: pop.gmail.com at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(Unknown Source) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.<init>(Unknown Source) at com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(Unknown Source) at net.rim.protocol.iplayer.connection.handler.device.tls.Core.start(Core.java:162) at net.rim.protocol.iplayer.connection.DeviceInitiatedConnection.connect(DeviceInitiatedConnection.java:368) at net.rim.protocol.iplayer.connection.DeviceInitiatedConnection.run(DeviceInitiatedConnection.java:458) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Wo - 5/7 UU:04:16 i LogicMail - Connection established: Socket: class net.rim.device.cldc.io.ssl.ProxySecureConnection Local address: 120.147.165.99 - 5/7 UU:04:01 i LogicMail - Opened connection: ssl://pop.gmail.com:995;deviceside=false - 5/7 UU:04:01 d LogicMail - Attempting MDS - 5/7 UU:04:01 F LogicMail - Tunnel timed out - 5/7 UU:04:01 d LogicMail - Attempting Direct TCP - 5/7 UU:03:30 d LogicMail - Availability: MDS=true, WAP2=false, WiFi=false Coverage: TCP=true, MDS=true, WAP2=true, WiFi=false - 5/7 UU:03:30 d LogicMail - MessageNodeReader.getNextContent() contentCount=1, available=167 - 5/7 UU:03:28 i LogicMail - Application startup Date: Vr mei 07 10:03:24 Europe/Amsterdam 2010 Name: LogicMail Version: 1.9.1.164 Platform: 4.5.0.37 - 5/7 UU:03:24 Anyone any usefull tips? Thanks in advance, Daniel |
From: Derek K. <dko...@lo...> - 2010-04-09 10:51:15
|
If you're trying to only use Wi-Fi, all you really need to do is make sure that you've set the Wi-Fi option (in the global settings) correctly. It won't pick it unless you do that. (auto-detection of network interfaces wasn't implemented until the pre-2.0 development version) On Thursday 08 April 2010 7:16:37 pm gz...@uc... wrote: > Hey i have been trying to use logicmail for the past week now and i get > the same message, it is unable to connect. i have tried to add the tcp and > anp settings, and when i did , evertyme i enabled my wifi, my phone would > restart, i am using a bold 2, i dnt have a data plan i just want to use > it on the wifi > thanks > > > --------------------------------------------------------------------------- > --- Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Logicmail-users mailing list > Log...@li... > https://lists.sourceforge.net/lists/listinfo/logicmail-users -- --------------------------- Derek Konigsberg dko...@lo... --------------------------- |
From: Pradeep J. <pr...@ih...> - 2010-04-09 10:16:40
|
Hello, Which version of Logimail are you using? I found that the 1.1.x versions stopped being able to connect on my Bold 9000 after I updated the device software to Orange's latest version and wouldn't connect on my Bold 9700. However the development branch versions (1.9.x) connect and work brilliantly. So I'd recommend you try those. Pradeep. ------Original Message------ From: gz...@uc... Sender: log...@li... To: log...@li... ReplyTo: log...@li... Subject: [Logicmail-users] concerning logicmail Sent: 9 Apr 2010 00:16 Hey i have been trying to use logicmail for the past week now and i get the same message, it is unable to connect. i have tried to add the tcp and anp settings, and when i did , evertyme i enabled my wifi, my phone would restart, i am using a bold 2, i dnt have a data plan i just want to use it on the wifi thanks ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Logicmail-users mailing list Log...@li... https://lists.sourceforge.net/lists/listinfo/logicmail-users Pradeep Jey 07881 824 533 www.pradeepjey.co.uk www.spotlight.com/interactive/cv/3570-8946-8634 |
From: <gz...@uc...> - 2010-04-08 23:16:45
|
Hey i have been trying to use logicmail for the past week now and i get the same message, it is unable to connect. i have tried to add the tcp and anp settings, and when i did , evertyme i enabled my wifi, my phone would restart, i am using a bold 2, i dnt have a data plan i just want to use it on the wifi thanks |
From: Nick H <ni...@gm...> - 2010-03-13 15:31:42
|
First let me say I love the new interface for LM, I was using the old version for about a year on my storm. I just upgraded to the storm 2, and installed the newest version. I am having a problem with sending mail, I have google'd my fingers off trying to solve this, and read the posts here. But no luck :( I am asking for help with the client cert problem during sending mail. I have tried everything from emailing the cert to my phone, and an explicit trust of the cert but nothing doing. Is there another setting somewhere or what direction should I go from here? This is a capture from the log file on the mail server that I am trying to connect to: Mar 13 10:29:39 mail sendmail[384]: STARTTLS=server, error: accept failed=-1, SSL_error=1, errno=0, retry=-1 Mar 13 10:29:39 mail sendmail[384]: STARTTLS=server: 384:error:140890B0:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificates returned:s3_srvr.c:2451: Mar 13 10:29:39 mail sendmail[384]: o2DFTa41000384: static-XX-XX-XX-XX.washdc.east.verizon.net [XX.XX.XX.XX] did not issue MAIL/EXPN/VRFY/ETRN during connection to TLSMTA Nick |
From: Derek K. <dko...@lo...> - 2010-03-01 03:22:00
|
Yeah, I'm not really sure exactly what the problem is either. However, if you crank up the debugging log level on your device (pretty sure I talk about that somewhere on the website), LogicMail should log the specific connection string its using. Would be interesting to see what it is. Another thing worth trying is toggling the "Use MDS Proxy" option. (which is on by default, but in retrospect, really should be off by default) My own device is a T-Mobile 9700 running 5.0.0.330, and its also had no problems. Another thing potentially worth trying are the latest development builds. While not technically "stable" or "bug-free", I did completely rewrite the "open a network connection" code. (and for the OS 5.0 variant, that means using RIM's fancy-new-should-always-work networking API) -Derek On Sunday 28 February 2010 6:37:46 pm joe...@gm... wrote: > I have a Sprint 9630 running 5.0.0.484. I am not having a problem > connecting to an imap mail server. > > Have you tried re-installing logicmail? > > ------Original Message------ > From: Louis Rossmann > To: log...@li... > ReplyTo: log...@li... > Subject: [Logicmail-users] Blackberry Storm 9530 with OS 5 cannot > connect:with OS 4.7, can. Sent: Feb 28, 2010 16:44 > > Hi, > > A lot of software stopped being able to connect on the storm 9530 when > OS 5 came out. Applications such as jmirc would give an "invalid url > parameter" error. > > Updates were issued to the effected software that fixed this. OS 4.7 is > near unusable on the storm, so if it's a choice between OS 5, or OS 4.7 > and logicmail, my choice would be the former. The issue with logicmail > on OS5 is "unable to connect to server" with the same settings, IT > policies, lack of firewall, and pplication permissions as I had on OS 4.7. > > It's not an APN thing since the verizon settings do not require a > user/pass. tiggit mail connects fine, but costs $30 for the same > featureset & limitations that logicmail has. > -- --------------------------- Derek Konigsberg dko...@lo... --------------------------- |
From: <joe...@gm...> - 2010-02-28 23:37:59
|
I have a Sprint 9630 running 5.0.0.484. I am not having a problem connecting to an imap mail server. Have you tried re-installing logicmail? ------Original Message------ From: Louis Rossmann To: log...@li... ReplyTo: log...@li... Subject: [Logicmail-users] Blackberry Storm 9530 with OS 5 cannot connect:with OS 4.7, can. Sent: Feb 28, 2010 16:44 Hi, A lot of software stopped being able to connect on the storm 9530 when OS 5 came out. Applications such as jmirc would give an "invalid url parameter" error. Updates were issued to the effected software that fixed this. OS 4.7 is near unusable on the storm, so if it's a choice between OS 5, or OS 4.7 and logicmail, my choice would be the former. The issue with logicmail on OS5 is "unable to connect to server" with the same settings, IT policies, lack of firewall, and pplication permissions as I had on OS 4.7. It's not an APN thing since the verizon settings do not require a user/pass. tiggit mail connects fine, but costs $30 for the same featureset & limitations that logicmail has. -- ---- Louis Rossmann The Rossmann Group (347) 552-2258 http://www.rossmanngroup.com ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Logicmail-users mailing list Log...@li... https://lists.sourceforge.net/lists/listinfo/logicmail-users Sent on the Sprint® Now Network from my BlackBerry® |
From: Louis R. <lo...@ro...> - 2010-02-28 22:02:17
|
Hi, A lot of software stopped being able to connect on the storm 9530 when OS 5 came out. Applications such as jmirc would give an "invalid url parameter" error. Updates were issued to the effected software that fixed this. OS 4.7 is near unusable on the storm, so if it's a choice between OS 5, or OS 4.7 and logicmail, my choice would be the former. The issue with logicmail on OS5 is "unable to connect to server" with the same settings, IT policies, lack of firewall, and pplication permissions as I had on OS 4.7. It's not an APN thing since the verizon settings do not require a user/pass. tiggit mail connects fine, but costs $30 for the same featureset & limitations that logicmail has. -- ---- Louis Rossmann The Rossmann Group (347) 552-2258 http://www.rossmanngroup.com |
From: Craig T <sys...@sh...> - 2010-02-08 03:18:41
|
Hi Derek, The latest version of Thunderbird has the ability to search an IMAP server, so if we could offer a similar user experience on the BlackBerry, that would be ideal. cya Craig On Sun, Feb 07, 2010 at 09:55:25PM -0500, Derek Konigsberg wrote: > Craig, > There is currently no search feature. Given that LogicMail does not fetch a > large amount of data, a simple search of local content would not really be > that useful anyways. However, IMAP itself does have search commands that > could be used to do some actual searching on the server-side, but implementing > that (and integrating with the UI) would be a fair amount of work and not > something easily do-able in the short term. > > What sort of searching / search use cases did you specifically have in mind? > > -Derek > > On Sunday 07 February 2010 7:58:37 pm Craig T wrote: > > Hi Everyone, > > > > We are testing Logicmail with our email archive system via IMAP. It's been > > working perfectly however I don't see any way of doing a search on the > > BlackBerry, have I missed something? Or is this a future add-on? > > > > Regards, > > > > Craig > > > > > > > > --------------------------------------------------------------------------- > > --- The Planet: dedicated and managed hosting, cloud storage, colocation > > Stay online with enterprise data centers and the best network in the > > business Choose flexible plans and management services without long-term > > contracts Personal 24x7 support from experience hosting pros just a phone > > call away. http://p.sf.net/sfu/theplanet-com > > _______________________________________________ > > Logicmail-users mailing list > > Log...@li... > > https://lists.sourceforge.net/lists/listinfo/logicmail-users > > > > -- > --------------------------- > Derek Konigsberg > dko...@lo... > --------------------------- > > ------------------------------------------------------------------------------ > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > _______________________________________________ > Logicmail-users mailing list > Log...@li... > https://lists.sourceforge.net/lists/listinfo/logicmail-users |
From: Derek K. <dko...@lo...> - 2010-02-08 02:55:38
|
Craig, There is currently no search feature. Given that LogicMail does not fetch a large amount of data, a simple search of local content would not really be that useful anyways. However, IMAP itself does have search commands that could be used to do some actual searching on the server-side, but implementing that (and integrating with the UI) would be a fair amount of work and not something easily do-able in the short term. What sort of searching / search use cases did you specifically have in mind? -Derek On Sunday 07 February 2010 7:58:37 pm Craig T wrote: > Hi Everyone, > > We are testing Logicmail with our email archive system via IMAP. It's been > working perfectly however I don't see any way of doing a search on the > BlackBerry, have I missed something? Or is this a future add-on? > > Regards, > > Craig > > > > --------------------------------------------------------------------------- > --- The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the > business Choose flexible plans and management services without long-term > contracts Personal 24x7 support from experience hosting pros just a phone > call away. http://p.sf.net/sfu/theplanet-com > _______________________________________________ > Logicmail-users mailing list > Log...@li... > https://lists.sourceforge.net/lists/listinfo/logicmail-users > -- --------------------------- Derek Konigsberg dko...@lo... --------------------------- |
From: Craig T <sys...@sh...> - 2010-02-08 02:14:24
|
Hi Everyone, We are testing Logicmail with our email archive system via IMAP. It's been working perfectly however I don't see any way of doing a search on the BlackBerry, have I missed something? Or is this a future add-on? Regards, Craig |
From: Dmitry F. <dfl...@gm...> - 2010-01-04 23:36:42
|
Hello Derek, How is it going? I can't find this issue in the "known issues" list, that's why I'm worrying. Now it seems there is now problem with encoding of outgoing messages, but when storing to SD, transformation to Unicode still fails. I'm attaching one serialized message to make you able to see how it looks. All the Cyrillic characters in the header part are Ok, but the message's body is corrupted. Original message (stored with "The Bat") is also there. Best regards, Dmitry. > Thanks for letting me know. The whole SD-card caching process is somewhat > a work in progress, so its good to have additional test cases. If > you think Drafts are involved, then its probably due to the simplistic > maildir implementation I'm using for local folders at the moment. I'm > planning to change the local folders to use the same internal data format > that I'm using for the IMAP/POP cache, which should definitely help with > these sorts of issues. > There are no doubt plenty of other kinks as well, and I should probably > make more of an effort to open up my personal to-do lists. > -Derek > On Thu, 10 Dec 2009, Dmitry Fedorov wrote: >> In version 1.9.1 (build 2009-12-07), non-English (Cyrillic) characters >> corrupt during caching to SD-card process. >> The same problem occurs when trying to reply using Cyrillic coding, seems >> because of caching the draft before sending. >> >> Dmitry. >> >> >> ------------------------------------------------------------------------------ >> Return on Information: >> Google Enterprise Search pays you back >> Get the facts. >> http://p.sf.net/sfu/google-dev2dev >> _______________________________________________ >> Logicmail-users mailing list >> Log...@li... >> https://lists.sourceforge.net/lists/listinfo/logicmail-users >> |
From: Derek K. <dko...@lo...> - 2010-01-01 21:37:31
|
The editor in LogicMail is just a simple AutoTextEditField along with some code for the To/Cc recipient fields. There would be no point in spinning off a whole separate project to integrate it into the core OS. However, I think there are other projects out there to provide fancy e-mail editing/reading features on top of the core OS. -Derek On 12/30/2009 3:23 AM, jess hampshire wrote: > Hi > > I have installed logicmail, but don't really find it suitable for my needs. > > However the editor is far far better than that built into the standard > BlackBerry client. > > Is there any way it could be hooked into the standard client? > > If so, could I make a feature request. > > Thanks > -- ---------------------------- Derek Konigsberg dko...@lo... ---------------------------- |
From: jess h. <jes...@go...> - 2009-12-30 08:23:34
|
Hi I have installed logicmail, but don't really find it suitable for my needs. However the editor is far far better than that built into the standard BlackBerry client. Is there any way it could be hooked into the standard client? If so, could I make a feature request. Thanks -- Jess Hampshire mailto:jes...@go... |
From: Derek K. <dko...@lo...> - 2009-12-10 14:19:56
|
Thanks for letting me know. The whole SD-card caching process is somewhat a work in progress, so its good to have additional test cases. If you think Drafts are involved, then its probably due to the simplistic maildir implementation I'm using for local folders at the moment. I'm planning to change the local folders to use the same internal data format that I'm using for the IMAP/POP cache, which should definitely help with these sorts of issues. There are no doubt plenty of other kinks as well, and I should probably make more of an effort to open up my personal to-do lists. -Derek On Thu, 10 Dec 2009, Dmitry Fedorov wrote: > In version 1.9.1 (build 2009-12-07), non-English (Cyrillic) characters > corrupt during caching to SD-card process. > The same problem occurs when trying to reply using Cyrillic coding, seems > because of caching the draft before sending. > > Dmitry. > > > ------------------------------------------------------------------------------ > Return on Information: > Google Enterprise Search pays you back > Get the facts. > http://p.sf.net/sfu/google-dev2dev > _______________________________________________ > Logicmail-users mailing list > Log...@li... > https://lists.sourceforge.net/lists/listinfo/logicmail-users > -- ---------------------------- Derek Konigsberg dko...@lo... ---------------------------- |
From: Dmitry F. <df...@gm...> - 2009-12-10 12:52:36
|
In version 1.9.1 (build 2009-12-07), non-English (Cyrillic) characters corrupt during caching to SD-card process. The same problem occurs when trying to reply using Cyrillic coding, seems because of caching the draft before sending. Dmitry. |
From: eliexer h. <eli...@ya...> - 2009-12-03 05:41:45
|
is okay ____________________________________________________________________________________ ¡Obtén la mejor experiencia en la web! Descarga gratis el nuevo Internet Explorer 8. http://downloads.yahoo.com/ieak8/?l=e1 |