Re: [SM-USERS] Users - Multisession problem
Just to be clear with an example: 1) User Bob on its PC login as bo...@.xxx on tab1 of its browser; 2) then later the same user Bob open another tab tab2 (of the same browser) an login as i...@.xxx; 3) the user Bob save some preferences on the tab1 (former bob01's tab); 4) the preferences of user info (who is actually logged on) are overwritten with those of bob01; So is this behaviour already known ? Or I am missing somthing ... if yes is there any solution or pathch ? again thanks in advance Roberto On Thu, January 19, 2012 16:48, Curtis Rubel wrote: > > > It is my belief that this is due to the way SQ cookies are being > used. The same > > cookie is used no matter what user is logged in. Thus > when the second user logs > > in it overwrites/corrupts the cookie of the > first user that was already logged in. Once > > this occurs it has strange > behavior when saving anything in the settings area. > > Regards, > > Curtis > > > On 19.01.2012 10:13, Roberto wrote: > >> Hi to all, >> >> I had a > problem with SQ when the same user logged in (at the same time) from >> > the same PC / browser but with a different browser tab: the user ended > up with >> overwriting the preferences of the other user messing up > things. >> >> I have read on the page known bugs that it could happen "on > a random basis", >> but it seems to me that will happen and I can repeat > the problem. >> >> I would like to understand if the bug (if any) is > known and if there are >> solution (other than saying to user not to > login with 2 differen account >> concurrently - unfortunately this does > not work for my place) >> >> server: Debian 6.x, SQ 1.4.21 >> >> thanks in > advance >> Roberto >> >> > -- >> > Keep Your Developer Skills Current with LearnDevNow! >> The most > comprehensive online learning library for Microsoft developers >> is just > $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, >> Metro > Style Apps, more. Free future releases when you subscribe now! >> > http://p.sf.net/sfu/learndevnow-d2d [1] >> - >> squirrelmail-users > mailing list >> Posting guidelines: > http://squirrelmail.org/postingguidelines [2] >> List address: > squirrelmail-users@lists.sourceforge.net [3] >> List archives: > http://news.gmane.org/gmane.mail.squirrelmail.user [4] >> List info > (subscribe/unsubscribe/change options): > https://lists.sourceforge.net/lists/listinfo/squirrelmail-users [5] > > -- > > Curtis Rubel > Senior Development Engineer > Compro Computer Services, > Inc. > 105 East Drive - Melbourne, Florida, 32904 > Phone: > 321-727-2211 > email: cru...@compro.net > Web: http://www.compro.net > > "An > ISO 9001:2008 Registered > Company" > > --- > CONFIDENTIALITY > NOTICE: This email transmission, and any documents, files or previous > email messages attached to it may contain confidential information that > is legally privileged. If you are not the intended recipient or a person > responsible for delivering it to the intended recipient, you are hereby > notified that any disclosure, copying, distribution, or use of any of > the information contained in or attached to this transmission is > STRICTLY PROHIBITED. If you have received this transmission in error, > please immediately notify the sender by email or call 321-727-2211. > Please destroy the original transmission and its attachments without > reading or saving it in any manner. > > > Links: > -- > [1] > http://p.sf.net/sfu/learndevnow-d2d > [2] > http://squirrelmail.org/postingguidelines > [3] > mailto:squirrelmail-users@lists.sourceforge.net > [4] > http://news.gmane.org/gmane.mail.squirrelmail.user > [5] > https://lists.sourceforge.net/lists/listinfo/squirrelmail-users > -- > Keep Your Developer Skills Current with LearnDevNow! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-d2d- > squirrelmail-users mailing list > Posting guidelines: http://squirrelmail.org/postingguidelines > List address: squirrelmail-users@lists.sourceforge.net > List archives: http://news.gmane.org/gmane.mail.squirrelmail.user > List info (subscribe/unsubscribe/change options): > https://lists.sourceforge.net/lists/listinfo/squirrelmail-users -- Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 - squirrelmail-users
[SM-USERS] Squirrelmail improvements
Hi all on the list; I would like to ask this question about some squirrelmail improvements, at least in my opinion: 1) downloading more then one attachment at the same time: I would like to download a zip file containing all the attached files; unfortunately I found a plugin but require the 1.5 vers. but I am stuck with the production version 1.4; Will be the porting easy ? 2) more powerful search: it could be interesting to improve the search capability adding more criteria (e.g. a date to search from, up to or in the between); 3) multi-selection attachment: I would like to be able to attach more than one file at the same time e.g. in the same window that pop up and let me choose only one file at a time; I made some search with google but I am still unable to figure out how it could be possible and if there is an easy way to do it ... Is there any plugin I have missed that allow any of the previous (just not reinventing the wheel) ? Said that, I could try to put my effort to develop the above points but as I am not a squirrelmail developer, I would like to have some "directions" where to start. Any help / ideas are welcome Regards Roberto -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122412 - squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] Importing a CSV address list
Just for correctness - read "future reader" - here some more details: - under� "plugins/abook_import_export" dirextory (obtained from abook_import_export-1.1-1.4.4.tar.gz), there is the file "config.php" (it is normally copied from config_default.php; if does not exist create it from the config_default.php) and with an editor of your choice you must change the line: $aie_csv_maxsize=5120; (read 5120 as 5KBytes as max size of import) to suits your needs; just an example set to 102400 if 100KBytes are your choice as maximum file size; $aie_csv_maxsize=102400; Regards Roberto >>> Hi, Couldn't find the config file, but was able to split the csv file >> into smaller files and imported them, so all is good now. >> Thanks for your suggestion. >>> >>> >>> Hi, I got the same problem some tima ago; >>> I think you should take >>> a look to the config file of the import/export plugin (look in the >>> directory where you installed): there you can find the limit of 5K >>> "hard coded"; then you can change it to suit your needs but as >>> the config file suggest do not increase too much this limit (actually I >>> do >>> not know the reason of >>> this) >>> regards >>> Roberto >>> � > Hi, I hope I >>> am sending this to the right place. >>> > >>> > I recently set up my mailbox and wish to import an address list >>> compiled >>> > from another (old) mailbox. When I click on the addresses tab, I >>> see the >>> > import list section, but it is limited to 5kb. Mine is 9kb Is >>> there any >>> > way to complete this task? >>> > I also have another account with SquirrelMail that has a 15kb >>> file to >>> > import. >>> > >>> > Thanks, >>> > >>> > Chris >>> > >>> > >>> > >>> -- >>> > Everyone hates slow websites. So do we. >>> > Make your web apps faster with AppDynamics >>> > Download AppDynamics Lite for free today: >>> > http://p.sf.net/sfu/appdyn_d2d_feb >>> > - >>> > squirrelmail-users mailing list >>> > Posting guidelines: http://squirrelmail.org/postingguidelines >>> > List address: squirrelmail-users@lists.sourceforge.net >>> > List archives: >>> http://news.gmane.org/gmane.mail.squirrelmail.user >>> > List info (subscribe/unsubscribe/change options): >>> > >>> https://lists.sourceforge.net/lists/listinfo/squirrelmail-users >>> > >>> -- >>> Everyone hates slow websites. So do we. >>> Make your web apps faster with AppDynamics >>> Download AppDynamics Lite for free today: >>> http://p.sf.net/sfu/appdyn_d2d_feb- >>> squirrelmail-users mailing list >>> Posting guidelines: http://squirrelmail.org/postingguidelines >>> List address: squirrelmail-users@lists.sourceforge.net >>> List archives: http://news.gmane.org/gmane.mail.squirrelmail.user >>> List info (subscribe/unsubscribe/change options): >>> https://lists.sourceforge.net/lists/listinfo/squirrelmail-users >> >> >> >> -- >> Everyone hates slow websites. So do we. >> Make your web apps faster with AppDynamics >> Download AppDynamics Lite for free today: >> http://p.sf.net/sfu/appdyn_d2d_feb >> - >> squirrelmail-users mailing list >> Posting guidelines: http://squirrelmail.org/postingguidelines >> List address: squirrelmail-users@lists.sourceforge.net >> List archives: http://news.gmane.org/gmane.mail.squirrelmail.user >> List info (subscribe/unsubscribe/change options): >> https://lists.sourceforge.net/lists/listinfo/squirrelmail-users >> -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar- squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users